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
BaseFieldOverrideXmlBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php
BaseFieldOverrideXmlBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php The authentication mechanism to use in this test.
BaseFieldOverrideXmlBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php The theme to install as the default for testing.
BaseFieldOverrideXmlBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php The format to use in this test.
BaseFieldOverrideXmlBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php The MIME type that corresponds to $format.
BaseFieldOverrideXmlBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php Modules to install.
BaseFieldOverrideXmlCookieTest class core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php @group rest
BaseFieldOverrideXmlCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php
BaseFieldOverrideXmlCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php The authentication mechanism to use in this test.
BaseFieldOverrideXmlCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php The theme to install as the default for testing.
BaseFieldOverrideXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php The format to use in this test.
BaseFieldOverrideXmlCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php The MIME type that corresponds to $format.
BaseFormIdInterface interface core/lib/Drupal/Core/Form/BaseFormIdInterface.php Provides an interface for a Form that has a base form ID.
BaseFormIdInterface.php file core/lib/Drupal/Core/Form/BaseFormIdInterface.php
BaseFormIdInterface::getBaseFormId function core/lib/Drupal/Core/Form/BaseFormIdInterface.php Returns a string identifying the base form.
BaseThemeDefaultDeprecationTest class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Tests the behavior of the Stable theme.
BaseThemeDefaultDeprecationTest.php file core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php
BaseThemeDefaultDeprecationTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Modules to enable.
BaseThemeDefaultDeprecationTest::$themeInstaller property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php The theme installer.
BaseThemeDefaultDeprecationTest::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php The theme manager.
BaseThemeDefaultDeprecationTest::register function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Registers test-specific services.
BaseThemeDefaultDeprecationTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php
BaseThemeDefaultDeprecationTest::setUpFilesystem function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Sets up the filesystem, so things like the file directory.
BaseThemeDefaultDeprecationTest::testStableIsDefault function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Ensures Stable is used by default when no base theme has been defined.
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 enable.
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 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.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::$deprecatedProperties property core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php
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.
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
BasicAuthResourceTestTrait::getAuthenticationRequestOptions 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.