BlockElementsListener
class BlockElementsListener extends AbstractPluginBlockElementListener
Class BlockElementsListener
Properties
| protected ContainerInterface | $container |
Methods
array
getParams()
Returns array ['class' => 'SomeClass:class, 'listener' => SomeBlockElementsListener::class]
mixed
getManager()
Return manager that will be used in AbstractBlockElementListener
__construct(ContainerInterface $container)
BlockElementsListener constructor.
preRemove(LifecycleEventArgs $args)
No description
postRemove(LifecycleEventArgs $args)
No description
removeOnTerminate()
No description
Details
in AbstractPluginBlockElementListener at line 23
final EventWithResult
getBlockListenerParams(EventWithResult $event)
at line 93
protected array
getParams()
Returns array ['class' => 'SomeClass:class, 'listener' => SomeBlockElementsListener::class]
at line 105
protected mixed
getManager()
Return manager that will be used in AbstractBlockElementListener
at line 37
__construct(ContainerInterface $container)
BlockElementsListener constructor.