class TestGroupRelationHandler in Group 2.0.x
Hierarchy
- class \Drupal\Tests\group\Unit\TestGroupRelationHandler implements RelationHandlerInterface uses RelationHandlerTrait
Expanded class hierarchy of TestGroupRelationHandler
File
- tests/
src/ Unit/ GroupRelationManagerTest.php, line 280
Namespace
Drupal\Tests\group\UnitView source
class TestGroupRelationHandler implements RelationHandlerInterface {
use RelationHandlerTrait;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RelationHandlerTrait:: |
protected | property | The plugin definition. | |
RelationHandlerTrait:: |
protected | property | The entity type manager. | |
RelationHandlerTrait:: |
protected | property | The group relation manager. | |
RelationHandlerTrait:: |
protected | property | The parent relation handler in the decorator chain. | |
RelationHandlerTrait:: |
protected | property | The plugin ID as read from the definition. | |
RelationHandlerTrait:: |
protected | function | Gets the entity type manager service. | |
RelationHandlerTrait:: |
protected | function | Gets the group relation manager service. | |
RelationHandlerTrait:: |
public | function |