function WorkflowAccessControlHandler::createInstance
Same name in other branches
- 9 core/modules/workflows/src/WorkflowAccessControlHandler.php \Drupal\workflows\WorkflowAccessControlHandler::createInstance()
- 8.9.x core/modules/workflows/src/WorkflowAccessControlHandler.php \Drupal\workflows\WorkflowAccessControlHandler::createInstance()
- 11.x core/modules/workflows/src/WorkflowAccessControlHandler.php \Drupal\workflows\WorkflowAccessControlHandler::createInstance()
Overrides EntityHandlerInterface::createInstance
File
-
core/
modules/ workflows/ src/ WorkflowAccessControlHandler.php, line 31
Class
- WorkflowAccessControlHandler
- Access controller for the Workflow entity.
Namespace
Drupal\workflowsCode
public static function createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) {
return new static($entity_type, $container->get('plugin.manager.workflows.type'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.