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 |
---|---|---|---|
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/ |
@coversDefaultClass \Drupal\Core\Render\PlaceholderGenerator[[api-linebreak]] @group Render |
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. |
PlaceholderInterface::uniqueIdentifier | function | core/ |
Returns a unique identifier for this object. |
PlaceholderMessageTest | class | core/ |
Functional test verifying that messages set in placeholders always appear. |
PlaceholderMessageTest.php | file | core/ |
|
PlaceholderMessageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PlaceholderMessageTest::$modules | property | core/ |
Modules to install. |
PlaceholderMessageTest::testMessagePlaceholder | function | core/ |
Tests rendering of message placeholder. |
PlaceholdersTest | class | core/ |
Placeholders test class with implemented trusted callbacks. |
PlaceholdersTest::callback | function | core/ |
Render API callback: Attaches setting and generates markup. |
PlaceholdersTest::callbackNonArrayReturn | function | core/ |
A lazy builder callback that returns an invalid renderable. |
PlaceholdersTest::callbackPerUser | function | core/ |
The #lazy_builder callback; attaches setting, generates markup, user-specific. |
PlaceholdersTest::callbackTagCurrentTemperature | function | core/ |
The #lazy_builder callback; attaches setting, generates markup, cache tag. |
PlaceholdersTest::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
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.