You are here

public function GroupRelationInterface::definesEntityAccess in Group 2.0.x

Returns whether this plugin defines entity access.

Return value

bool Whether this plugin defines entity access.

See also

\Drupal\group\Annotation\GroupRelation::$entity_access

1 method overrides GroupRelationInterface::definesEntityAccess()
GroupRelationBase::definesEntityAccess in src/Plugin/Group/Relation/GroupRelationBase.php
Returns whether this plugin defines entity access.

File

src/Plugin/Group/Relation/GroupRelationInterface.php, line 111

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function definesEntityAccess();