Search for placeholder
- Search 7.x for placeholder
- Search 9.5.x for placeholder
- Search 8.9.x for placeholder
- Search 11.x for placeholder
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
ClaroPreRender::messagePlaceholder | function | core/ |
Prerender callback for status_messages placeholder. |
Condition::$queryPlaceholderIdentifier | property | core/ |
The identifier of the query placeholder this condition has been compiled against. |
Connection::$tablePlaceholderReplacements | property | core/ |
Replacements to fully qualify {table} placeholders in SQL strings. |
DbLogTest::testInvalidPlaceholders | function | core/ |
Tests that only valid placeholders are stored in the variables column. |
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. |
LogMessageParser::parseMessagePlaceholders | function | core/ |
|
LogMessageParserInterface::parseMessagePlaceholders | function | core/ |
Parses and transforms message and its placeholders to a common format. |
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/ |
|
PlaceholderGenerator::createPlaceholder | function | core/ |
|
PlaceholderGenerator::shouldAutomaticallyPlaceholder | function | core/ |
|
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. |
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/ |
|
PlaceholderingRenderCache::getFromPlaceholderResultsCache | function | core/ |
Retrieves an auto-placeholdered renderable array from the static cache. |
PlaceholderingRenderCache::set | function | core/ |
|
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
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.