VegetableInterface.php

Same filename in other branches
  1. 8.9.x core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
  2. 10 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
  3. 11.x core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php

Namespace

Drupal\Tests\Component\Plugin\Fixtures\vegetable

File

core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php

View source
<?php

namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;


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

}

Interfaces

Title Deprecated Summary
VegetableInterface Provides an interface for test plugins.

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