public function EntityTranslationControllerInterface::getEditPath

Returns the path of the entity edit form.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity to the path should refer to.

Return value

string The entity edit path.

1 method overrides EntityTranslationControllerInterface::getEditPath()
EntityTranslationController::getEditPath in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Implements EntityTranslationControllerInterface::getEditPath().

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php, line 103
Definition of Drupal\translation_entity\EntityTranslationControllerInterface.

Class

EntityTranslationControllerInterface
Interface for providing entity translation.

Namespace

Drupal\translation_entity

Code

public function getEditPath(EntityInterface $entity);