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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BuildTestBase::initMink function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Set up the Mink session manager.
BuildTestBase::instantiateServer function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Do the work of making a server process.
BuildTestBase::setUp function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php
BuildTestBase::standUpServer function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Makes a local test server using PHP's internal HTTP server.
BuildTestBase::stopServer function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Stop the HTTP server, zero out all necessary variables.
BuildTestBase::tearDown function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php
BuildTestBase::visit function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Visit a URI on the HTTP server.
BuildTestSuite class core/tests/TestSuites/BuildTestSuite.php Discovers tests for the build test suite.
BuildTestSuite.php file core/tests/TestSuites/BuildTestSuite.php
BuildTestSuite::suite function core/tests/TestSuites/BuildTestSuite.php Factory method which loads up a suite with all build tests.
BuildTestTest class core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php @coversDefaultClass \Drupal\BuildTests\Framework\BuildTestBase[[api-linebreak]]
@group Build
BuildTestTest.php file core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php
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::$actions property core/modules/views/src/Plugin/views/field/BulkForm.php An array of actions that can be executed.
BulkForm::$actionStorage property core/modules/views/src/Plugin/views/field/BulkForm.php The action storage.
BulkForm::$entityRepository property core/modules/views/src/Plugin/views/field/BulkForm.php The entity repository service.
BulkForm::$messenger property core/modules/views/src/Plugin/views/field/BulkForm.php The messenger.
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::clickSortable function core/modules/views/src/Plugin/views/field/BulkForm.php Determines if this field is click sortable.
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::emptyActionMessage function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the message that is displayed when no action is selected.
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::getBulkOptions function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the available operations for this form.
BulkForm::getCacheContexts function core/modules/views/src/Plugin/views/field/BulkForm.php The cache contexts associated with this object.
BulkForm::getCacheTags function core/modules/views/src/Plugin/views/field/BulkForm.php The cache tags associated with this object.
BulkForm::getEntityRepository function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::isWorkspaceSafeForm function core/modules/views/src/Plugin/views/field/BulkForm.php Determines whether the form is safe to be submitted in a workspace.
BulkForm::validateOptionsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Validate the options form.
BulkForm::viewsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Form constructor for the bulk form.
BulkForm::viewsFormSubmit function core/modules/views/src/Plugin/views/field/BulkForm.php Submit handler for the bulk form.
BulkForm::viewsFormValidate function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::__construct function core/modules/views/src/Plugin/views/field/BulkForm.php Constructs a new BulkForm object.

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