You are here

TotalControlMenuLink.php in Total Control Admin Dashboard 8.2

File

src/Plugin/Menu/TotalControlMenuLink.php
View 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

Namesort descending Description
TotalControlMenuLink Represents a menu link for a single Product.