function RelationshipInterface::getRelationship
Same name and namespace in other branches
- 8.x-3.x src/Plugin/RelationshipInterface.php \Drupal\ctools\Plugin\RelationshipInterface::getRelationship()
Generates a context based on this plugin's configuration.
Return value
\Drupal\Core\Plugin\Context\ContextInterface
1 method overrides RelationshipInterface::getRelationship()
- TypedDataRelationship::getRelationship in src/
Plugin/ Relationship/ TypedDataRelationship.php - Generates a context based on this plugin's configuration.
File
-
src/
Plugin/ RelationshipInterface.php, line 18
Class
- RelationshipInterface
- Defines an interface for Relationship plugins.
Namespace
Drupal\ctools\PluginCode
public function getRelationship();