ChainedPlaceholderStrategy::$placeholderStrategies

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php \Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy::placeholderStrategies
  2. 10 core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php \Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy::placeholderStrategies
  3. 11.x core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php \Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy::placeholderStrategies

An ordered list of placeholder strategy services.

Ordered according to service priority.

Type: \Drupal\Core\Render\Placeholder\PlaceholderStrategyInterface[]

File

core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php, line 17

Class

ChainedPlaceholderStrategy
Renders placeholders using a chain of placeholder strategies.

Namespace

Drupal\Core\Render\Placeholder

Code

protected $placeholderStrategies = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.