class AttributeDiscoveryTestMissingInterface
Provides a custom test plugin that implements a missing interface.
Attributes
#[CustomPlugin(id: "discovery_test_missing_interface", title: "Discovery test plugin missing interface")]
Hierarchy
- class \com\example\PluginNamespace\AttributeDiscoveryTestMissingInterface implements \Drupal\a_module_that_does_not_exist\Plugin\CustomInterface
Expanded class hierarchy of AttributeDiscoveryTestMissingInterface
File
-
core/
tests/ fixtures/ plugins/ Plugin/ PluginNamespace/ AttributeDiscoveryTestMissingInterface.php, line 12
Namespace
com\example\PluginNamespaceView source
class AttributeDiscoveryTestMissingInterface implements CustomInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.