public function TypedDataRelationship::getName in Chaos Tool Suite (ctools) 8.3
The name of the property used to get this relationship.
Return value
string
Overrides RelationshipInterface::getName
File
- src/
Plugin/ Relationship/ TypedDataRelationship.php, line 51
Class
- TypedDataRelationship
- Plugin annotation @Relationship( id = "typed_data_relationship", deriver = "\Drupal\ctools\Plugin\Deriver\TypedDataRelationshipDeriver" )
Namespace
Drupal\ctools\Plugin\RelationshipCode
public function getName() {
return $this
->getPluginDefinition()['property_name'];
}