Search for placeholder
- Search 7.x for placeholder
- Search 9.5.x for placeholder
- Search 8.9.x for placeholder
- Search 10.3.x for placeholder
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| NamedPlaceholderConverter::getConvertedParameters | function | core/ |
Returns the array of arguments for use with positional placeholders. |
| NamedPlaceholderConverter::getConvertedSQL | function | core/ |
Returns the converted SQL statement with positional placeholders. |
| NamedPlaceholderConverter::MULTICHAR | constant | core/ |
|
| NamedPlaceholderConverter::MULTI_LINE_COMMENT | constant | core/ |
|
| NamedPlaceholderConverter::NAMED_PARAMETER | constant | core/ |
|
| NamedPlaceholderConverter::ONE_LINE_COMMENT | constant | core/ |
|
| NamedPlaceholderConverter::OTHER | constant | core/ |
|
| NamedPlaceholderConverter::parse | function | core/ |
Parses an SQL statement with named placeholders. |
| NamedPlaceholderConverter::POSITIONAL_PARAMETER | constant | core/ |
|
| NamedPlaceholderConverter::SPECIAL | constant | core/ |
|
| NamedPlaceholderConverter::SPECIAL_CHARS | constant | core/ |
A list of regex patterns for parsing. |
| NamedPlaceholderConverter::__construct | function | core/ |
|
| NamedPlaceholderConverterTest | class | core/ |
Tests \Drupal\mysqli\Driver\Database\mysqli\NamedPlaceholderConverter. |
| NamedPlaceholderConverterTest.php | file | core/ |
|
| NamedPlaceholderConverterTest::statementsWithParametersProvider | function | core/ |
Data for testParse. |
| NamedPlaceholderConverterTest::testParse | function | core/ |
Tests ::parse(). |
| NamedPlaceholderConverterTest::testParseReuseObject | function | core/ |
Tests reusing the parser object. |
| OliveroPreRender::messagePlaceholder | function | core/ |
Prerender callback for status_messages placeholder. |
| PlaceholderGenerator | class | core/ |
Turns a render array into a placeholder. |
| PlaceholderGenerator.php | file | core/ |
|
| PlaceholderGenerator::$cacheContextsManager | property | core/ |
The cache contexts manager service. |
| PlaceholderGenerator::$rendererConfig | property | core/ |
The renderer configuration array. |
| PlaceholderGenerator::canCreatePlaceholder | function | core/ |
Analyzes whether the given render array can be placeholdered. |
| PlaceholderGenerator::createPlaceholder | function | core/ |
Turns the given element into a placeholder. |
| PlaceholderGenerator::createPlaceholderTag | function | core/ |
Generates a placeholder HTML tag. |
| PlaceholderGenerator::shouldAutomaticallyPlaceholder | function | core/ |
Whether the given render array should be automatically placeholdered. |
| PlaceholderGenerator::__construct | function | core/ |
Constructs a new Placeholder service. |
| PlaceholderGeneratorInterface | interface | core/ |
Defines an interface for turning a render array into a placeholder. |
| PlaceholderGeneratorInterface.php | file | core/ |
|
| PlaceholderGeneratorInterface::canCreatePlaceholder | function | core/ |
Analyzes whether the given render array can be placeholdered. |
| PlaceholderGeneratorInterface::createPlaceholder | function | core/ |
Turns the given element into a placeholder. |
| PlaceholderGeneratorInterface::createPlaceholderTag | function | core/ |
Generates a placeholder HTML tag. |
| PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder | function | core/ |
Whether the given render array should be automatically placeholdered. |
| PlaceholderGeneratorTest | class | core/ |
Tests Drupal\Core\Render\PlaceholderGenerator. |
| PlaceholderGeneratorTest.php | file | core/ |
|
| PlaceholderGeneratorTest::$placeholderGenerator | property | core/ |
The tested placeholder generator. |
| PlaceholderGeneratorTest::providerCreatePlaceholderGeneratesValidHtmlMarkup | function | core/ |
|
| PlaceholderGeneratorTest::testCreatePlaceholderGeneratesValidHtmlMarkup | function | core/ |
Ensure that the generated placeholder markup is valid. |
| PlaceholderGeneratorTest::testRenderPlaceholdersDifferentSortedContextsTags | function | core/ |
Tests the creation of an element with a #lazy_builder callback. |
| PlaceholderingRenderCache | class | core/ |
Adds automatic placeholdering to the RenderCache. |
| PlaceholderingRenderCache.php | file | core/ |
|
| PlaceholderingRenderCache::$placeholderResultsCache | property | core/ |
Stores rendered results for automatically placeholdered elements. |
| PlaceholderingRenderCache::createPlaceholderAndRemember | function | core/ |
Create a placeholder for a renderable array and remember in a static cache. |
| PlaceholderingRenderCache::get | function | core/ |
Gets the cached, pre-rendered element of a renderable element from cache. |
| PlaceholderingRenderCache::getFromPlaceholderResultsCache | function | core/ |
Retrieves an auto-placeholdered renderable array from the static cache. |
| PlaceholderingRenderCache::set | function | core/ |
Caches the rendered output of a renderable array. |
| PlaceholderingRenderCache::__construct | function | core/ |
Constructs a new PlaceholderingRenderCache object. |
| PlaceholderInterface | interface | core/ |
Interface for a query that accepts placeholders. |
| PlaceholderInterface.php | file | core/ |
|
| PlaceholderInterface::nextPlaceholder | function | core/ |
Returns the next placeholder ID for the query. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.