AttributeDiscoveryTest1.php

Same filename and directory in other branches
  1. 10 core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/Plugins/PluginNamespace/AttributeDiscoveryTest1.php

Namespace

com\example\PluginNamespace

File

core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/Plugins/PluginNamespace/AttributeDiscoveryTest1.php

View source
<?php

declare (strict_types=1);
namespace com\example\PluginNamespace;

use Drupal\Component\Plugin\Attribute\Plugin;

/**
 * Provides a custom test plugin.
 */
class AttributeDiscoveryTest1 {

}

Classes

Title Deprecated Summary
AttributeDiscoveryTest1 Provides a custom test plugin.

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