You are here

ConfigPagesTypeInterface.php in Config Pages 8.3

File

src/ConfigPagesTypeInterface.php
View source
<?php

namespace Drupal\config_pages;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a custom config page type entity.
 */
interface ConfigPagesTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ConfigPagesTypeInterface Provides an interface defining a custom config page type entity.