You are here

ConfigTestInterface.php in Drupal 8

Namespace

Drupal\config_test

File

core/modules/config/tests/config_test/src/ConfigTestInterface.php
View source
<?php

namespace Drupal\config_test;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a config_test entity.
 */
interface ConfigTestInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ConfigTestInterface Provides an interface defining a config_test entity.