function CachedStrategy::processPlaceholders
Overrides PlaceholderStrategyInterface::processPlaceholders
File
-
core/
lib/ Drupal/ Core/ Render/ Placeholder/ CachedStrategy.php, line 23
Class
- CachedStrategy
- Looks up placeholders in the render cache and returns those we could find.
Namespace
Drupal\Core\Render\PlaceholderCode
public function processPlaceholders(array $placeholders) {
return $this->renderCache
->getMultiple($placeholders);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.