namespace Drupal\Core\Render\Placeholder
Object name | File name | Summary |
---|---|---|
ChainedPlaceholderStrategy | core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php | Renders placeholders using a chain of placeholder strategies. |
PlaceholderStrategyInterface | core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php | Provides an interface for defining a placeholder strategy service. |
SingleFlushStrategy | core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php | Defines the 'single_flush' placeholder strategy. |