Loading core/core.api.php +1 −1 Original line number Diff line number Diff line Loading @@ -2501,7 +2501,7 @@ function hook_validation_constraint_alter(array &$definitions) { * * @section sec_dispatch Dispatching events * To dispatch an event, call the * \Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch() * \Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatch() * method on the 'event_dispatcher' service (see the * @link container Services topic @endlink for more information about how to * interact with services). The first argument is the unique event name, which Loading core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Drupal\Core\Session\AccountInterface; use Drupal\Core\Utility\UnroutedUrlAssemblerInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpKernel\KernelEvents; Loading @@ -28,7 +28,7 @@ class GotoAction extends ConfigurableActionBase implements ContainerFactoryPlugi /** * The event dispatcher service. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $dispatcher; Loading @@ -48,7 +48,7 @@ class GotoAction extends ConfigurableActionBase implements ContainerFactoryPlugi * The plugin ID for the plugin instance. * @param mixed $plugin_definition * The plugin implementation definition. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $dispatcher * The tempstore factory. * @param \Drupal\Core\Utility\UnroutedUrlAssemblerInterface $url_assembler * The unrouted URL assembler service. Loading core/lib/Drupal/Core/Config/Config.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Component\Utility\NestedArray; use Drupal\Core\Cache\Cache; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; /** * Defines the default configuration object. Loading @@ -21,7 +21,7 @@ class Config extends StorableConfigBase { /** * An event dispatcher instance to use for configuration events. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $eventDispatcher; Loading Loading @@ -57,7 +57,7 @@ class Config extends StorableConfigBase { * @param \Drupal\Core\Config\StorageInterface $storage * A storage object to use for reading and writing the * configuration data. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager service. Loading core/lib/Drupal/Core/Config/ConfigFactory.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Component\Utility\NestedArray; use Drupal\Core\Cache\Cache; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** Loading Loading @@ -34,7 +34,7 @@ class ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface /** * An event dispatcher instance to use for configuration events. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $eventDispatcher; Loading Loading @@ -64,7 +64,7 @@ class ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. Loading core/lib/Drupal/Core/Config/ConfigImporter.php +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Drupal\Core\Lock\LockBackendInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\StringTranslation\TranslationInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; /** * Defines a configuration importer. Loading Loading @@ -53,7 +53,7 @@ class ConfigImporter { /** * The event dispatcher used to notify subscribers. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $eventDispatcher; Loading Loading @@ -172,7 +172,7 @@ class ConfigImporter { * @param \Drupal\Core\Config\StorageComparerInterface $storage_comparer * A storage comparer object used to determine configuration changes and * access the source and target storage objects. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * The event dispatcher used to notify subscribers of config import events. * @param \Drupal\Core\Config\ConfigManagerInterface $config_manager * The configuration manager. Loading Loading
core/core.api.php +1 −1 Original line number Diff line number Diff line Loading @@ -2501,7 +2501,7 @@ function hook_validation_constraint_alter(array &$definitions) { * * @section sec_dispatch Dispatching events * To dispatch an event, call the * \Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch() * \Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatch() * method on the 'event_dispatcher' service (see the * @link container Services topic @endlink for more information about how to * interact with services). The first argument is the unique event name, which Loading
core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Drupal\Core\Session\AccountInterface; use Drupal\Core\Utility\UnroutedUrlAssemblerInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpKernel\KernelEvents; Loading @@ -28,7 +28,7 @@ class GotoAction extends ConfigurableActionBase implements ContainerFactoryPlugi /** * The event dispatcher service. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $dispatcher; Loading @@ -48,7 +48,7 @@ class GotoAction extends ConfigurableActionBase implements ContainerFactoryPlugi * The plugin ID for the plugin instance. * @param mixed $plugin_definition * The plugin implementation definition. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $dispatcher * The tempstore factory. * @param \Drupal\Core\Utility\UnroutedUrlAssemblerInterface $url_assembler * The unrouted URL assembler service. Loading
core/lib/Drupal/Core/Config/Config.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Component\Utility\NestedArray; use Drupal\Core\Cache\Cache; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; /** * Defines the default configuration object. Loading @@ -21,7 +21,7 @@ class Config extends StorableConfigBase { /** * An event dispatcher instance to use for configuration events. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $eventDispatcher; Loading Loading @@ -57,7 +57,7 @@ class Config extends StorableConfigBase { * @param \Drupal\Core\Config\StorageInterface $storage * A storage object to use for reading and writing the * configuration data. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager service. Loading
core/lib/Drupal/Core/Config/ConfigFactory.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Component\Utility\NestedArray; use Drupal\Core\Cache\Cache; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** Loading Loading @@ -34,7 +34,7 @@ class ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface /** * An event dispatcher instance to use for configuration events. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $eventDispatcher; Loading Loading @@ -64,7 +64,7 @@ class ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. Loading
core/lib/Drupal/Core/Config/ConfigImporter.php +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Drupal\Core\Lock\LockBackendInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\StringTranslation\TranslationInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; /** * Defines a configuration importer. Loading Loading @@ -53,7 +53,7 @@ class ConfigImporter { /** * The event dispatcher used to notify subscribers. * * @var \Symfony\Component\EventDispatcher\EventDispatcherInterface * @var \Symfony\Contracts\EventDispatcher\EventDispatcherInterface */ protected $eventDispatcher; Loading Loading @@ -172,7 +172,7 @@ class ConfigImporter { * @param \Drupal\Core\Config\StorageComparerInterface $storage_comparer * A storage comparer object used to determine configuration changes and * access the source and target storage objects. * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * The event dispatcher used to notify subscribers of config import events. * @param \Drupal\Core\Config\ConfigManagerInterface $config_manager * The configuration manager. Loading