You are here

public function GroupRelationInterface::isEnforced in Group 2.0.x

Returns whether this plugin is always on.

Return value

bool The 'enforced' status.

1 method overrides GroupRelationInterface::isEnforced()
GroupRelationBase::isEnforced in src/Plugin/Group/Relation/GroupRelationBase.php
Returns whether this plugin is always on.

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function isEnforced();