You are here

ConfigTestInterface.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/config/tests/config_test/src/ConfigTestInterface.php

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.