TotalControlMenuLink.php in Total Control Admin Dashboard 3.0.x
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\total_control\Plugin\MenuFile
src/Plugin/Menu/TotalControlMenuLink.phpView source
<?php
namespace Drupal\total_control\Plugin\Menu;
use Drupal\Core\Menu\MenuLinkDefault;
/**
* Represents a menu link for a single Product.
*/
class TotalControlMenuLink extends MenuLinkDefault {
}
Classes
Name | Description |
---|---|
TotalControlMenuLink | Represents a menu link for a single Product. |