CkeditorTemplatesUiInterface.php in Ckeditor templates user interface 8
Namespace
Drupal\ckeditor_templates_uiFile
src/CkeditorTemplatesUiInterface.phpView source
<?php
namespace Drupal\ckeditor_templates_ui;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Interface CkeditorTemplatesInterface.
*
* @package Drupal\ckeditor_templates
*
* Provides an interface defining a CkeditorTemplate entity.
*/
interface CkeditorTemplatesUiInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
CkeditorTemplatesUiInterface | Interface CkeditorTemplatesInterface. |