Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspacePermissionsTest::testEditAnyWorkspace | function | core/ |
Verifies that a user can edit any workspace. |
| WorkspacePermissionsTest::testEditOwnWorkspace | function | core/ |
Verifies that a user can create and edit only their own workspace. |
| WorkspacePostPublishEvent | class | core/ |
Defines the post-publish event class. |
| WorkspacePostPublishEvent.php | file | core/ |
|
| WorkspacePrePublishEvent | class | core/ |
Defines the pre-publish event class. |
| WorkspacePrePublishEvent.php | file | core/ |
|
| WorkspacePublisher | class | core/ |
Default implementation of the workspace publisher. |
| WorkspacePublisher.php | file | core/ |
|
| WorkspacePublisher::$database | property | core/ |
The database connection. |
| WorkspacePublisher::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspacePublisher::$eventDispatcher | property | core/ |
The event dispatcher. |
| WorkspacePublisher::$sourceWorkspace | property | core/ |
The source workspace entity. |
| WorkspacePublisher::$workspaceAssociation | property | core/ |
The workspace association service. |
| WorkspacePublisher::$workspaceManager | property | core/ |
The workspace manager. |
| WorkspacePublisher::checkConflictsOnTarget | function | core/ |
Checks if there are any conflicts between the source and the target. |
| WorkspacePublisher::getDifferringRevisionIdsOnSource | function | core/ |
Gets the revision identifiers for items which have changed on the source. |
| WorkspacePublisher::getDifferringRevisionIdsOnTarget | function | core/ |
Gets the revision identifiers for items which have changed on the target. |
| WorkspacePublisher::getNumberOfChangesOnSource | function | core/ |
Gets the total number of items which have changed on the source. |
| WorkspacePublisher::getNumberOfChangesOnTarget | function | core/ |
Gets the total number of items which have changed on the target. |
| WorkspacePublisher::getSourceLabel | function | core/ |
Returns the human-readable label of the source. |
| WorkspacePublisher::getTargetLabel | function | core/ |
Returns the human-readable label of the target. |
| WorkspacePublisher::publish | function | core/ |
Publishes the contents of a workspace to the default (Live) workspace. |
| WorkspacePublisher::__construct | function | core/ |
Constructs a new WorkspacePublisher. |
| WorkspacePublisherInterface | interface | core/ |
Defines an interface for the workspace publisher. |
| WorkspacePublisherInterface.php | file | core/ |
|
| WorkspacePublisherInterface::publish | function | core/ |
Publishes the contents of a workspace to the default (Live) workspace. |
| WorkspacePublishEvent | class | core/ |
Defines the workspace publish event. |
| WorkspacePublishEvent.php | file | core/ |
|
| WorkspacePublishEvent::$publishedRevisionIds | property | core/ |
The IDs of the entities that are being published. |
| WorkspacePublishEvent::$publishingStopped | property | core/ |
Whether an event subscriber requested the publishing to be stopped. |
| WorkspacePublishEvent::$publishingStoppedReason | property | core/ |
The reason why publishing stopped. For use in messages. |
| WorkspacePublishEvent::getPublishedRevisionIds | function | core/ |
Gets the entity IDs that are being published as part of the workspace. |
| WorkspacePublishEvent::getPublishingStoppedReason | function | core/ |
Gets the reason for stopping the workspace publication. |
| WorkspacePublishEvent::getWorkspace | function | core/ |
Gets the workspace. |
| WorkspacePublishEvent::isPublishingStopped | function | core/ |
Determines whether a subscriber requested the publishing to be stopped. |
| WorkspacePublishEvent::setPublishingStoppedReason | function | core/ |
Sets the reason for stopping the workspace publication. |
| WorkspacePublishEvent::stopPublishing | function | core/ |
Signals that the workspace publishing should be aborted. |
| WorkspacePublishEvent::__construct | function | core/ |
Constructs a new WorkspacePublishEvent. |
| WorkspacePublishException | class | core/ |
An exception thrown when a workspace can not be published. |
| WorkspacePublishException.php | file | core/ |
|
| WorkspacePublishForm | class | core/ |
Provides the workspace publishing form. |
| WorkspacePublishForm.php | file | core/ |
|
| WorkspacePublishForm::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspacePublishForm::$workspace | property | core/ |
The workspace that will be published. |
| WorkspacePublishForm::$workspaceOperationFactory | property | core/ |
The workspace operation factory. |
| WorkspacePublishForm::buildForm | function | core/ |
Form constructor. |
| WorkspacePublishForm::create | function | core/ |
Instantiates a new instance of this class. |
| WorkspacePublishForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| WorkspacePublishForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| WorkspacePublishForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
Pagination
- Previous page
- Page 1497
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.