ShortcutInterface.php

Contains \Drupal\shortcut\Plugin\Core\Entity\ShortcutInterface.

Namespace

Drupal\shortcut

File

drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutInterface.php
View source
<?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 {

}

Interfaces

Namesort descending Description
ShortcutInterface Provides an interface defining a shortcut entity.