MenuItemMenuLink.php in Devel 8
Namespace
Drupal\devel\Plugin\MenuFile
src/Plugin/Menu/MenuItemMenuLink.phpView 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
Name | Description |
---|---|
MenuItemMenuLink Deprecated | Modifies the menu link to add current route path. |