BcConfigSubscriber
class BcConfigSubscriber implements EventSubscriberInterface (View source)
Config event subscriber to rebuild the container when BC config is saved.
Properties
| protected DrupalKernelInterface | $kernel | The Drupal Kernel. |
Methods
static
getSubscribedEvents()
{@inheritdoc}
onConfigSave(ConfigCrudEvent $event)
Invalidates the service container if serialization BC config gets updated.
Details
__construct(DrupalKernelInterface $kernel)
BcConfigSubscriber constructor.
static
getSubscribedEvents()
{@inheritdoc}
onConfigSave(ConfigCrudEvent $event)
Invalidates the service container if serialization BC config gets updated.