Search for read
Title | Object type | File name | Summary |
---|---|---|---|
PathBasedBreadcrumbBuilder::$pathProcessor | property | core/ |
The inbound path processor. |
PathBasedBreadcrumbBuilder::$router | property | core/ |
The dynamic router service. |
PathBasedBreadcrumbBuilder::$titleResolver | property | core/ |
The title resolver. |
PathBasedBreadcrumbBuilder::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
PathBasedBreadcrumbBuilder::build | function | core/ |
Builds the breadcrumb. |
PathBasedBreadcrumbBuilder::getRequestForPath | function | core/ |
Matches a path in the router. |
PathBasedBreadcrumbBuilder::__construct | function | core/ |
Constructs the PathBasedBreadcrumbBuilder. |
PathBasedBreadcrumbBuilderTest | class | core/ |
@coversDefaultClass \Drupal\system\PathBasedBreadcrumbBuilder @group system |
PathBasedBreadcrumbBuilderTest.php | file | core/ |
|
PathBasedBreadcrumbBuilderTest::$accessManager | property | core/ |
The mocked access manager. |
PathBasedBreadcrumbBuilderTest::$builder | property | core/ |
The path based breadcrumb builder object to test. |
PathBasedBreadcrumbBuilderTest::$context | property | core/ |
The mocked route request context. |
PathBasedBreadcrumbBuilderTest::$currentPath | property | core/ |
The mocked current path. |
PathBasedBreadcrumbBuilderTest::$currentUser | property | core/ |
The mocked current user. |
PathBasedBreadcrumbBuilderTest::$pathMatcher | property | core/ |
The mocked path matcher service. |
PathBasedBreadcrumbBuilderTest::$pathProcessor | property | core/ |
The mocked path processor. |
PathBasedBreadcrumbBuilderTest::$requestMatcher | property | core/ |
The request matching mock object. |
PathBasedBreadcrumbBuilderTest::$titleResolver | property | core/ |
The mocked title resolver. |
PathBasedBreadcrumbBuilderTest::providerTestBuildWithException | function | core/ |
Provides exception types for testBuildWithException. |
PathBasedBreadcrumbBuilderTest::setUp | function | core/ |
@covers ::__construct |
PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow | function | core/ |
Setup the access manager to always allow access to routes. |
PathBasedBreadcrumbBuilderTest::setupStubPathProcessor | function | core/ |
|
PathBasedBreadcrumbBuilderTest::testApplies | function | core/ |
Tests the applied method. |
PathBasedBreadcrumbBuilderTest::testBuildOnFrontpage | function | core/ |
Tests the build method on the frontpage. |
PathBasedBreadcrumbBuilderTest::testBuildWithException | function | core/ |
Tests that exceptions during request matching are caught. |
PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath | function | core/ |
Tests the build method with a non processed path. |
PathBasedBreadcrumbBuilderTest::testBuildWithOnePathElement | function | core/ |
Tests the build method with one path element. |
PathBasedBreadcrumbBuilderTest::testBuildWithThreePathElements | function | core/ |
Tests the build method with three path elements. |
PathBasedBreadcrumbBuilderTest::testBuildWithTwoPathElements | function | core/ |
Tests the build method with two path elements. |
PathBasedBreadcrumbBuilderTest::testBuildWithUserPath | function | core/ |
Tests the breadcrumb for a user path. |
PhpStreamWrapperInterface::dir_readdir | function | core/ |
Read entry from directory handle. |
PhpStreamWrapperInterface::stream_read | function | core/ |
Read from stream. |
PhpTransliteration::readGenericData | function | core/ |
Reads in generic transliteration data for a bank of characters. |
PhpTransliteration::readLanguageOverrides | function | core/ |
Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides(). |
PhpTransliteration::readLanguageOverrides | function | core/ |
Reads in language overrides for a language code. |
PoDatabaseReader | class | core/ |
Gettext PO reader working with the locale module database. |
PoDatabaseReader.php | file | core/ |
|
PoDatabaseReader::$langcode | property | core/ |
Language code of the language being read from the database. |
PoDatabaseReader::$options | property | core/ |
An associative array indicating which type of strings should be read. |
PoDatabaseReader::$result | property | core/ |
Store the result of the query so it can be iterated later. |
PoDatabaseReader::getHeader | function | core/ |
Get header metadata. |
PoDatabaseReader::getLangcode | function | core/ |
Get language code. |
PoDatabaseReader::getOptions | function | core/ |
Get the options used by the reader. |
PoDatabaseReader::loadStrings | function | core/ |
Builds and executes a database query based on options set earlier. |
PoDatabaseReader::readItem | function | core/ |
Reads and returns a PoItem (source/translation pair). |
PoDatabaseReader::readString | function | core/ |
Get the database result resource for the given language and options. |
PoDatabaseReader::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
PoDatabaseReader::setLangcode | function | core/ |
Set language code. |
PoDatabaseReader::setOptions | function | core/ |
Set the options for the current reader. |
PoDatabaseReader::__construct | function | core/ |
Constructor, initializes with default options. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.