Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
BlockedIp.php file core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php
BlockedIp::$banManager property core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php The IP ban manager.
BlockedIp::create function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Creates an instance of the plugin.
BlockedIp::fields function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Returns an array of destination fields.
BlockedIp::getIds function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Gets the destination IDs.
BlockedIp::import function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Import the row.
BlockedIp::__construct function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Constructs a BlockedIp object.
BlockedIps class core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Drupal 7 blocked IPs source from database.
BlockedIps.php file core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
BlockedIps::fields function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Returns available fields on the source.
BlockedIps::getIds function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Defines the source fields uniquely identifying a source row.
BlockedIps::query function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
BlockedIpsTest class core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php Tests D7 blocked_ip source plugin.
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
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::getRedirectUrl function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Gets the form's redirect URL from 'destination' provide in the request.
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
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::$defaultTheme property core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php The theme to install as the default for testing.
BlockFilterTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php The theme to install as the default for testing.
BlockFilterTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php Modules to install.
BlockFilterTest::$modules property core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Modules to install.
BlockForm::$themeHandler property core/modules/block/src/BlockForm.php The theme handler.
BlockForm::buildVisibilityInterface function core/modules/block/src/BlockForm.php Helper function for building the visibility UI form.
BlockForm::validateForm function core/modules/block/src/BlockForm.php Form validation handler.
BlockForm::validateVisibility function core/modules/block/src/BlockForm.php Helper function to independently validate the visibility UI.
BlockFormInBlockTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockFormInBlockTest.php The theme to install as the default for testing.
BlockFormInBlockTest::$modules property core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Modules to install.
BlockFormInBlockTest::testPlaceholders function core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Tests the actual placeholders.
BlockFormMessagesTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php The theme to install as the default for testing.
BlockFormMessagesTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php Modules to install.
BlockFormMessagesTest::assertMessagesDisplayed function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php Asserts that the validation messages are shown correctly.
BlockFormMessagesTest::testValidationMessage function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php Tests that validation messages are shown on the block form.
BlockFormTest::$conditionManager property core/modules/block/tests/src/Unit/BlockFormTest.php The condition plugin manager.
BlockFormTest::$contextHandler property core/modules/block/tests/src/Unit/BlockFormTest.php The mocked context handler.
BlockFormTest::$themeHandler property core/modules/block/tests/src/Unit/BlockFormTest.php The theme handler.
BlockHasOverridesAccessCheck class core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php Determines whether the requested block has a 'settings_tray' form.
BlockHasOverridesAccessCheck.php file core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php
BlockHasOverridesAccessCheck::access function core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php Checks access for accessing a block's 'settings_tray' form.
BlockHiddenRegionTest class core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Tests that blocks are not added to hidden regions on theme installation.
BlockHiddenRegionTest.php file core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php

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