Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AttributeTest::testMergeArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge[[api-linebreak]]
AttributeTest::testPrint function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests printing of an attribute.
AttributeTest::testRemove function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing of values.
AttributeTest::testRemoveAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing attributes.
@covers ::removeAttribute[[api-linebreak]]
AttributeTest::testRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the AttributeArray helper method.
@covers ::removeClass[[api-linebreak]]
AttributeTest::testSet function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests set of values.
AttributeTest::testSetAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests setting attributes.
@covers ::setAttribute[[api-linebreak]]
AttributeTest::testStorage function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the storage method.
AttributeTest::testTwigAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the twig calls to the Attribute.
@dataProvider providerTestAttributeClassHelpers
AttributeValueBase class core/lib/Drupal/Core/Template/AttributeValueBase.php Defines the base class for an attribute type.
AttributeValueBase.php file core/lib/Drupal/Core/Template/AttributeValueBase.php
AttributeValueBase::$name property core/lib/Drupal/Core/Template/AttributeValueBase.php The name of the value.
AttributeValueBase::$value property core/lib/Drupal/Core/Template/AttributeValueBase.php The value itself.
AttributeValueBase::render function core/lib/Drupal/Core/Template/AttributeValueBase.php Returns a string representation of the attribute.
AttributeValueBase::RENDER_EMPTY_ATTRIBUTE constant core/lib/Drupal/Core/Template/AttributeValueBase.php Renders '$name=""' if $value is an empty string.
AttributeValueBase::value function core/lib/Drupal/Core/Template/AttributeValueBase.php Returns the raw value.
AttributeValueBase::__construct function core/lib/Drupal/Core/Template/AttributeValueBase.php Constructs a \Drupal\Core\Template\AttributeValueBase object.
AttributeValueBase::__toString function core/lib/Drupal/Core/Template/AttributeValueBase.php Implements the magic __toString() method.
AttributeXss class core/modules/link/src/AttributeXss.php Defines a class for attribute XSS filtering.
AttributeXss.php file core/modules/link/src/AttributeXss.php
AttributeXss::attributes function core/modules/link/src/AttributeXss.php Filters attributes.
AttributeXss::sanitizeAttributes function core/modules/link/src/AttributeXss.php Sanitizes attributes.
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
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.

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