function MenuLinkBase::isTranslatable

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

Overrides MenuLinkInterface::isTranslatable

1 call to MenuLinkBase::isTranslatable()
MenuLinkBase::getOperations in core/lib/Drupal/Core/Menu/MenuLinkBase.php
Provides an array of information to build a list of operation links.
1 method overrides MenuLinkBase::isTranslatable()
MenuLinkContent::isTranslatable in core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
Returns whether this link can be translated.

File

core/lib/Drupal/Core/Menu/MenuLinkBase.php, line 80

Class

MenuLinkBase
Defines a base menu link class.

Namespace

Drupal\Core\Menu

Code

public function isTranslatable() {
    return (bool) $this->getTranslateRoute();
}

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