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
AttributeHelper::__construct function core/lib/Drupal/Core/Template/AttributeHelper.php This class should not be instantiated.
AttributeHelperTest::providerTestMergeCollections function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Provides tests data for testMergeCollections.
AttributeHelperTest::testMergeCollections function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php @covers ::mergeCollections[[api-linebreak]]
@dataProvider providerTestMergeCollections
AttributeHelperTest::testMergeCollectionsArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php @covers ::mergeCollections[[api-linebreak]]
AttributesTest::testAttributeIteration function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests attribute iteration.
AttributeTest::testConstructor function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the constructor of the attribute class.
AttributeTest::testMergeArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge[[api-linebreak]]
AttributeValueBase::__construct function core/lib/Drupal/Core/Template/AttributeValueBase.php Constructs a \Drupal\Core\Template\AttributeValueBase object.
AuditException class core/modules/migrate/src/Audit/AuditException.php Defines an exception to throw if an error occurs during a migration audit.
AuditException.php file core/modules/migrate/src/Audit/AuditException.php
AuditException::__construct function core/modules/migrate/src/Audit/AuditException.php AuditException constructor.
AuditResult::$migration property core/modules/migrate/src/Audit/AuditResult.php The audited migration.
AuditResult::$reasons property core/modules/migrate/src/Audit/AuditResult.php The reasons why the migration passed or failed the audit.
AuditResult::addReason function core/modules/migrate/src/Audit/AuditResult.php Adds a reason why the migration passed or failed the audit.
AuditResult::getMigration function core/modules/migrate/src/Audit/AuditResult.php Returns the audited migration.
AuditResult::jsonSerialize function core/modules/migrate/src/Audit/AuditResult.php Returns the reasons the migration passed or failed, for JSON serialization.
AuditResult::__construct function core/modules/migrate/src/Audit/AuditResult.php AuditResult constructor.
Auth::__construct function core/modules/locale/tests/modules/early_translation_test/src/Auth.php Constructs an authentication provider object.
authentication service core/core.services.yml Drupal\Core\Authentication\AuthenticationManager
AuthenticationCollector class core/lib/Drupal/Core/Authentication/AuthenticationCollector.php A collector class for authentication providers.
AuthenticationCollector.php file core/lib/Drupal/Core/Authentication/AuthenticationCollector.php
AuthenticationCollector::$globalProviders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php List of providers which are allowed on routes with no _auth option.
AuthenticationCollector::$providerOrders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Array of all providers and their priority.
AuthenticationCollector::$providers property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Array of all registered authentication providers, keyed by ID.
AuthenticationCollector::$sortedProviders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Sorted list of registered providers.
AuthenticationCollector::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Adds a provider to the array of registered providers.
AuthenticationCollector::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns an authentication provider.
AuthenticationCollector::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns the sorted array of authentication providers.
AuthenticationCollector::isGlobal function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns whether a provider is considered global.
AuthenticationCollectorInterface interface core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Interface for collectors of registered authentication providers.
AuthenticationCollectorInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php
AuthenticationCollectorInterface::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Adds a provider to the array of registered providers.
AuthenticationCollectorInterface::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns an authentication provider.
AuthenticationCollectorInterface::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns the sorted array of authentication providers.
AuthenticationCollectorInterface::isGlobal function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns whether a provider is considered global.
AuthenticationCollectorTest class core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php @coversDefaultClass \Drupal\Core\Authentication\AuthenticationCollector[[api-linebreak]]
@group Authentication
AuthenticationCollectorTest.php file core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php Contains \Drupal\Tests\Core\Authentication\AuthenticationCollectorTest.
AuthenticationCollectorTest::testAuthenticationCollector function core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php Tests adding, getting, and order of priorities.
AuthenticationManager class core/lib/Drupal/Core/Authentication/AuthenticationManager.php Manager for authentication.
AuthenticationManager.php file core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::$authCollector property core/lib/Drupal/Core/Authentication/AuthenticationManager.php The authentication provider collector.
AuthenticationManager::applies function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether suitable authentication credentials are on the request.
AuthenticationManager::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether the authentication method is allowed on a given route.
AuthenticationManager::applyFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether a provider is allowed on the given request.
AuthenticationManager::authenticate function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Authenticates the user.
AuthenticationManager::challengeException function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Constructs an exception which is used to generate the challenge.
AuthenticationManager::defaultFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Default implementation of the provider filter.
AuthenticationManager::getChallenger function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the ID of the challenge provider for a request.
AuthenticationManager::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the id of the authentication provider for a request.
AuthenticationManager::__construct function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Creates a new authentication manager instance.

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