Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BlockedIpsTest.php file core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
BlockedIpsTest::$modules property core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php Modules to install.
BlockedIpsTest::providerSource function core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php Provides source data for ::testSource.
BlockEntitySettingTrayForm class core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Provides form for block instance forms when used in the off-canvas dialog.
BlockEntitySettingTrayForm.php file core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php
BlockEntitySettingTrayForm::actions function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Returns an array of supported actions for the current entity form.
BlockEntitySettingTrayForm::buildForm function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Form constructor.
BlockEntitySettingTrayForm::buildVisibilityInterface function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Helper function for building the visibility UI form.
BlockEntitySettingTrayForm::form function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Gets the actual form array to be built.
BlockEntitySettingTrayForm::getPluginForm function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Retrieves the plugin form for a given block and operation.
BlockEntitySettingTrayForm::getRedirectUrl function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Gets the form's redirect URL from 'destination' provide in the request.
BlockEntitySettingTrayForm::submitVisibility function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Helper function to independently submit the visibility UI.
BlockEntitySettingTrayForm::successfulAjaxSubmit function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Allows the form to respond to a successful AJAX submission.
BlockEntitySettingTrayForm::title function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Provides a title callback to get the block's admin label.
BlockEntitySettingTrayForm::validateVisibility function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Helper function to independently validate the visibility UI.
BlockExposedFilterAJAXTest class core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php Tests the exposed filter ajax functionality in a block.
BlockExposedFilterAJAXTest.php file core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php
BlockExposedFilterAJAXTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php The theme to install as the default for testing.
BlockExposedFilterAJAXTest::$modules property core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php Modules to install.
BlockExposedFilterAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php The views to use for testing.
BlockExposedFilterAJAXTest::setUp function core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php
BlockExposedFilterAJAXTest::testExposedFilteringAndReset function core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php Tests if exposed filtering and reset works with a views block and ajax.
BlockFilterTest class core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php Tests the JavaScript functionality of the block add filter.
BlockFilterTest class core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Tests the JavaScript functionality of the block add filter.
BlockFilterTest.php file core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php
BlockFilterTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php
BlockFilterTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php The theme to install as the default for testing.
BlockFilterTest::$defaultTheme property core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php The theme to install as the default for testing.
BlockFilterTest::$modules property core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Modules to install.
BlockFilterTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php Modules to install.
BlockFilterTest::assertAnnounceContains function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php Checks for inclusion of text in #drupal-live-announce.
BlockFilterTest::assertAnnounceContains function core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Checks for inclusion of text in #drupal-live-announce.
BlockFilterTest::filterVisibleElements function core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Removes any non-visible elements from the passed array.
BlockFilterTest::filterVisibleElements function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php Removes any non-visible elements from the passed array.
BlockFilterTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php
BlockFilterTest::setUp function core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php
BlockFilterTest::testBlockFilter function core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Tests block filter.
BlockFilterTest::testBlockFilter function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php Tests block filter.
BlockForm::$contextRepository property core/modules/block/src/BlockForm.php The context repository service.
BlockForm::$storage property core/modules/block/src/BlockForm.php The block storage.
BlockForm::actions function core/modules/block/src/BlockForm.php Returns an array of supported actions for the current entity form.
BlockForm::buildVisibilityInterface function core/modules/block/src/BlockForm.php Helper function for building the visibility UI form.
BlockForm::save function core/modules/block/src/BlockForm.php Form submission handler for the 'save' action.
BlockForm::submitForm function core/modules/block/src/BlockForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
BlockForm::submitVisibility function core/modules/block/src/BlockForm.php Helper function to independently submit the visibility UI.
BlockForm::themeSwitch function core/modules/block/src/BlockForm.php Handles switching the available regions based on the selected theme.
BlockForm::validateVisibility function core/modules/block/src/BlockForm.php Helper function to independently validate the visibility UI.
BlockForm::__construct function core/modules/block/src/BlockForm.php Constructs a BlockForm object.
BlockFormInBlockTest class core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Tests form in block caching.
BlockFormInBlockTest.php file core/modules/block/tests/src/Functional/BlockFormInBlockTest.php

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