MenuInterface.php

Contains \Drupal\system\Plugin\Core\Entity\MenuInterface.

Namespace

Drupal\system

File

drupal/core/modules/system/lib/Drupal/system/MenuInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\system\Plugin\Core\Entity\MenuInterface.
 */
namespace Drupal\system;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a menu entity.
 */
interface MenuInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
MenuInterface Provides an interface defining a menu entity.