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 |
|---|---|---|---|
| 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. |
| PlaceholderStrategyInterface | interface | core/ |
Provides an interface for defining a placeholder strategy service. |
| PlaceholderStrategyInterface.php | file | core/ |
|
| PlaceholderStrategyInterface::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
| placeholder_strategy | service | core/ |
Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy |
| placeholder_strategy.big_pipe | service | core/ |
Drupal\big_pipe\Render\Placeholder\BigPipeStrategy |
| placeholder_strategy.cached | service | core/ |
Drupal\Core\Render\Placeholder\CachedStrategy |
| placeholder_strategy.single_flush | service | core/ |
Drupal\Core\Render\Placeholder\SingleFlushStrategy |
| Query::$nextPlaceholder | property | core/ |
The placeholder counter. |
| Query::nextPlaceholder | function | core/ |
Gets the next placeholder value for this query object. |
| RecursivePlaceholdersTest | class | core/ |
|
| RecursivePlaceholdersTest::callback | function | core/ |
Render API callback: Bubbles another placeholder. |
| RecursivePlaceholdersTest::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| Renderer::doRenderPlaceholder | function | core/ |
Renders a placeholder into markup. |
| Renderer::doReplacePlaceholder | function | core/ |
Replaces a placeholder with its markup. |
| Renderer::renderPlaceholder | function | core/ |
Renders final HTML for a placeholder. |
| Renderer::replacePlaceholders | function | core/ |
Replaces placeholders. |
| RendererInterface::renderPlaceholder | function | core/ |
Renders final HTML for a placeholder. |
| RendererPlaceholdersTest | class | core/ |
Tests Drupal\Core\Render\Renderer. |
| RendererPlaceholdersTest.php | file | core/ |
|
| RendererPlaceholdersTest::assertPlaceholderRenderCache | function | core/ |
@internal |
| RendererPlaceholdersTest::generatePlaceholderElement | function | core/ |
Generates an element with a placeholder. |
| RendererPlaceholdersTest::generatePlaceholdersWithChildrenTestElement | function | core/ |
Generates an element with placeholders at 3 levels. |
| RendererPlaceholdersTest::generatePlaceholderWithLazyBuilderPreview | function | core/ |
Generates an element with a lazy builder and preview. |
| RendererPlaceholdersTest::providerPlaceholders | function | core/ |
Provides the two classes of placeholders: cacheable and uncacheable. |
| RendererPlaceholdersTest::setUp | function | core/ |
|
| RendererPlaceholdersTest::setupThemeManagerForDetails | function | core/ |
Sets up the theme manager for the <details>-tag. |
| RendererPlaceholdersTest::testCacheableParent | function | core/ |
Tests cacheable parent. |
| RendererPlaceholdersTest::testCacheableParentWithPostRequest | function | core/ |
Tests cacheable parent with post request. |
| RendererPlaceholdersTest::testChildrenPlusBuilder | function | core/ |
Tests children plus builder. |
| RendererPlaceholdersTest::testCreatePlaceholderPropertyWithoutLazyBuilder | function | core/ |
Tests create placeholder property without lazy builder. |
| RendererPlaceholdersTest::testInvalidLazyBuilder | function | core/ |
Tests invalid lazy builder. |
| RendererPlaceholdersTest::testInvalidLazyBuilderArguments | function | core/ |
Tests invalid lazy builder arguments. |
| RendererPlaceholdersTest::testNonArrayReturnFromLazyBuilder | function | core/ |
Tests that an error is thrown if a lazy builder doesn't return an array. |
| RendererPlaceholdersTest::testNonScalarLazyBuilderCallbackContext | function | core/ |
Tests non scalar lazy builder callback context. |
| RendererPlaceholdersTest::testPlaceholderingDisabledForPostRequests | function | core/ |
Tests placeholdering disabled for post requests. |
| RendererPlaceholdersTest::testPropertiesPlusBuilder | function | core/ |
Tests properties plus builder. |
| RendererPlaceholdersTest::testRecursivePlaceholder | function | core/ |
Tests a placeholder that adds another placeholder. |
| RendererPlaceholdersTest::testRenderChildrenPlaceholdersDifferentArguments | function | core/ |
Tests the creation of an element with a child and a sub-child. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.