Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
CustomBlockInterface interface Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockInterface.php Provides an interface defining a custom block entity. 1 1
CustomBlockRenderController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockRenderController.php Render controller for custom blocks.
CustomBlockStorageController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php Controller class for custom blocks.
CustomBlockTranslationController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php Defines the translation controller class for custom blocks.
CustomBlockTypeFormController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php Base form controller for category edit forms.
CustomBlockTypeInterface interface Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeInterface.php Provides an interface defining a custom block type entity. 1 1
CustomBlockTypeListController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeListController.php Provides a listing of custom block types.
CustomBlockTypeStorageController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php Controller class for custom block types.
CustomBlockBlock class Drupal\custom_block\Plugin\Block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Block/CustomBlockBlock.php Defines a generic custom block type.
CustomBlock class Drupal\custom_block\Plugin\Core\Entity drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php Defines the custom block entity class. 4
CustomBlockType class Drupal\custom_block\Plugin\Core\Entity drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php Defines the custom block type entity. 3
CustomBlock class Drupal\custom_block\Plugin\Derivative drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Derivative/CustomBlock.php Retrieves block plugin definitions for all custom blocks.
CustomBlockBuildContentTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockBuildContentTest.php Test to ensure that a block's content is always rebuilt.
CustomBlockCreationTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php Tests creating and saving a block.
CustomBlockFieldTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php Tests the block edit functionality.
CustomBlockLoadHooksTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php Tests for the hooks invoked during custom_block_load().
CustomBlockPageViewTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php Tests the block edit functionality.
CustomBlockRevisionsTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php Tests the block revision functionality.
CustomBlockSaveTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php Tests block save related functionality.
CustomBlockTestBase abstract class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php Sets up page and article content types. 9
CustomBlockTranslationUITest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php Tests the Custom Block Translation UI.
CustomBlockTypeTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php Tests related to custom block types.
PageEditTest class Drupal\custom_block\Tests drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/PageEditTest.php Tests the block edit functionality.
BlockAccessController class Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockAccessController.php Provides a Block access controller.
BlockBase abstract class Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockBase.php Defines a base block implementation that most blocks plugins will extend. 22 23
BlockFormController class Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockFormController.php Provides form controller for block instance forms.
BlockInterface interface Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockInterface.php Provides an interface defining a block entity. 1 1
BlockListController class Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockListController.php Defines the block list controller.
BlockPluginBag class Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockPluginBag.php Provides a collection of block plugins. 1
BlockPluginInterface interface Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockPluginInterface.php Defines the required interface for all block plugins. 1 1
BlockRenderController class Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockRenderController.php Provides a Block render controller.
BlockStorageController class Drupal\block drupal/core/modules/block/lib/Drupal/block/BlockStorageController.php Defines the storage controller class for Block entities. 1
AdminBlockDeleteForm class Drupal\block\Form drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php Provides a deletion confirmation form for the block instance deletion form. 1
Block class Drupal\block\Plugin\Core\Entity drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php Defines a Block configuration entity class. 7
BlockPluginUI class Drupal\block\Plugin\Derivative drupal/core/modules/block/lib/Drupal/block/Plugin/Derivative/BlockPluginUI.php Provides block plugin UI plugin definitions for all themes.
BlockPluginUI class Drupal\block\Plugin\PluginUI drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php Defines an overrideable UI for block selection, configuration, and placement.
BlockManager class Drupal\block\Plugin\Type drupal/core/modules/block/lib/Drupal/block/Plugin/Type/BlockManager.php Manages discovery and instantiation of block plugins. 2
Block class Drupal\block\Plugin\views\display drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php The plugin that handles a block.
BlockAdminThemeTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php Tests the block system with admin themes.
BlockCacheTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php Test block caching.
BlockHiddenRegionTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockHtmlIdTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockHtmlIdTest.php Tests block HTML ID validity.
BlockInterfaceTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php Test BlockInterface methods to ensure no external dependencies exist.
BlockInvalidRegionTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php Tests that a block assigned to an invalid region triggers the warning.
BlockLanguageCacheTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageCacheTest.php Tests multilingual block definition caching.
BlockLanguageTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php Functional tests for the language list configuration forms.
BlockLibrarySearchTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockLibrarySearchTest.php Tests the block library search.
BlockStorageUnitTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php Tests the storage of blocks.
BlockTemplateSuggestionsUnitTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockTemplateSuggestionsUnitTest.php Unit tests for template_preprocess_block().
BlockTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php Provides testing for basic block module functionality.

Pages

Other projects