function EntityTypeInterface::getLinkTemplate

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getLinkTemplate()
  2. 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getLinkTemplate()
  3. 11.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getLinkTemplate()

Gets the link template for a given key.

Parameters

string $key: The link type.

Return value

string|bool The path for this link, or FALSE if it doesn't exist.

1 method overrides EntityTypeInterface::getLinkTemplate()
EntityType::getLinkTemplate in core/lib/Drupal/Core/Entity/EntityType.php
Gets the link template for a given key.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 452

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getLinkTemplate($key);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.