function WorkspacePublishEvent::isPublishingStopped
Same name in other branches
- 10 core/modules/workspaces/src/Event/WorkspacePublishEvent.php \Drupal\workspaces\Event\WorkspacePublishEvent::isPublishingStopped()
Determines whether a subscriber requested the publishing to be stopped.
Return value
bool TRUE if the publishing of the workspace should be stopped, FALSE otherwise.
File
-
core/
modules/ workspaces/ src/ Event/ WorkspacePublishEvent.php, line 72
Class
- WorkspacePublishEvent
- Defines the workspace publish event.
Namespace
Drupal\workspaces\EventCode
public function isPublishingStopped() : bool {
return $this->publishingStopped;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.