Adds a placeholder strategy to use.
\Drupal\Core\Render\Placeholder\PlaceholderStrategyInterface $strategy: The strategy to add to the placeholder strategies.
public function addPlaceholderStrategy(PlaceholderStrategyInterface $strategy) { $this->placeholderStrategies[] = $strategy; }