On this page
class ConfigRenameEvent
Configuration event fired when renaming a configuration object.
Hierarchy
- class \Symfony\Component\EventDispatcher\Event
- class \Drupal\Core\Config\ConfigCrudEvent
- class \Drupal\Core\Config\ConfigRenameEvent
- class \Drupal\Core\Config\ConfigCrudEvent
File
- core/lib/Drupal/Core/Config/ConfigRenameEvent.php, line 8
Namespace
Drupal\Core\ConfigMembers
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ConfigCrudEvent::$config | protected | property | Configuration object. |
| ConfigCrudEvent::getConfig | public | function | Gets configuration object. |
| ConfigCrudEvent::isChanged | public | function | Checks to see if the provided configuration key's value has changed. |
| ConfigRenameEvent::$oldName | protected | property | The old configuration object name. |
| ConfigRenameEvent::getOldName | public | function | Gets the old configuration object name. |
| ConfigRenameEvent::__construct | public | function | Constructs the config rename event. Overrides ConfigCrudEvent::__construct |
| Event::$dispatcher | private | property | |
| Event::$name | private | property | |
| Event::$propagationStopped | private | property | |
| Event::getDispatcher Deprecated | public | function | Returns the EventDispatcher that dispatches this Event. |
| Event::getName Deprecated | public | function | Gets the event's name. |
| Event::isPropagationStopped | public | function | Returns whether further event listeners should be triggered. |
| Event::setDispatcher Deprecated | public | function | Stores the EventDispatcher that dispatches this Event. |
| Event::setName Deprecated | public | function | Sets the event's name property. |
| Event::stopPropagation | public | function | Stops the propagation of the event to further event listeners. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!ConfigRenameEvent.php/class/ConfigRenameEvent/8.1.x