ConfigPagesTypeInterface.php in Config Pages 8
Same filename and directory in other branches
Namespace
Drupal\config_pagesFile
src/ConfigPagesTypeInterface.phpView 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
Name | Description |
---|---|
ConfigPagesTypeInterface | Provides an interface defining a custom config page type entity. |