function RelationshipInterface::getName

Same name and namespace in other branches
  1. 8.x-3.x src/Plugin/RelationshipInterface.php \Drupal\ctools\Plugin\RelationshipInterface::getName()

The name of the property used to get this relationship.

Return value

string

File

src/Plugin/RelationshipInterface.php, line 25

Class

RelationshipInterface
Defines an interface for Relationship plugins.

Namespace

Drupal\ctools\Plugin

Code

public function getName();