You are here

DiscoveryTest1.php in Drupal 8

File

core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php
View source
<?php

namespace com\example\PluginNamespace;


/**
 * Provides a custom test plugin.
 *
 * @Plugin(
 *   id = "discovery_test_1"
 * )
 * @CustomPlugin(
 *   id = "discovery_test_1",
 *   title = "Discovery test plugin"
 * )
 */
class DiscoveryTest1 {

}

Classes

Namesort descending Description
DiscoveryTest1 Provides a custom test plugin.