You are here

class TestGroupRelationHandler in Group 2.0.x

Hierarchy

Expanded class hierarchy of TestGroupRelationHandler

File

tests/src/Unit/GroupRelationManagerTest.php, line 280

Namespace

Drupal\Tests\group\Unit
View source
class TestGroupRelationHandler implements RelationHandlerInterface {
  use RelationHandlerTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
RelationHandlerTrait::$definition protected property The plugin definition.
RelationHandlerTrait::$entityTypeManager protected property The entity type manager.
RelationHandlerTrait::$groupRelationManager protected property The group relation manager.
RelationHandlerTrait::$parent protected property The parent relation handler in the decorator chain.
RelationHandlerTrait::$pluginId protected property The plugin ID as read from the definition.
RelationHandlerTrait::entityTypeManager protected function Gets the entity type manager service.
RelationHandlerTrait::groupRelationManager protected function Gets the group relation manager service.
RelationHandlerTrait::init public function