You are here

CustomDirectoryExample1.php in Zircon Profile 8.0

Namespace

Drupal\plugin_test

File

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

/**
 * @file
 * Contains \Drupal\plugin_test\CustomDirectoryExample1.
 */
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.