interface TestExternalDependencyInterface
This is an interface to be implemented by plugin classes in other modules.
This is used to test that other modules' plugin classes implementing this interface will not be discovered unless plugin_test_extended is installed.
Hierarchy
- interface \Drupal\plugin_test_extended\Plugin\TestExternalDependencyInterface
Expanded class hierarchy of TestExternalDependencyInterface
All classes that implement TestExternalDependencyInterface
1 file declares its use of TestExternalDependencyInterface
- ExampleWithOtherModuleDependency.php in core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ custom_annotation/ ExampleWithOtherModuleDependency.php
File
-
core/
modules/ system/ tests/ modules/ plugin_test_extended/ src/ Plugin/ TestExternalDependencyInterface.php, line 13
Namespace
Drupal\plugin_test_extended\PluginView source
interface TestExternalDependencyInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.