Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
|
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\config_test\ConfigTestInterface. | |
| */ | |
| namespace Drupal\config_test; | |
| use Drupal\Core\Config\Entity\ConfigEntityInterface; | |
| /** | |
| * Provides an interface defining a config_test entity. | |
| */ | |
| interface ConfigTestInterface extends ConfigEntityInterface { | |
| } |