Selects the block page display variant.
\Drupal\Core\Render\PageDisplayVariantSelectionEvent $event: The event to process.
public function onSelectPageDisplayVariant(PageDisplayVariantSelectionEvent $event) { $event->setPluginId('block_page'); }