SingleFlushStrategy
class SingleFlushStrategy implements PlaceholderStrategyInterface (View source)
Defines the 'single_flush' placeholder strategy.
This is designed to be the fallback strategy, so should have the lowest priority. All placeholders that are not yet replaced at this point will be rendered as is and delivered directly.
Methods
array
processPlaceholders(array $placeholders)
Processes placeholders to render them with different strategies.
Details
array
processPlaceholders(array $placeholders)
Processes placeholders to render them with different strategies.