AttributeDiscoveryTest2.php

Same filename in this branch
  1. 11.x core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/Plugins/PluginNamespace/AttributeDiscoveryTest2.php
Same filename in other branches
  1. 10 core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/Plugins/PluginNamespace/AttributeDiscoveryTest2.php
  2. 10 core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTest2.php

Namespace

com\example\PluginNamespace

File

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.