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 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BaseFormIdInterface::getBaseFormId function core/lib/Drupal/Core/Form/BaseFormIdInterface.php Returns a string identifying the base form.
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 Tests Base Requirements Fulfilled Validator.
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.
BaseThemeMissingTest class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php Tests the behavior of a theme when base_theme info key is missing.
BaseThemeMissingTest.php file core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php
BaseThemeMissingTest::$themeInstaller property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php The theme installer.
BaseThemeMissingTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php
BaseThemeMissingTest::testMissingBaseThemeException function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php Tests exception is thrown.
BaseThemeRequiredTest class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php Tests the behavior of the `base theme` key.
BaseThemeRequiredTest.php file core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php
BaseThemeRequiredTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php Modules to install.
BaseThemeRequiredTest::$themeInstaller property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php The theme installer.
BaseThemeRequiredTest::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php The theme manager.
BaseThemeRequiredTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php
BaseThemeRequiredTest::testWildWest function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php Tests opting out of Stable 9 by setting the base theme to false.
base_path function core/includes/common.inc Returns the base URL path (i.e., directory) of the Drupal installation.
Basic class core/modules/views/src/Plugin/views/exposed_form/Basic.php Exposed form plugin that provides a basic exposed form.
basic.admin.css file core/modules/ckeditor5/css/basic.admin.css .ckeditor5-toolbar-button-bold {
background-image: url(../icons/bold.svg);
}

.ckeditor5-toolbar-button-italic {
background-image: url(../icons/italic.svg);
}

.ckeditor5-toolbar-button-underline {
background-image:…
Basic.php file core/modules/views/src/Plugin/views/exposed_form/Basic.php
BasicAuth class core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php HTTP Basic authentication provider.
BasicAuth.php file core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php
BasicAuth::$configFactory property core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php The config factory.
BasicAuth::$entityTypeManager property core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php The entity type manager service.
BasicAuth::$flood property core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php The flood service.
BasicAuth::$userAuth property core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php The user auth service.
BasicAuth::applies function core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php Checks whether suitable authentication credentials are on the request.
BasicAuth::authenticate function core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php Authenticates the user.
BasicAuth::challengeException function core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php Constructs an exception which is used to generate the challenge.
BasicAuth::__construct function core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php Constructs a HTTP basic authentication provider object.
BasicAuthHooks class core/modules/basic_auth/src/Hook/BasicAuthHooks.php Hook implementations for basic_auth.
BasicAuthHooks.php file core/modules/basic_auth/src/Hook/BasicAuthHooks.php
BasicAuthHooks::help function core/modules/basic_auth/src/Hook/BasicAuthHooks.php Implements hook_help().
BasicAuthResourceTestTrait trait core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php Trait for ResourceTestBase subclasses testing $auth=basic_auth.
BasicAuthResourceTestTrait.php file core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php
BasicAuthResourceTestTrait::assertAuthenticationEdgeCases function core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php
BasicAuthResourceTestTrait::assertResponseWhenMissingAuthentication function core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php

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