ConfigTestInterface.php

Same filename in other branches
  1. 9 core/modules/config/tests/config_test/src/ConfigTestInterface.php
  2. 8.9.x core/modules/config/tests/config_test/src/ConfigTestInterface.php
  3. 11.x 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

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.