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\PluginCode
public function getName();