You are here

protected property RelationHandlerTrait::$parent in Group 2.0.x

The parent relation handler in the decorator chain.

You MUST set this when you are decorating an existing handler.

Type: \Drupal\group\Plugin\Group\RelationHandler\RelationHandlerInterface|null

File

src/Plugin/Group/RelationHandler/RelationHandlerTrait.php, line 22

Class

RelationHandlerTrait
Trait for group relation plugin handlers.

Namespace

Drupal\group\Plugin\Group\RelationHandler

Code

protected $parent = NULL;