Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
BatchTestChainedForm::submitForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Form submission handler.
BatchTestController class core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Controller routines for batch tests.
BatchTestController.php file core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php
BatchTestController::testFinishRedirect function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Fires a batch process without a form submission and a finish redirect.
BatchTestController::testLargePercentage function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Fires a batch process without a form submission.
BatchTestController::testNestedDrupalFormSubmit function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Submits a form within a batch programmatically.
BatchTestController::testNoForm function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Fires a batch process without a form submission.
BatchTestController::testProgrammatic function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Submits the 'Chained' form programmatically.
BatchTestController::testRedirect function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Redirects successfully.
BatchTestController::testThemeBatch function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Runs a batch for testing theme used on the progress page.
BatchTestController::testTitleBatch function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Runs a batch for testing the title shown on the progress page.
BatchTestMockForm class core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Generate form of id batch_test_mock_form.
BatchTestMockForm.php file core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php
BatchTestMockForm::buildForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Form constructor.
BatchTestMockForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Returns a unique string identifying the form.
BatchTestMockForm::submitForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Form submission handler.
BatchTestMultiStepForm class core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php Generate form of id batch_test_multistep_form.
BatchTestMultiStepForm.php file core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php
BatchTestMultiStepForm::buildForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php Form constructor.
BatchTestMultiStepForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php Returns a unique string identifying the form.
BatchTestMultiStepForm::submitForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php Form submission handler.
BatchTestSimpleForm class core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php Generate form of id batch_test_simple_form.
BatchTestSimpleForm.php file core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php
BatchTestSimpleForm::buildForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php Form constructor.
BatchTestSimpleForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php Returns a unique string identifying the form.
BatchTestSimpleForm::submitForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php Form submission handler.
BatchUserAction class core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Provides action that sets batch precessing.
BatchUserAction.php file core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php
BatchUserAction::access function core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Checks object access.
BatchUserAction::execute function core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Executes the plugin.
BatchUserAction::executeMultiple function core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Executes the plugin for an array of objects.
BatchUserAction::finishBatch function core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Finish batch.
BatchUserAction::processBatch function core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Processes the batch item.
batch_get function core/includes/form.inc Retrieves the current batch.
batch_process function core/includes/form.inc Processes the batch.
batch_set function core/includes/form.inc Adds a new batch.
batch_test.callbacks.inc file core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Batch callbacks for the Batch API tests.
batch_test.info.yml file core/modules/system/tests/modules/batch_test/batch_test.info.yml core/modules/system/tests/modules/batch_test/batch_test.info.yml
batch_test.links.task.yml file core/modules/system/tests/modules/batch_test/batch_test.links.task.yml core/modules/system/tests/modules/batch_test/batch_test.links.task.yml
batch_test.module file core/modules/system/tests/modules/batch_test/batch_test.module Helper module for the Batch API tests.
batch_test.routing.yml file core/modules/system/tests/modules/batch_test/batch_test.routing.yml core/modules/system/tests/modules/batch_test/batch_test.routing.yml
batch_test_stack function core/modules/system/tests/modules/batch_test/batch_test.module Helper function: Stores or retrieves traced execution data.
BazCacheContext class core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Fake calculated cache context class.
BazCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Gets the cacheability metadata for the context based on the parameter value.
BazCacheContext::getContext function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the string representation of the cache context.
BazCacheContext::getLabel function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the label of the cache context.
BazClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php Stub class which acts as a service dependency, to test the container.
BazClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php
bbb_update_test.info.yml file core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml
BcConfigSubscriber class core/modules/serialization/src/EventSubscriber/BcConfigSubscriber.php Config event subscriber to rebuild the container when BC config is saved.

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