public function RelationTypeInterface::reverseLabel in Relation 8.2
Same name and namespace in other branches
- 8 src/RelationTypeInterface.php \Drupal\relation\RelationTypeInterface::reverseLabel()
Returns a reversed label of this relation type.
Return value
string A reversed label of this relation type.
1 method overrides RelationTypeInterface::reverseLabel()
- RelationType::reverseLabel in src/
Entity/ RelationType.php - Returns a reversed label of this relation type.
File
- src/
RelationTypeInterface.php, line 34 - Contains \Drupal\relation\RelationTypeInterface.
Class
- RelationTypeInterface
- Provides an interface defining a Relation Type entity.
Namespace
Drupal\relationCode
public function reverseLabel();