Contains \Drupal\shortcut\Plugin\Core\Entity\ShortcutInterface.
<?php
/**
* @file
* Contains \Drupal\shortcut\Plugin\Core\Entity\ShortcutInterface.
*/
namespace Drupal\shortcut;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a shortcut entity.
*/
interface ShortcutInterface extends ConfigEntityInterface {
}
Name | Description |
---|---|
ShortcutInterface | Provides an interface defining a shortcut entity. |