Hierarchy
- class \Drupal\block_place\EventSubscriber\BlockPlaceEventSubscriber implements EventSubscriberInterface
See also
\Drupal\block_place\Plugin\DisplayVariant\PlaceBlockPageVariant
File
- core/modules/block_place/src/EventSubscriber/BlockPlaceEventSubscriber.php, line 14
Namespace
Drupal\block_place\EventSubscriber
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BlockPlaceEventSubscriber::$account | protected | property | The current user. |
BlockPlaceEventSubscriber::$requestStack | protected | property | The request stack. |
BlockPlaceEventSubscriber::getSubscribedEvents | public static | function | Returns an array of event names this subscriber wants to listen to. Overrides EventSubscriberInterface::getSubscribedEvents |
BlockPlaceEventSubscriber::onBlockPageDisplayVariantSelected | public | function | Selects the block place override of the block page display variant. |
BlockPlaceEventSubscriber::__construct | public | function | Constructs a \Drupal\block_place\EventSubscriber\BlockPlaceEventSubscriber object. |
Please login to continue.