You are here

public function RelationType::reverseLabel in Relation 8

Same name and namespace in other branches
  1. 8.2 src/Entity/RelationType.php \Drupal\relation\Entity\RelationType::reverseLabel()

Returns a reversed label of this relation type.

Return value

string A reversed label of this relation type.

Overrides RelationTypeInterface::reverseLabel

File

src/Entity/RelationType.php, line 140

Class

RelationType
Defines relation type entity.

Namespace

Drupal\relation\Entity

Code

public function reverseLabel() {
  return $this->reverse_label;
}