You are here

CustomPublishingOptionInterface.php in Custom Publishing Options 8

Namespace

Drupal\custom_pub

File

src/CustomPublishingOptionInterface.php
View source
<?php

namespace Drupal\custom_pub;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Custom publishing option entities.
 */
interface CustomPublishingOptionInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
CustomPublishingOptionInterface Provides an interface for defining Custom publishing option entities.