Search for block

  1. Search 7.x for block
  2. Search 9.5.x for block
  3. Search 8.9.x for block
  4. Search 11.x for block
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Block class core/modules/views/src/Plugin/views/display/Block.php The plugin that handles a block.
Block class core/modules/block/src/Entity/Block.php Defines a Block configuration entity class.
Block class core/modules/block/src/Plugin/migrate/source/Block.php Drupal 6/7 block source from database.
Block class core/lib/Drupal/Core/Block/Attribute/Block.php The Block attribute.
Block class core/lib/Drupal/Core/Block/Annotation/Block.php Defines a Block annotation object.

All search results

Title Object type File name Summary
MoveBlockForm::$layoutTempstore property core/modules/layout_builder/src/Form/MoveBlockForm.php The Layout Tempstore.
MoveBlockForm::$region property core/modules/layout_builder/src/Form/MoveBlockForm.php The region name.
MoveBlockForm::$sectionStorage property core/modules/layout_builder/src/Form/MoveBlockForm.php The section storage.
MoveBlockForm::$uuid property core/modules/layout_builder/src/Form/MoveBlockForm.php The component uuid.
MoveBlockForm::buildForm function core/modules/layout_builder/src/Form/MoveBlockForm.php Builds the move block form.
MoveBlockForm::create function core/modules/layout_builder/src/Form/MoveBlockForm.php Instantiates a new instance of this class.
MoveBlockForm::getComponentsWrapper function core/modules/layout_builder/src/Form/MoveBlockForm.php Ajax callback for the region select element.
MoveBlockForm::getFormId function core/modules/layout_builder/src/Form/MoveBlockForm.php Returns a unique string identifying the form.
MoveBlockForm::getSelectedDelta function core/modules/layout_builder/src/Form/MoveBlockForm.php Gets the selected delta.
MoveBlockForm::getSelectedRegion function core/modules/layout_builder/src/Form/MoveBlockForm.php Gets the selected region.
MoveBlockForm::submitForm function core/modules/layout_builder/src/Form/MoveBlockForm.php Form submission handler.
MoveBlockForm::successfulAjaxSubmit function core/modules/layout_builder/src/Form/MoveBlockForm.php Allows the form to respond to a successful AJAX submission.
MoveBlockForm::title function core/modules/layout_builder/src/Form/MoveBlockForm.php Provides a title callback.
MoveBlockForm::__construct function core/modules/layout_builder/src/Form/MoveBlockForm.php Constructs a new MoveBlockForm.
MoveBlockFormTest class core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Tests moving blocks via the form.
MoveBlockFormTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
MoveBlockFormTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php The theme to install as the default for testing.
MoveBlockFormTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Modules to install.
MoveBlockFormTest::assertBlockTable function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Asserts the correct block labels appear in the draggable tables.
MoveBlockFormTest::assertRegionBlocksOrder function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Asserts that blocks are in the correct order for a region.
MoveBlockFormTest::findRowHandle function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Finds the row handle for a block in the draggable table.
MoveBlockFormTest::moveBlockWithKeyboard function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Moves a block in the draggable table.
MoveBlockFormTest::openBodyMoveForm function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Open block for the body field.
MoveBlockFormTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
MoveBlockFormTest::testMoveBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Tests moving a block.
MultipleBlockFormTest class core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php Tests that blocks can have multiple forms.
MultipleBlockFormTest.php file core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php
MultipleBlockFormTest::$modules property core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php Modules to install.
MultipleBlockFormTest::testMultipleForms function core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php Tests that blocks can have multiple forms.
navigation.block_layout.yml file core/modules/navigation/config/install/navigation.block_layout.yml core/modules/navigation/config/install/navigation.block_layout.yml
NavigationBlockUiTest class core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php Tests that the navigation block UI exists and stores data correctly.
NavigationBlockUiTest.php file core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php
NavigationBlockUiTest::$adminUser property core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php An administrative user to configure the test environment.
NavigationBlockUiTest::$defaultTheme property core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php The theme to install as the default for testing.
NavigationBlockUiTest::$modules property core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php Modules to install.
NavigationBlockUiTest::assertOffCanvasFormAfterWait function core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php Waits for the specified form and returns it when available and visible.
NavigationBlockUiTest::openAddBlockForm function core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php Opens the add block form in the off-canvas dialog.
NavigationBlockUiTest::setUp function core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php
NavigationBlockUiTest::testNavigationBlockAdminUiPage function core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php Tests navigation block admin page exists and functions correctly.
NavigationMenuBlock class core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php Provides a generic menu navigation block.
NavigationMenuBlock.php file core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlock::blockForm function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlock::blockSubmit function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlock::build function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php Builds and returns the renderable array for this block plugin.
NavigationMenuBlock::calculateDependencies function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlock::create function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php Creates an instance of the plugin.
NavigationMenuBlock::defaultConfiguration function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlock::getCacheContexts function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlock::NAVIGATION_MAX_DEPTH constant core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlockTest class core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Tests \Drupal\navigation\Plugin\Block\NavigationMenuBlock.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.