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 |
---|---|---|---|
BlockPluginInterface::createPlaceholder | function | core/ |
Whether to render blocks in a placeholder. |
BlockPluginTrait::createPlaceholder | function | core/ |
|
CachedStrategy::processNestedPlaceholders | function | core/ |
Fetch any nested placeholders from cache. |
CachedStrategy::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
ChainedPlaceholderStrategy | class | core/ |
Renders placeholders using a chain of placeholder strategies. |
ChainedPlaceholderStrategy.php | file | core/ |
|
ChainedPlaceholderStrategy::$placeholderStrategies | property | core/ |
An ordered list of placeholder strategy services. |
ChainedPlaceholderStrategy::addPlaceholderStrategy | function | core/ |
Adds a placeholder strategy to use. |
ChainedPlaceholderStrategy::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
Condition::$queryPlaceholderIdentifier | property | core/ |
The query placeholder identifier this condition has been compiled against. |
Connection::$tablePlaceholderReplacements | property | core/ |
Replacements to fully qualify {table} placeholders in SQL strings. |
CreateForEachBundle::BUNDLE_PLACEHOLDER | constant | core/ |
The placeholder which is replaced with the ID of the current bundle. |
CreateForEachBundle::LABEL_PLACEHOLDER | constant | core/ |
The placeholder which is replaced with the label of the current bundle. |
CreateForEachBundle::replacePlaceholders | function | core/ |
Replaces placeholders recursively. |
FormattableMarkup::placeholderEscape | function | core/ |
Escapes a placeholder replacement value if needed. |
FormattableMarkup::placeholderFormat | function | core/ |
Replaces placeholders in a string with values. |
FormBuilder::renderFormTokenPlaceholder | function | core/ |
Renders the form CSRF token. It's a #lazy_builder callback. |
FormBuilder::renderPlaceholderFormAction | function | core/ |
Renders a form action URL. It's a #lazy_builder callback. |
HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders | function | core/ |
Renders HTML response attachment placeholders. |
HtmlResponseAttachmentsProcessor::renderPlaceholders | function | core/ |
Renders placeholders (#attached['placeholders']). |
HtmlResponsePlaceholderStrategySubscriber | class | core/ |
HTML response subscriber to allow for different placeholder strategies. |
HtmlResponsePlaceholderStrategySubscriber.php | file | core/ |
|
HtmlResponsePlaceholderStrategySubscriber::$placeholderStrategy | property | core/ |
The placeholder strategy to use. |
HtmlResponsePlaceholderStrategySubscriber::getSubscribedEvents | function | core/ |
|
HtmlResponsePlaceholderStrategySubscriber::onRespond | function | core/ |
Processes placeholders for HTML responses. |
HtmlResponsePlaceholderStrategySubscriber::__construct | function | core/ |
Constructs a HtmlResponsePlaceholderStrategySubscriber object. |
InsertTrait::getInsertPlaceholderFragment | function | core/ |
Returns the query placeholders for values that will be inserted. |
LocalActionsBlock::createPlaceholder | function | core/ |
|
LocalTasksBlock::createPlaceholder | function | core/ |
|
LogMessageParser::parseMessagePlaceholders | function | core/ |
Parses and transforms message and its placeholders to a common format. |
LogMessageParserInterface::parseMessagePlaceholders | function | core/ |
Parses and transforms message and its placeholders to a common format. |
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. |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.