You are here

MenuItemMenuLink.php in Devel 8

File

src/Plugin/Menu/MenuItemMenuLink.php
View source
<?php

namespace Drupal\devel\Plugin\Menu;


/**
 * Modifies the menu link to add current route path.
 *
 * @deprecated in Devel 8.1.0-beta1, will be removed before Devel 8.1.0.
 *   Use \Drupal\devel\Plugin\Menu\RouteDetailMenuLink instead.
 */
class MenuItemMenuLink extends RouteDetailMenuLink {

}

Classes

Namesort descending Description
MenuItemMenuLink Deprecated Modifies the menu link to add current route path.