FruitInterface.php

Same filename in other branches
  1. 8.9.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php
  2. 10 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php
  3. 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php

Namespace

Drupal\plugin_test\Plugin\plugin_test\fruit

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php

View source
<?php

namespace Drupal\plugin_test\Plugin\plugin_test\fruit;


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

}

Interfaces

Title Deprecated Summary
FruitInterface Provides an interface for test plugins.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.