ConfigTestInterface.php
Same filename in other branches
Namespace
Drupal\config_testFile
-
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
Title | Deprecated | Summary |
---|---|---|
ConfigTestInterface | Provides an interface defining a config_test entity. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.