You are here

ContentDashboard.php in CMS Content Sync 2.1.x

File

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

namespace Drupal\cms_content_sync\Plugin\Menu;

use Drupal\Core\Menu\MenuLinkDefault;

/**
 * Represents a menu link for a single Product.
 */
class ContentDashboard extends MenuLinkDefault {

}

Classes

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