function IgnoredWorkspaceHandler::isEntitySupported

Same name and namespace in other branches
  1. 10 core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php \Drupal\workspaces\Entity\Handler\IgnoredWorkspaceHandler::isEntitySupported()

Overrides WorkspaceHandlerInterface::isEntitySupported

File

core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php, line 27

Class

IgnoredWorkspaceHandler
Defines a handler for entity types that are ignored by workspaces.

Namespace

Drupal\workspaces\Entity\Handler

Code

public function isEntitySupported(EntityInterface $entity) : bool {
    return FALSE;
}

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