Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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.
BazAccessPolicy class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php
BazAccessPolicy::applies function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Checks whether this access policy applies to a given scope.
BazAccessPolicy::calculatePermissions function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Calculates the permissions for an account within a given scope.
BazAccessPolicy::getPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Gets the persistent cache contexts.
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
BcRoute class core/lib/Drupal/Core/Routing/BcRoute.php A backwards compatibility route.
BcRoute.php file core/lib/Drupal/Core/Routing/BcRoute.php
BcRoute::__construct function core/lib/Drupal/Core/Routing/BcRoute.php
BeforeCommand class core/lib/Drupal/Core/Ajax/BeforeCommand.php An AJAX command for calling the jQuery before() method.
BeforeCommand.php file core/lib/Drupal/Core/Ajax/BeforeCommand.php
BeforeCommand::render function core/lib/Drupal/Core/Ajax/BeforeCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Best practices for developers group core/core.api.php Overview of standards and best practices for developers
big-pipe-interface-preview--navigation-shortcut-lazy-builder-lazyLinks--Shortcuts.html.twig file core/modules/navigation/templates/big-pipe-interface-preview--navigation-shortcut-lazy-builder-lazyLinks--Shortcuts.html.twig Placeholder content for the shortcuts menu. This is used to eliminate layout
shifts as BigPipe injects data.
big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig file core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig <span class="i-am-taking-up-space">LOOK AT ME I AM CONSUMING SPACE FOR LATER</span>
big-pipe-interface-preview.html.twig file core/modules/big_pipe/templates/big-pipe-interface-preview.html.twig Default theme implementation for a BigPipe JS placeholder interface preview.
big-pipe-interface-preview.html.twig file core/themes/stable9/templates/content/big-pipe-interface-preview.html.twig Theme override for a BigPipe JS placeholder interface preview.
big-pipe-test-large-content.html.twig file core/modules/big_pipe/tests/modules/big_pipe_regression_test/templates/big-pipe-test-large-content.html.twig <div id="big-pipe-large-content">
{% for i in 0..130000 %}
boing
{% endfor %}
</div>
BigApple class core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php Plugin annotation

@PluginExtended(
id = "big_apple",
label = "Big Apple",
color = "green"
)
BigApple.php file core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php
BigPipe class core/modules/big_pipe/src/Render/BigPipe.php Service for sending an HTML response in chunks (to get faster page loads).
BigPipe.php file core/modules/big_pipe/src/Render/BigPipe.php
BigPipe::$configFactory property core/modules/big_pipe/src/Render/BigPipe.php The config factory.
BigPipe::$eventDispatcher property core/modules/big_pipe/src/Render/BigPipe.php The event dispatcher.
BigPipe::$httpKernel property core/modules/big_pipe/src/Render/BigPipe.php The HTTP kernel.
BigPipe::$renderer property core/modules/big_pipe/src/Render/BigPipe.php The renderer.
BigPipe::$requestStack property core/modules/big_pipe/src/Render/BigPipe.php The request stack.
BigPipe::$session property core/modules/big_pipe/src/Render/BigPipe.php The session.
BigPipe::filterEmbeddedResponse function core/modules/big_pipe/src/Render/BigPipe.php Filters the given embedded response, using the cumulative AJAX page state.
BigPipe::filterResponse function core/modules/big_pipe/src/Render/BigPipe.php Filters the given response.

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