Search for placeholder
- Search 7.x for placeholder
- Search 8.9.x for placeholder
- Search 10.3.x for placeholder
- Search 11.x for placeholder
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LogMessageParserTest::providerTestParseMessagePlaceholders | function | core/ |
Data provider for testParseMessagePlaceholders(). |
LogMessageParserTest::testParseMessagePlaceholders | function | core/ |
Tests for LogMessageParserTrait::parseMessagePlaceholders() |
ManyPlaceholderTest | class | core/ |
@coversDefaultClass \Drupal\big_pipe\Render\BigPipe @group big_pipe |
ManyPlaceholderTest.php | file | core/ |
|
ManyPlaceholderTest::testManyNoJsPlaceHolders | function | core/ |
@covers \Drupal\big_pipe\Render\BigPipe::sendNoJsPlaceholders |
ManyToOneHelper::placeholder | function | core/ |
Provides a unique placeholders for handlers. |
MenuRouterTest::doTestMenuOptionalPlaceholders | function | core/ |
Tests menu links that have optional placeholders. |
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::$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::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::shouldAutomaticallyPlaceholder | function | core/ |
Whether the given render array should be automatically placeholdered. |
PlaceholderGeneratorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\PlaceholderGenerator @group Render |
PlaceholderGeneratorTest.php | file | core/ |
|
PlaceholderGeneratorTest::$placeholderGenerator | property | core/ |
The tested placeholder generator. |
PlaceholderGeneratorTest::providerCreatePlaceholderGeneratesValidHtmlMarkup | function | core/ |
|
PlaceholderGeneratorTest::testCreatePlaceholderGeneratesValidHtmlMarkup | function | core/ |
@covers ::createPlaceholder @dataProvider providerCreatePlaceholderGeneratesValidHtmlMarkup |
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::$placeholderGenerator | property | core/ |
The placeholder generator. |
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 enable. |
PlaceholderMessageTest::testMessagePlaceholder | function | core/ |
Tests rendering of message placeholder. |
PlaceholdersTest | class | core/ |
|
PlaceholdersTest::callback | function | core/ |
#lazy_builder callback; attaches setting, generates markup. |
PlaceholdersTest::callbackNonArrayReturn | function | core/ |
A lazy builder callback that returns an invalid renderable. |
PlaceholdersTest::callbackPerUser | function | core/ |
#lazy_builder callback; attaches setting, generates markup, user-specific. |
PlaceholdersTest::callbackTagCurrentTemperature | function | core/ |
#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 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.