You are here

FruitInterface.php in Zircon Profile 8

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface.
 */
namespace Drupal\plugin_test\Plugin\plugin_test\fruit;


/**
 * Provides an interface for test plugins.
 */
interface FruitInterface {

}

Interfaces

Namesort descending Description
FruitInterface Provides an interface for test plugins.