Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php
  2. 9 core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php

Namespace

Drupal\plugin_test

File

core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php
View source
<?php

namespace Drupal\plugin_test;


/**
 * Provides a test plugin within a custom directory.
 *
 * @Plugin(
 *   id = "custom_example_1",
 *   custom = "Tim"
 * )
 */
class CustomDirectoryExample1 {

}

Classes

Namesort descending Description
CustomDirectoryExample1 Provides a test plugin within a custom directory.