You are here

public function RelationshipInterface::getName in Chaos Tool Suite (ctools) 8.3

The name of the property used to get this relationship.

Return value

string

1 method overrides RelationshipInterface::getName()
TypedDataRelationship::getName in src/Plugin/Relationship/TypedDataRelationship.php
The name of the property used to get this relationship.

File

src/Plugin/RelationshipInterface.php, line 25

Class

RelationshipInterface
Defines an interface for Relationship plugins.

Namespace

Drupal\ctools\Plugin

Code

public function getName();