ConfigTestInterface.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\config_testFile
core/modules/config/tests/config_test/src/ConfigTestInterface.phpView 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
Name | Description |
---|---|
ConfigTestInterface | Provides an interface defining a config_test entity. |