You are here

Example2.php in Drupal 9

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example2.php
View source
<?php

namespace Drupal\plugin_test\Plugin\plugin_test\custom_annotation;


/**
 * Provides a test plugin with a custom annotation.
 *
 * @PluginExample(
 *   id = "example_2",
 *   custom = "Paul"
 * )
 */
class Example2 {

}

Classes

Namesort descending Description
Example2 Provides a test plugin with a custom annotation.