ConfigTestInterface.php

Contains \Drupal\config_test\Plugin\Core\Entity\ConfigTestInterface.

Namespace

Drupal\config_test

File

drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\config_test\Plugin\Core\Entity\ConfigTestInterface.
 */
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.