CustomPublishingOptionInterface.php in Custom Publishing Options 8
Namespace
Drupal\custom_pubFile
src/CustomPublishingOptionInterface.phpView 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
Name | Description |
---|---|
CustomPublishingOptionInterface | Provides an interface for defining Custom publishing option entities. |