You are here

interface FruitInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php \Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface

Provides an interface for test plugins.

Hierarchy

  • interface \Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface

Expanded class hierarchy of FruitInterface

All classes that implement FruitInterface

1 file declares its use of FruitInterface
DefaultFactoryTest.php in core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php
Contains \Drupal\Tests\Component\Plugin\DefaultFactoryTest.

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php, line 13
Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface.

Namespace

Drupal\plugin_test\Plugin\plugin_test\fruit
View source
interface FruitInterface {

}

Members