Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php \Drupal\Core\Render\PageDisplayVariantSelectionEvent::getPluginConfiguration()
  2. 9 core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php \Drupal\Core\Render\PageDisplayVariantSelectionEvent::getPluginConfiguration()

Get the configuration for the selected page display variant.

Return value

array

File

core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php, line 107

Class

PageDisplayVariantSelectionEvent
Event fired when rendering main content, to select a page display variant.

Namespace

Drupal\Core\Render

Code

public function getPluginConfiguration() {
  return $this->pluginConfiguration;
}