Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
BaseFileConstraintValidator class core/modules/file/src/Plugin/Validation/Constraint/BaseFileConstraintValidator.php Provides a base class for file constraint validators.
BaseFileConstraintValidator.php file core/modules/file/src/Plugin/Validation/Constraint/BaseFileConstraintValidator.php
BaseFileConstraintValidator::assertValueIsFile function core/modules/file/src/Plugin/Validation/Constraint/BaseFileConstraintValidator.php Checks the value is of type FileInterface.
BaseRequirementsFulfilledValidator class core/modules/package_manager/src/Validator/BaseRequirementsFulfilledValidator.php Validates that base requirements do not have any errors.
BaseRequirementsFulfilledValidator.php file core/modules/package_manager/src/Validator/BaseRequirementsFulfilledValidator.php
BaseRequirementsFulfilledValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/BaseRequirementsFulfilledValidator.php
BaseRequirementsFulfilledValidator::PRIORITY constant core/modules/package_manager/src/Validator/BaseRequirementsFulfilledValidator.php The priority of this validator.
BaseRequirementsFulfilledValidator::validate function core/modules/package_manager/src/Validator/BaseRequirementsFulfilledValidator.php Validates that base requirements are fulfilled.
BaseRequirementsFulfilledValidatorTest class core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php @covers \Drupal\package_manager\Validator\BaseRequirementsFulfilledValidator
@covers \Drupal\package_manager\Validator\BaseRequirementValidatorTrait
BaseRequirementsFulfilledValidatorTest.php file core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php
BaseRequirementsFulfilledValidatorTest::$eventClass property core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php The event class to throw to an error for.
BaseRequirementsFulfilledValidatorTest::providerBaseRequirement function core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php Data provider for ::testBaseRequirement().
BaseRequirementsFulfilledValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php
BaseRequirementsFulfilledValidatorTest::testBaseRequirement function core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php Tests that base requirement failures stop event propagation.
BaseRequirementsFulfilledValidatorTest::validate function core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php Validates base requirements.
BaseRequirementValidatorTrait trait core/modules/package_manager/src/Validator/BaseRequirementValidatorTrait.php Provides methods for base requirement validators.
BaseRequirementValidatorTrait.php file core/modules/package_manager/src/Validator/BaseRequirementValidatorTrait.php
BaseRequirementValidatorTrait::getSubscribedEvents function core/modules/package_manager/src/Validator/BaseRequirementValidatorTrait.php Implements EventSubscriberInterface::getSubscribedEvents().
BaseRequirementValidatorTrait::validate function core/modules/package_manager/src/Validator/BaseRequirementValidatorTrait.php Validates base requirements.
BasicAuth::$configFactory property core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php The config factory.
BasicAuthResourceTestTrait::getAuthenticationRequestOptions function core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php
BasicRecursiveValidatorFactory class core/lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php A factory for creating Symfony recursive validators.
BasicRecursiveValidatorFactory.php file core/lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php
BasicRecursiveValidatorFactory::createValidator function core/lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php Creates a new RecursiveValidator.
BasicRecursiveValidatorFactory::__construct function core/lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php Constructs a new RecursiveValidatorFactory.
BatchBuilder::toArray function core/lib/Drupal/Core/Batch/BatchBuilder.php Converts a \Drupal\Core\Batch\Batch object into an array.
BatchNegotiator class core/modules/system/src/Theme/BatchNegotiator.php Sets the active theme for the batch page.
BatchNegotiator.php file core/modules/system/src/Theme/BatchNegotiator.php
BatchNegotiator::$batchStorage property core/modules/system/src/Theme/BatchNegotiator.php The batch storage.
BatchNegotiator::$requestStack property core/modules/system/src/Theme/BatchNegotiator.php The request stack.
BatchNegotiator::applies function core/modules/system/src/Theme/BatchNegotiator.php Whether this theme negotiator should be used to set the theme.
BatchNegotiator::determineActiveTheme function core/modules/system/src/Theme/BatchNegotiator.php Determine the active theme for the request.
BatchNegotiator::__construct function core/modules/system/src/Theme/BatchNegotiator.php Constructs a BatchNegotiator.
BatchNegotiatorTest class core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php Tests the BatchNegotiator.
BatchNegotiatorTest.php file core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php
BatchNegotiatorTest::$modules property core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php Modules to install.
BatchNegotiatorTest::testApplies function core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php Test that the negotiator applies to the batch route.
BatchStorage class core/lib/Drupal/Core/Batch/BatchStorage.php
BatchStorage class core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php Provides a proxy class for \Drupal\Core\Batch\BatchStorage.
BatchStorage.php file core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
BatchStorage.php file core/lib/Drupal/Core/Batch/BatchStorage.php
BatchStorage::$container property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The service container.
BatchStorage::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The id of the original proxied service.
BatchStorage::$service property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The real proxied service, after it was lazy loaded.
BatchStorage::catchException function core/lib/Drupal/Core/Batch/BatchStorage.php Act on an exception when batch might be stale.
BatchStorage::cleanup function core/lib/Drupal/Core/Batch/BatchStorage.php Cleans up failed or old batches.
BatchStorage::cleanup function core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php Cleans up failed or old batches.
BatchStorage::create function core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php Creates and saves a batch.
BatchStorage::create function core/lib/Drupal/Core/Batch/BatchStorage.php Creates and saves a batch.
BatchStorage::delete function core/lib/Drupal/Core/Batch/BatchStorage.php Deletes a batch.

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