You are here

CustomDirectoryExample2.php in Zircon Profile 8.0

Namespace

Drupal\plugin_test

File

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

/**
 * @file
 * Contains \Drupal\plugin_test\CustomDirectoryExample2.
 */
namespace Drupal\plugin_test;


/**
 * Provides a test plugin within a custom directory.
 *
 * @Plugin(
 *   id = "custom_example_2",
 *   custom = "Meghan"
 * )
 */
class CustomDirectoryExample2 {

}

Classes

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