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
BuildTestTest::testCopyCodebase function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php @covers ::copyCodebase[[api-linebreak]]
BuildTestTest::testCopyCodebaseDocRoot function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php Tests copying codebase when Drupal and Composer roots are different.
BuildTestTest::testCopyCodebaseExclude function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php Ensure we're not copying directories we wish to exclude.
BuildTestTest::testPortMany function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php @covers ::findAvailablePort[[api-linebreak]]
BuildTestTest::testStandUpServer function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php @covers ::standUpServer[[api-linebreak]]
BuildTestTest::testWorkspace function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php Ensure that workspaces work.
BulkDeleteTest class core/modules/field/tests/src/Kernel/BulkDeleteTest.php Bulk delete storages and fields, and clean up afterwards.
BulkDeleteTest.php file core/modules/field/tests/src/Kernel/BulkDeleteTest.php
BulkDeleteTest::$bundles property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The bundles for the entities used in this test.
BulkDeleteTest::$entities property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entities to use in this test.
BulkDeleteTest::$entitiesByBundles property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entities to use in this test, keyed by bundle.
BulkDeleteTest::$entityTypeId property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entity type to be used in the test classes.
BulkDeleteTest::$fieldStorages property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The fields to use in this test.
BulkDeleteTest::checkHooksInvocations function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that the expected hooks have been invoked on the expected entities.
BulkDeleteTest::setUp function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Set the default field storage backend for fields created during tests.
BulkDeleteTest::testDeleteField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests deleting fields.
BulkDeleteTest::testPurgeField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests purging fields.
BulkDeleteTest::testPurgeFieldStorage function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests purging field storages.
BulkDeleteTest::testPurgeWithDeletedAndActiveField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that recreating a field with the name as a deleted field works.
BulkForm::buildOptionsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Default option form that provides label widget that all fields should have.
BulkForm::defineOptions function core/modules/views/src/Plugin/views/field/BulkForm.php Information about options for all kinds of purposes will be held here.
BulkForm::emptySelectedMessage function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the message to be displayed when there are no selected items.
BulkForm::getEntityTypeId function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity type identifier.
BulkForm::loadEntityFromBulkFormKey function core/modules/views/src/Plugin/views/field/BulkForm.php Loads an entity based on a bulk form key.
BulkForm::preRender function core/modules/views/src/Plugin/views/field/BulkForm.php Runs before any fields are rendered.
BulkForm::validateOptionsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Validate the options form.
BulkForm::viewsFormValidate function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkFormAccessTest::$accessHandler property core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php The node access control handler.
BulkFormAccessTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php The theme to install as the default for testing.
BulkFormAccessTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php The theme to install as the default for testing.
BulkFormAccessTest::$modules property core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Modules to install.
BulkFormAccessTest::$modules property core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php Modules to install.
BulkFormAccessTest::testNodeDeleteAccess function core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testNodeEditAccess function core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormAccessTest::testUserDeleteAccess function core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Tests if users that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserEditAccess function core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Tests if users that may not be edited, can not be edited in bulk.
BulkFormTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/BulkFormTest.php The theme to install as the default for testing.
BulkFormTest::$defaultTheme property core/modules/views/tests/src/Functional/BulkFormTest.php The theme to install as the default for testing.
BulkFormTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/BulkFormTest.php The theme to install as the default for testing.
BulkFormTest::$modules property core/modules/node/tests/src/Functional/Views/BulkFormTest.php Modules to be enabled.
BulkFormTest::$modules property core/modules/views/tests/src/Functional/BulkFormTest.php Modules to install.
BulkFormTest::$modules property core/modules/user/tests/src/Functional/Views/BulkFormTest.php Modules to install.
BulkFormTest::$nodes property core/modules/node/tests/src/Functional/Views/BulkFormTest.php The test nodes.
BulkFormTest::loadNode function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Load the specified node from the storage.
BulkFormTest::tearDown function core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php
BulkFormTest::testBulkDeletion function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Tests multiple deletion.
BulkOperationsTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php The theme to install as the default for testing.
BulkOperationsTest::$modules property core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php Modules to install.
Bundle class core/modules/views/src/Plugin/views/filter/Bundle.php Filter class which allows filtering by entity bundles.
Bundle.php file core/modules/views/src/Plugin/views/filter/Bundle.php

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