function SingleFlushStrategy::processPlaceholders
Same name in other branches
- 9 core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php \Drupal\Core\Render\Placeholder\SingleFlushStrategy::processPlaceholders()
- 8.9.x core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php \Drupal\Core\Render\Placeholder\SingleFlushStrategy::processPlaceholders()
- 11.x core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php \Drupal\Core\Render\Placeholder\SingleFlushStrategy::processPlaceholders()
File
-
core/
lib/ Drupal/ Core/ Render/ Placeholder/ SingleFlushStrategy.php, line 17
Class
- SingleFlushStrategy
- Defines the 'single_flush' placeholder strategy.
Namespace
Drupal\Core\Render\PlaceholderCode
public function processPlaceholders(array $placeholders) {
// Return all placeholders as is; they should be rendered directly.
return $placeholders;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.