You are here

7 classes are annotated with Plugin in Zircon Profile 8.0

Apple in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php
Plugin annotation @Plugin( id = "apple", label = "Apple", color = "green" )
Banana in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Banana.php
Plugin annotation @Plugin( id = "banana", label = "Banana", color = "yellow", uses = { "bread" = @Translation("Banana bread") } )
Cherry in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php
Plugin annotation @Plugin( id = "cherry", label = "Cherry", color = "red" )
CustomDirectoryExample1 in core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php
Provides a test plugin within a custom directory.
CustomDirectoryExample2 in core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php
Provides a test plugin within a custom directory.
Kale in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php
Plugin annotation @Plugin( id = "kale", label = "Kale", color = "green" )
Orange in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php
Plugin annotation @Plugin( id = "orange", label = "Orange", color = "orange" )