You are here

protected property MenuLinkTreeManipulators::$languages in Menu Manipulator 8.2

Same name and namespace in other branches
  1. 8 src/Menu/MenuLinkTreeManipulators.php \Drupal\menu_manipulator\Menu\MenuLinkTreeManipulators::languages

The list of available languages.

\Drupal\Core\Language\LanguageInterface[] An associative array of languages keyed by the language code.

Type: array

File

src/Menu/MenuLinkTreeManipulators.php, line 74

Class

MenuLinkTreeManipulators
Provides a couple of menu link tree manipulators.

Namespace

Drupal\menu_manipulator\Menu

Code

protected $languages;