You are here

public function GroupRelationInterface::isCodeOnly in Group 2.0.x

Returns whether this plugin can only be (un)installed through code.

Return value

bool The 'code_only' status.

1 method overrides GroupRelationInterface::isCodeOnly()
GroupRelationBase::isCodeOnly in src/Plugin/Group/Relation/GroupRelationBase.php
Returns whether this plugin can only be (un)installed through code.

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function isCodeOnly();