You are here

ContentTypeConfigInterface.php in Content Planner 8

File

modules/content_calendar/src/Entity/ContentTypeConfigInterface.php
View source
<?php

namespace Drupal\content_calendar\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Content Type Config entities.
 */
interface ContentTypeConfigInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ContentTypeConfigInterface Provides an interface for defining Content Type Config entities.