Search for db

  1. Search 7.x for db
  2. Search 8.9.x for db
  3. Search 10.3.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
access_check.db_update service core/modules/system/system.services.yml Drupal\system\Access\DbUpdateAccessCheck
AddBlockForm class core/modules/layout_builder/src/Form/AddBlockForm.php Provides a form to add a block.
AddBlockForm.php file core/modules/layout_builder/src/Form/AddBlockForm.php
AddBlockForm::buildForm function core/modules/layout_builder/src/Form/AddBlockForm.php Builds the form for the block.
AddBlockForm::getFormId function core/modules/layout_builder/src/Form/AddBlockForm.php
AddBlockForm::submitLabel function core/modules/layout_builder/src/Form/AddBlockForm.php
AggregatorFeedBlock class core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Provides an 'Aggregator feed' block with the latest items from the feed.
AggregatorFeedBlock.php file core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::$feedStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for feeds.
AggregatorFeedBlock::$itemStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for items.
AggregatorFeedBlock::blockAccess function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::blockForm function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::blockSubmit function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::build function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::create function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::defaultConfiguration function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::getCacheTags function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::__construct function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Constructs an AggregatorFeedBlock object.
AnnotatedClassDiscoveryTest::testAutoloadBadAnnotations function core/tests/Drupal/Tests/Component/Plugin/Discovery/AnnotatedClassDiscoveryTest.php Make sure AnnotatedClassDiscovery never tries to autoload bad annotations.
AssertBlockAppearsTrait::findBlockInstance function core/modules/block/tests/src/Functional/AssertBlockAppearsTrait.php Find a block instance on the page.
AssertContentTrait::assertFieldById function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists with the given ID and value.
AssertContentTrait::assertFieldByName function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists with the given name and value.
AssertContentTrait::assertFieldByXPath function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists in the current page by the given XPath.
AssertContentTrait::assertNoFieldById function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field does not exist with the given ID and value.
AssertContentTrait::assertNoFieldByName function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field does not exist with the given name and value.
AssertContentTrait::assertNoFieldByXPath function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field does not exist or its value does not match, by XPath.
AssertLegacyTrait::assertFieldById function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists with the given ID and value.
AssertLegacyTrait::assertFieldByName function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists with the given name and value.
AssertLegacyTrait::assertFieldByXPath function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists in the current page by the given XPath.
AssertLegacyTrait::assertNoFieldById function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field does not exist with the given ID and value.
AssertLegacyTrait::assertNoFieldByName function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field does not exist with the given name and value.
AssertLegacyTrait::assertNoFieldByXPath function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field does not exist or its value does not match, by XPath.
BackendChain::appendBackend function core/lib/Drupal/Core/Cache/BackendChain.php Appends a cache backend to the cache chain.
BackendChain::prependBackend function core/lib/Drupal/Core/Cache/BackendChain.php Prepends a cache backend to the cache chain.
BackendChainImplementationUnitTest::$secondBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Second backend in the chain.
BackendChainImplementationUnitTest::$thirdBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Third backend in the chain.
BanIpManager::findById function core/modules/ban/src/BanIpManager.php
BanIpManagerInterface::findById function core/modules/ban/src/BanIpManagerInterface.php Finds a banned IP address by its ID.
BaseFieldOverride::loadByName function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Loads a base field bundle override config entity.
BasicAuthTest::testControllerNotCalledBeforeAuth function core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php Tests if the controller is called before authentication.
BlockContentCreationTest::testFailedBlockCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Verifies that a transaction rolls back the failed creation.
BlockContentTest::$newRevisionsShouldBeAutomatic property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php
BlockContentWizardTest::testViewAddBlockContent function core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php Tests creating a 'block_content' entity view.
BlockDependenciesTest::testExposedBlock function core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php Tests that exposed filter blocks have the correct dependencies.
BlockListBuilder::buildBlocksForm function core/modules/block/src/BlockListBuilder.php Builds the main "Blocks" portion of the form.
BlockRebuildTest::testRebuildInvalidBlocks function core/modules/block/tests/src/Kernel/BlockRebuildTest.php @covers ::block_rebuild[[api-linebreak]]
BlockRebuildTest::testRebuildNoInvalidBlocks function core/modules/block/tests/src/Kernel/BlockRebuildTest.php @covers ::block_rebuild[[api-linebreak]]
BlockTest::testAddBlockFromLibraryWithWeight function core/modules/block/tests/src/Functional/BlockTest.php Tests adding a block from the library page with a weight query string.
BlockUiTest::testContextAwareUnsatisfiedBlocks function core/modules/block/tests/src/Functional/BlockUiTest.php Tests the behavior of unsatisfied context-aware blocks.
BookManager::buildBookOutlineData function core/modules/book/src/BookManager.php Sorts and returns the built data representing a book tree.

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