class RelationshipBase

Same name and namespace in other branches
  1. 4.0.x src/Plugin/RelationshipBase.php \Drupal\ctools\Plugin\RelationshipBase

Base class for Relationship plugins.

Hierarchy

Expanded class hierarchy of RelationshipBase

1 file declares its use of RelationshipBase
TypedDataRelationship.php in src/Plugin/Relationship/TypedDataRelationship.php

File

src/Plugin/RelationshipBase.php, line 11

Namespace

Drupal\ctools\Plugin
View source
abstract class RelationshipBase extends PluginBase implements RelationshipInterface {
  use ContextAwarePluginTrait;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
RelationshipInterface::getName public function The name of the property used to get this relationship. 1
RelationshipInterface::getRelationship public function Generates a context based on this plugin's configuration. 1