Search for on

  1. Search 7.x for on
  2. Search 8.9.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
automated_cron.services.yml file core/modules/automated_cron/automated_cron.services.yml core/modules/automated_cron/automated_cron.services.yml
automated_cron.settings.yml file core/modules/automated_cron/config/install/automated_cron.settings.yml core/modules/automated_cron/config/install/automated_cron.settings.yml
automated_cron.settings.yml file core/profiles/standard/config/install/automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.yml
automated_cron.subscriber service core/modules/automated_cron/automated_cron.services.yml Drupal\automated_cron\EventSubscriber\AutomatedCron
automated_cron_form_system_cron_settings_alter function core/modules/automated_cron/automated_cron.module Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
automated_cron_help function core/modules/automated_cron/automated_cron.module Implements hook_help().
automated_cron_settings_submit function core/modules/automated_cron/automated_cron.module Form submission handler for system_cron_settings().
Babylon5.txt file core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/private/Babylon5.txt ***
Babylon5.txt file core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/files/sites/default/private/Babylon5.txt ***
BackendChain::garbageCollection function core/lib/Drupal/Core/Cache/BackendChain.php Performs garbage collection on a cache bin.
BackendChainImplementationUnitTest class core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Unit test of backend chain implementation specifics.
BackendChainImplementationUnitTest.php file core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::$chain property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Chain that will be heavily tested.
BackendChainImplementationUnitTest::$firstBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php First backend in the chain.
BackendChainImplementationUnitTest::$secondBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Second backend in the chain.
BackendChainImplementationUnitTest::$thirdBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Third backend in the chain.
BackendChainImplementationUnitTest::setUp function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::testDelete function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that delete will propagate.
BackendChainImplementationUnitTest::testDeleteAllPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete all operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testDeleteTagsPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete tags operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testGet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get feature.
BackendChainImplementationUnitTest::testGetHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get values propagation to previous backends.
BackendChainImplementationUnitTest::testGetMultiple function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get multiple feature.
BackendChainImplementationUnitTest::testGetMultipleHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get multiple values propagation to previous backends.
BackendChainImplementationUnitTest::testRemoveBin function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that removing bin propagates to all backends.
BackendChainImplementationUnitTest::testSet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that set will propagate.
BackendCompilerPassTest::getDrivertestMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a DrivertestMysql database mock definition in it.
BackendCompilerPassTest::getMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a mysql database service definition in it.
BackendCompilerPassTest::getSqliteContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a sqlite database service in it.
BadPluginDefinitionException class core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php Defines a class for bad plugin definition exceptions.
BadPluginDefinitionException.php file core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php
BadPluginDefinitionException::__construct function core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php Constructs a BadPluginDefinitionException.
BaloneySpam class core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php Provides a 'baloney_spam' condition.
BaloneySpam.php file core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php
BaloneySpam::evaluate function core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php Evaluates the condition and returns TRUE or FALSE accordingly.
BaloneySpam::summary function core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php Provides a human readable summary of the condition's configuration.
ban.permissions.yml file core/modules/ban/ban.permissions.yml core/modules/ban/ban.permissions.yml
BanAdmin::__construct function core/modules/ban/src/Form/BanAdmin.php Constructs a new BanAdmin object.
BanDelete::getConfirmText function core/modules/ban/src/Form/BanDelete.php Returns a caption for the button that confirms the action.
BanDelete::getQuestion function core/modules/ban/src/Form/BanDelete.php Returns the question to ask the user.
BanDelete::__construct function core/modules/ban/src/Form/BanDelete.php Constructs a new BanDelete object.
BanIpManager::$connection property core/modules/ban/src/BanIpManager.php The database connection used to check the IP against.
BanIpManager::__construct function core/modules/ban/src/BanIpManager.php Constructs a BanIpManager object.
BanMiddleware::__construct function core/modules/ban/src/BanMiddleware.php Constructs a BanMiddleware object.
BareHtmlPageRenderer::$container property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The service container.
BareHtmlPageRenderer::$htmlResponseAttachmentsProcessor property core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php The HTML response attachments processor service.
BareHtmlPageRenderer::__construct function core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php Constructs a new BareHtmlPageRenderer.
BareHtmlPageRenderer::__construct function core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Constructs a ProxyClass Drupal proxy object.
BartikTest::testRegressionMissingMessagesCss function core/themes/bartik/tests/src/Functional/BartikTest.php Tests that the Bartik theme always adds its message CSS files.
bartik_theme_suggestions_form_alter function core/themes/bartik/bartik.theme Implements hook_theme_suggestions_HOOK_alter() for form templates.

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