EditorInterface.php

Contains \Drupal\editor\Plugin\Core\Entity\EditPluginInterface.

Namespace

Drupal\editor

File

drupal/core/modules/editor/lib/Drupal/editor/EditorInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\editor\Plugin\Core\Entity\EditPluginInterface.
 */
namespace Drupal\editor;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a editor entity.
 */
interface EditorInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
EditorInterface Provides an interface defining a editor entity.