public function MenuLink::bundle

Implements \Drupal\Core\Entity\EntityInterface::bundle().

Overrides Entity::bundle

File

drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php, line 270
Contains \Drupal\menu_link\Plugin\Core\Entity\MenuLink.

Class

MenuLink
Defines the menu link entity class.

Namespace

Drupal\menu_link\Plugin\Core\Entity

Code

public function bundle() {
  return $this->bundle;
}