class OnlyOneEvents in Allow a content type only once (Only One) 8
Class OnlyOneEvents.
Hierarchy
- class \Drupal\onlyone\Event\OnlyOneEvents extends \Symfony\Component\EventDispatcher\Event
Expanded class hierarchy of OnlyOneEvents
2 files declare their use of OnlyOneEvents
- ConfigContentTypes.php in src/
Form/ ConfigContentTypes.php - ContentTypesUpdatedSubscriber.php in modules/
onlyone_admin_toolbar/ src/ EventSubscriber/ ContentTypesUpdatedSubscriber.php
File
- src/
Event/ OnlyOneEvents.php, line 10
Namespace
Drupal\onlyone\EventView source
class OnlyOneEvents extends Event {
/**
* Event related to a change in the content types configuration.
*/
const CONTENT_TYPES_UPDATED = 'onlyone.content_types_updated';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OnlyOneEvents:: |
constant | Event related to a change in the content types configuration. |