You are here

Classes, traits, and interfaces in Block Style Plugins 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
BlockStyle class Drupal\block_style_plugins\Annotation src/Annotation/BlockStyle.php Defines a Block style item annotation object.
BlockStyle class Drupal\block_style_plugins\Plugin src/Plugin/BlockStyle.php Provides a default class for block styles declared by yaml. 1
BlockStyleBase abstract class Drupal\block_style_plugins\Plugin src/Plugin/BlockStyleBase.php Base class for Block style plugins. 5 4
BlockStyleBaseTest class Drupal\Tests\block_style_plugins\Unit\Plugin tests/src/Unit/Plugin/BlockStyleBaseTest.php @coversDefaultClass \Drupal\block_style_plugins\Plugin\BlockStyleBase @group block_style_plugins
BlockStyleInterface interface Drupal\block_style_plugins\Plugin src/Plugin/BlockStyleInterface.php Defines an interface for Block style plugins. 1
BlockStyleManager class Drupal\block_style_plugins\Plugin src/Plugin/BlockStyleManager.php Provides the Block style plugin manager. 2
BlockStyleTest class Drupal\Tests\block_style_plugins\Unit\Plugin tests/src/Unit/Plugin/BlockStyleTest.php @coversDefaultClass \Drupal\block_style_plugins\Plugin\BlockStyle @group block_style_plugins
CheckboxWithExclude class Drupal\block_style_plugins_test\Plugin\BlockStyle tests/modules/block_style_plugins_test/src/Plugin/BlockStyle/CheckboxWithExclude.php Class to demonstrate excluding a block. 1
CheckboxWithExcludeTest class Drupal\Tests\block_style_plugins\Functional tests/src/Functional/CheckboxWithExcludeTest.php Test the CheckboxWithExclude plugin.
CustomBlockVisibilityTest class Drupal\Tests\block_style_plugins\Functional tests/src/Functional/CustomBlockVisibilityTest.php Test styles showing on content block types.
DropdownWithInclude class Drupal\block_style_plugins_test\Plugin\BlockStyle tests/modules/block_style_plugins_test/src/Plugin/BlockStyle/DropdownWithInclude.php Demonstrate using the 'include' parameter.
DropdownWithIncludeTest class Drupal\Tests\block_style_plugins\Functional tests/src/Functional/DropdownWithIncludeTest.php Tests the DropdownWithInclude plugin.
FormFieldsCreatedWithYamlTest class Drupal\Tests\block_style_plugins\Functional tests/src/Functional/FormFieldsCreatedWithYaml.php Test a Yaml only configuration.
MockBlockStyleBase class Drupal\Tests\block_style_plugins\Unit\Plugin tests/src/Unit/Plugin/MockBlockStyleBase.php Class MockBlockStyleBase.
PluginDiscoveryTest class Drupal\Tests\block_style_plugins\Kernel tests/src/Kernel/PluginDiscoveryTest.php Test of the Block Style Plugins discovery integration.
SimpleClass class Drupal\block_style_plugins_test\Plugin\BlockStyle tests/modules/block_style_plugins_test/src/Plugin/BlockStyle/SimpleClass.php Provides a 'SimpleClass' block style for adding a class in a text field.
SimpleClassTest class Drupal\Tests\block_style_plugins\Functional tests/src/Functional/SimpleClassTest.php Test a simple class being added in a text box.
TemplateSetWithYamlTest class Drupal\Tests\block_style_plugins\Functional tests/src/Functional/TemplateSetWithYamlTest.php Test a Yaml only configuration.

Other projects