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. Search main for interface
  6. Other projects
Title Object type File name Summary
WorkspaceProviderInterface::entityUpdate function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts after an entity has been updated.
WorkspaceProviderInterface::getId function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Gets the ID of the workspace provider.
WorkspacePublisherInterface interface core/modules/workspaces/src/WorkspacePublisherInterface.php Defines an interface for the workspace publisher.
WorkspacePublisherInterface.php file core/modules/workspaces/src/WorkspacePublisherInterface.php
WorkspacePublisherInterface::publish function core/modules/workspaces/src/WorkspacePublisherInterface.php Publishes the contents of a workspace to the default (Live) workspace.
WorkspaceRepositoryInterface interface core/modules/workspaces/src/WorkspaceRepositoryInterface.php Provides an interface for workspace tree lookup operations.
WorkspaceRepositoryInterface.php file core/modules/workspaces/src/WorkspaceRepositoryInterface.php
WorkspaceRepositoryInterface::getDescendantsAndSelf function core/modules/workspaces/src/WorkspaceRepositoryInterface.php Returns the descendant IDs of the passed-in workspace, including itself.
WorkspaceRepositoryInterface::loadTree function core/modules/workspaces/src/WorkspaceRepositoryInterface.php Returns an array of workspaces tree item properties, sorted in tree order.
WorkspaceRepositoryInterface::resetCache function core/modules/workspaces/src/WorkspaceRepositoryInterface.php Resets the cached workspace tree.
WorkspaceSafeFormInterface interface core/lib/Drupal/Core/Form/WorkspaceSafeFormInterface.php Defines an interface for forms that are safe to be submitted in a workspace.
WorkspaceSafeFormInterface.php file core/lib/Drupal/Core/Form/WorkspaceSafeFormInterface.php
WorkspaceTrackerInterface interface core/modules/workspaces/src/WorkspaceTrackerInterface.php Defines an interface for the workspace tracker service.
WorkspaceTrackerInterface.php file core/modules/workspaces/src/WorkspaceTrackerInterface.php
WorkspaceTrackerInterface::deleteTrackedEntities function core/modules/workspaces/src/WorkspaceTrackerInterface.php Deletes all the workspace association records for the given workspace.
WorkspaceTrackerInterface::getAllTrackedRevisions function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves all content revisions tracked by a given workspace.
WorkspaceTrackerInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTrackerInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTrackerInterface::getTrackedEntities function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves the entities tracked by a given workspace.
WorkspaceTrackerInterface::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceTrackerInterface::getTrackedInitialRevisions function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves all content revisions that were created in a given workspace.
WorkspaceTrackerInterface::initializeWorkspace function core/modules/workspaces/src/WorkspaceTrackerInterface.php Initializes a workspace with all the associations of its parent.
WorkspaceTrackerInterface::moveTrackedEntities function core/modules/workspaces/src/WorkspaceTrackerInterface.php Moves tracked entities from one workspace to another.
WorkspaceTrackerInterface::trackEntity function core/modules/workspaces/src/WorkspaceTrackerInterface.php Updates or creates the association for a given entity and a workspace.
WriteSafeSessionHandlerInterface interface core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Provides an interface for session handlers where writing can be disabled.
WriteSafeSessionHandlerInterface.php file core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php
WriteSafeSessionHandlerInterface::isSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Returns whether or not a session may be written to storage.
WriteSafeSessionHandlerInterface::setSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Sets whether or not a session may be written to storage.

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