ExampleWithOtherModuleDependency.php

Namespace

Drupal\plugin_test\Plugin\plugin_test\custom_annotation

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExampleWithOtherModuleDependency.php

View source
<?php

declare (strict_types=1);
namespace Drupal\plugin_test\Plugin\plugin_test\custom_annotation;

use Drupal\plugin_test\Plugin\Attribute\PluginExample;
use Drupal\plugin_test_extended\Plugin\TestExternalDependencyInterface;

/**
 * Test class with a dependency on another module.
 */
class ExampleWithOtherModuleDependency implements TestExternalDependencyInterface {

}

Classes

Title Deprecated Summary
ExampleWithOtherModuleDependency Test class with a dependency on another module.

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