public function GroupContentEnablerInterface::definesEntityAccess in Group 8
Returns whether this plugin defines entity access.
Return value
bool Whether this plugin defines entity access.
See also
\Drupal\group\Annotation\GroupContentEnabler::$entity_access
1 method overrides GroupContentEnablerInterface::definesEntityAccess()
- GroupContentEnablerBase::definesEntityAccess in src/
Plugin/ GroupContentEnablerBase.php - Returns whether this plugin defines entity access.
File
- src/
Plugin/ GroupContentEnablerInterface.php, line 112
Class
- GroupContentEnablerInterface
- Defines an interface for pluggable GroupContentEnabler back-ends.
Namespace
Drupal\group\PluginCode
public function definesEntityAccess();