function DefaultWorkspaceHandler::isEntitySupported
Same name in other branches
- 11.x core/modules/workspaces/src/Entity/Handler/DefaultWorkspaceHandler.php \Drupal\workspaces\Entity\Handler\DefaultWorkspaceHandler::isEntitySupported()
Overrides WorkspaceHandlerInterface::isEntitySupported
2 methods override DefaultWorkspaceHandler::isEntitySupported()
- BlockContentWorkspaceHandler::isEntitySupported in core/
modules/ workspaces/ src/ Entity/ Handler/ BlockContentWorkspaceHandler.php - Determines if an entity should be tracked in a workspace.
- EntityTestRevPubWorkspaceHandler::isEntitySupported in core/
modules/ workspaces/ tests/ modules/ workspaces_test/ src/ EntityTestRevPubWorkspaceHandler.php - Determines if an entity should be tracked in a workspace.
File
-
core/
modules/ workspaces/ src/ Entity/ Handler/ DefaultWorkspaceHandler.php, line 27
Class
- DefaultWorkspaceHandler
- Common customizations for most entity types.
Namespace
Drupal\workspaces\Entity\HandlerCode
public function isEntitySupported(EntityInterface $entity) : bool {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.