class WorkspacePostPublishEvent
Same name in other branches
- 11.x core/modules/workspaces/src/Event/WorkspacePostPublishEvent.php \Drupal\workspaces\Event\WorkspacePostPublishEvent
Defines the post-publish event class.
Hierarchy
- class \Drupal\Component\EventDispatcher\Event extends \Symfony\Contracts\EventDispatcher\Event
- class \Drupal\workspaces\Event\WorkspacePublishEvent extends \Drupal\Component\EventDispatcher\Event
- class \Drupal\workspaces\Event\WorkspacePostPublishEvent extends \Drupal\workspaces\Event\WorkspacePublishEvent
- class \Drupal\workspaces\Event\WorkspacePublishEvent extends \Drupal\Component\EventDispatcher\Event
Expanded class hierarchy of WorkspacePostPublishEvent
2 files declare their use of WorkspacePostPublishEvent
- WorkspaceAssociation.php in core/
modules/ workspaces/ src/ WorkspaceAssociation.php - WorkspacePublisher.php in core/
modules/ workspaces/ src/ WorkspacePublisher.php
File
-
core/
modules/ workspaces/ src/ Event/ WorkspacePostPublishEvent.php, line 8
Namespace
Drupal\workspaces\EventView source
class WorkspacePostPublishEvent extends WorkspacePublishEvent {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.