You are here

CkeditorTemplatesUiInterface.php in Ckeditor templates user interface 8

File

src/CkeditorTemplatesUiInterface.php
View 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

Namesort descending Description
CkeditorTemplatesUiInterface Interface CkeditorTemplatesInterface.