Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
WorkspaceAssociationInterface.php file core/modules/workspaces/src/WorkspaceAssociationInterface.php
WorkspaceAssociationInterface::deleteAssociations function core/modules/workspaces/src/WorkspaceAssociationInterface.php Deletes all the workspace association records for the given workspace.
WorkspaceAssociationInterface::getAssociatedInitialRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions that were created in a given workspace.
WorkspaceAssociationInterface::getAssociatedRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions tracked by a given workspace.
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociationInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociationInterface::getTrackedEntities function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves the entities tracked by a given workspace.
WorkspaceAssociationInterface::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceAssociationInterface::initializeWorkspace function core/modules/workspaces/src/WorkspaceAssociationInterface.php Initializes a workspace with all the associations of its parent.
WorkspaceAssociationInterface::trackEntity function core/modules/workspaces/src/WorkspaceAssociationInterface.php Updates or creates the association for a given entity and a workspace.
WorkspaceAssociationInterface::workspaceInsert function core/modules/workspaces/src/WorkspaceAssociationInterface.php Responds to the creation of a new workspace entity.
WorkspaceDynamicSafeFormInterface interface core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php Defines an interface for forms that can be workspace-safe.
WorkspaceDynamicSafeFormInterface.php file core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php
WorkspaceDynamicSafeFormInterface::isWorkspaceSafeForm function core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php Determines whether the form is safe to be submitted in a workspace.
WorkspaceFormInterface interface core/modules/workspaces/src/Form/WorkspaceFormInterface.php Defines interface for workspace forms so they can be easily distinguished.
WorkspaceFormInterface.php file core/modules/workspaces/src/Form/WorkspaceFormInterface.php
WorkspaceHandlerInterface interface core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Defines workspace operations that need to vary by entity type.
WorkspaceHandlerInterface.php file core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
WorkspaceHandlerInterface::isEntitySupported function core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Determines if an entity should be tracked in a workspace.
WorkspaceIdNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Interface for workspace negotiators that return only the negotiated ID.
WorkspaceIdNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceInformationInterface interface core/modules/workspaces/src/WorkspaceInformationInterface.php Provides an interface for workspace-support information.
WorkspaceInformationInterface.php file core/modules/workspaces/src/WorkspaceInformationInterface.php
WorkspaceInformationInterface::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformationInterface.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformationInterface::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformationInterface::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformationInterface::isEntitySupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can belong to a workspace.
WorkspaceInformationInterface::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformationInterface::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity type can belong to a workspace.
WorkspaceInterface interface core/modules/workspaces/src/WorkspaceInterface.php Defines an interface for the workspace entity type.
WorkspaceInterface.php file core/modules/workspaces/src/WorkspaceInterface.php
WorkspaceInterface::getCreatedTime function core/modules/workspaces/src/WorkspaceInterface.php Gets the workspace creation timestamp.
WorkspaceInterface::hasParent function core/modules/workspaces/src/WorkspaceInterface.php Determines whether the workspace has a parent.
WorkspaceInterface::publish function core/modules/workspaces/src/WorkspaceInterface.php Publishes the contents of this workspace to the default (Live) workspace.
WorkspaceInterface::setCreatedTime function core/modules/workspaces/src/WorkspaceInterface.php Sets the workspace creation timestamp.
WorkspaceManagerInterface interface core/modules/workspaces/src/WorkspaceManagerInterface.php Provides an interface for managing Workspaces.
WorkspaceManagerInterface.php file core/modules/workspaces/src/WorkspaceManagerInterface.php
WorkspaceManagerInterface::executeInWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function in the context of a workspace.
WorkspaceManagerInterface::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function without any workspace context.
WorkspaceManagerInterface::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Gets the active workspace.
WorkspaceManagerInterface::hasActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Determines whether a workspace is active in the current request.
WorkspaceManagerInterface::purgeDeletedWorkspacesBatch function core/modules/workspaces/src/WorkspaceManagerInterface.php Deletes the revisions associated with deleted workspaces.
WorkspaceManagerInterface::setActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Sets the active workspace via the workspace negotiators.
WorkspaceManagerInterface::switchToLive function core/modules/workspaces/src/WorkspaceManagerInterface.php Unsets the active workspace via the workspace negotiators.
WorkspaceMergerInterface interface core/modules/workspaces/src/WorkspaceMergerInterface.php Defines an interface for the workspace merger.
WorkspaceMergerInterface.php file core/modules/workspaces/src/WorkspaceMergerInterface.php
WorkspaceMergerInterface::merge function core/modules/workspaces/src/WorkspaceMergerInterface.php Merges the contents of the source workspace into the target workspace.
WorkspaceNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Workspace negotiators provide a way to get the active workspace.
WorkspaceNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php
WorkspaceNegotiatorInterface::applies function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Checks whether the negotiator applies to the current request or not.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.