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
BookManager::buildBookOutlineRecursive function core/modules/book/src/BookManager.php Builds the data representing a book tree.
BookManager::loadBookLink function core/modules/book/src/BookManager.php Loads a single book entry.
BookManager::loadBookLinks function core/modules/book/src/BookManager.php Loads multiple book entries.
BookManager::loadBooks function core/modules/book/src/BookManager.php Loads Books Array.
BookManagerInterface::loadBookLink function core/modules/book/src/BookManagerInterface.php Loads a single book entry.
BookManagerInterface::loadBookLinks function core/modules/book/src/BookManagerInterface.php Loads multiple book entries.
BookOutlineStorage::loadBookChildren function core/modules/book/src/BookOutlineStorage.php Loads book's children using its parent ID.
BookOutlineStorageInterface::loadBookChildren function core/modules/book/src/BookOutlineStorageInterface.php Loads book's children using its parent ID.
BookTest::testBookNavigationBlockOnUnpublishedBook function core/modules/book/tests/src/Functional/BookTest.php Tests the book navigation block when book is unpublished.
BreadcrumbManager::$sortedBuilders property core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Holds the array of breadcrumb builders sorted by priority.
BreadcrumbManager::addBuilder function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Adds another breadcrumb builder.
BreadcrumbManager::getSortedBuilders function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Returns the sorted array of breadcrumb builders.
BreadcrumbManagerTest::testBuildWithInvalidBreadcrumbResult function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests a breadcrumb builder with a bad return value.
BrowserTestBaseTest::testAssertFieldById function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts by id and by Xpath.
CachedStorage::$findByPrefixCache property core/lib/Drupal/Core/Config/CachedStorage.php List of listAll() prefixes with their results.
CachedStorage::findByPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Finds configuration object names starting with a given prefix.
ChainBreadcrumbBuilderInterface::addBuilder function core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Adds another breadcrumb builder.
CKEditor4To5UpgradePluginManager::validateAndBuildMaps function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Validates plugin definitions: avoids conflicts. Builds maps for later use.
CKEditorPluginManager::getEnabledButtons function core/modules/ckeditor/src/CKEditorPluginManager.php Gets the enabled toolbar buttons in the given text editor instance.
CKEditorPluginManagerTest::providerGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php Provides a list of configs to test.
CKEditorPluginManagerTest::testGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php @covers ::getEnabledButtons[[api-linebreak]]
@dataProvider providerGetEnabledButtons
CommentManager::addBodyField function core/modules/comment/src/CommentManager.php Creates a comment_body field.
CommentManagerInterface::addBodyField function core/modules/comment/src/CommentManagerInterface.php Creates a comment_body field.
ComponentsIsolatedBuildTest class core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php Try to install dependencies per component, using Composer.
ComponentsIsolatedBuildTest.php file core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php
ComponentsIsolatedBuildTest::addExpectedRepositories function core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php Adds expected repositories as path repositories to package under test.
ComponentsIsolatedBuildTest::provideComponentPaths function core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php Provides an array with relative paths to the component paths.
ComponentsIsolatedBuildTest::testComponentComposerJson function core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php Test whether components' composer.json can be installed in isolation.
ConfigEntityUpdater::SANDBOX_KEY constant core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The key used to store information in the update sandbox.
ConfigImporterFieldPurger::initializeSandbox function core/modules/field/src/ConfigImporterFieldPurger.php Initializes the batch context sandbox for processing field deletions.
ConfigManager::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManager.php Returns the entity type of a configuration object.
ConfigManagerInterface::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Returns the entity type of a configuration object.
ConfigTranslationUiTest::testLocaleDBStorage function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php Tests translation storage in locale storage.
Connection::getMariaDbVersionMatch function core/modules/mysql/src/Driver/Database/mysql/Connection.php Gets the MariaDB portion of the server version.
Connection::isMariaDb function core/modules/mysql/src/Driver/Database/mysql/Connection.php Determines whether the MySQL distribution is MariaDB or not.
Connection::isMariaDb function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php Determines whether the MySQL distribution is MariaDB or not.
ConnectionTest::providerVersionAndIsMariaDb function core/modules/mysql/tests/src/Unit/ConnectionTest.php Provides test data.
ConnectionTest::testVersionAndIsMariaDb function core/modules/mysql/tests/src/Unit/ConnectionTest.php @covers ::version[[api-linebreak]]
@covers ::isMariaDb[[api-linebreak]]
@dataProvider providerVersionAndIsMariaDb
contact.form.feedback.yml file core/profiles/standard/config/install/contact.form.feedback.yml core/profiles/standard/config/install/contact.form.feedback.yml
contact.form.feedback.yml file core/profiles/demo_umami/config/install/contact.form.feedback.yml core/profiles/demo_umami/config/install/contact.form.feedback.yml
contact.form.feedback.yml file core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml
ContainerTest::testGetParameterIfNotFoundBecauseNull function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::getParameter() works properly for NULL parameters.
ContentEntityNullStorage::loadByProperties function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Load entities by their property values without any access checks.
ContentLanguageSettings::loadByEntityTypeBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Loads a content language config entity based on the entity type and bundle.
ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::loadByEntityTypeBundle[[api-linebreak]]
ContentModeration::addEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Add an entity type ID / bundle ID to the workflow.
ContentModeration::appliesToEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Checks if the workflow applies to the supplied entity type and bundle.
ContentModeration::removeEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Removes an entity type ID / bundle ID from the workflow.
ContentModerationInterface::addEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Add an entity type ID / bundle ID to the workflow.

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