function EntityAccess::create
Same name in other branches
- 9 core/modules/workspaces/src/EntityAccess.php \Drupal\workspaces\EntityAccess::create()
- 8.9.x core/modules/workspaces/src/EntityAccess.php \Drupal\workspaces\EntityAccess::create()
- 10 core/modules/workspaces/src/EntityAccess.php \Drupal\workspaces\EntityAccess::create()
Overrides ContainerInjectionInterface::create
File
-
core/
modules/ workspaces/ src/ EntityAccess.php, line 62
Class
- EntityAccess
- Service wrapper for hooks relating to entity access control.
Namespace
Drupal\workspacesCode
public static function create(ContainerInterface $container) {
return new static($container->get('entity_type.manager'), $container->get('workspaces.manager'), $container->get('workspaces.information'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.