function MenuLinkInterface::isTranslatable

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

Returns whether this link can be translated.

Return value

bool TRUE if the link can be translated, FALSE otherwise.

1 method overrides MenuLinkInterface::isTranslatable()
MenuLinkBase::isTranslatable in core/lib/Drupal/Core/Menu/MenuLinkBase.php
Returns whether this link can be translated.

File

core/lib/Drupal/Core/Menu/MenuLinkInterface.php, line 95

Class

MenuLinkInterface
Defines an interface for classes providing a type of menu link.

Namespace

Drupal\Core\Menu

Code

public function isTranslatable();

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