AttributeDiscoveryTest2.php
Same filename in this branch
Same filename in other branches
Namespace
com\example\PluginNamespaceFile
-
core/
tests/ fixtures/ plugins/ Plugin/ PluginNamespace/ AttributeDiscoveryTest2.php
View source
<?php
declare (strict_types=1);
namespace com\example\PluginNamespace;
use Drupal\a_module_that_does_not_exist\Plugin\Custom;
/**
* Provides a custom test plugin that extends from a missing dependency.
*/
class AttributeDiscoveryTest2 extends Custom {
}
Classes
Title | Deprecated | Summary |
---|---|---|
AttributeDiscoveryTest2 | Provides a custom test plugin that extends from a missing dependency. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.