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 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
AttributeDiscoveryWithAnnotationsAutomatedProviders.php file core/modules/migrate/src/Plugin/Discovery/AttributeDiscoveryWithAnnotationsAutomatedProviders.php
AttributeDiscoveryWithAnnotationsAutomatedProviders::parseClass function core/modules/migrate/src/Plugin/Discovery/AttributeDiscoveryWithAnnotationsAutomatedProviders.php
AttributeDiscoveryWithAnnotationsAutomatedProviders::__construct function core/modules/migrate/src/Plugin/Discovery/AttributeDiscoveryWithAnnotationsAutomatedProviders.php
AttributeHelper class core/lib/Drupal/Core/Template/AttributeHelper.php Helper class to deal with mixed array and Attribute operations.
AttributeHelper.php file core/lib/Drupal/Core/Template/AttributeHelper.php
AttributeHelper::attributeExists function core/lib/Drupal/Core/Template/AttributeHelper.php Checks if the given attribute collection has an attribute.
AttributeHelper::mergeCollections function core/lib/Drupal/Core/Template/AttributeHelper.php Merges two attribute collections.
AttributeHelper::__construct function core/lib/Drupal/Core/Template/AttributeHelper.php This class should not be instantiated.
AttributeHelperTest class core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Tests Drupal\Core\Template\AttributeHelper.
AttributeHelperTest.php file core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php
AttributeHelperTest::providerTestAttributeExists function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Provides tests data for testAttributeExists.
AttributeHelperTest::providerTestMergeCollections function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Provides tests data for testMergeCollections.
AttributeHelperTest::testAttributeExists function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Tests attribute exists.
AttributeHelperTest::testMergeCollections function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Tests merge collections.
AttributeHelperTest::testMergeCollectionsArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Tests merge collections argument exception.
AttributeInterface interface core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Defines a common interface for classed attributes.
AttributeInterface.php file core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php
AttributeInterface::get function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the value of an attribute.
AttributeInterface::getClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the class of the attribute class.
AttributeInterface::getDependencies function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the dependencies for this attribute class.
AttributeInterface::getId function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the unique ID for this attribute class.
AttributeInterface::getProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the name of the provider of the attribute class.
AttributeInterface::setClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the class of the attributed class.
AttributeInterface::setDependencies function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the dependencies for this attribute class.
AttributeInterface::setProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the name of the provider of the attribute class.
AttributeRouteDiscovery class core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php Discovers routes using Symfony's Route attribute.
AttributeRouteDiscovery.php file core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php
AttributeRouteDiscovery::addRoute function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php Adds a route to the provided route collection.
AttributeRouteDiscovery::collectRoutes function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php
AttributeRouteDiscovery::createControllerRouteCollection function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php Creates a route collection from a controller class's attributed methods.
AttributeRouteDiscovery::createFormRouteCollection function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php Creates a route collection from a form class's attributed methods.
AttributeRouteDiscovery::getAttributes function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php Gets the PHP attributes.
AttributeRouteDiscovery::getGlobals function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php Creates the default route settings for a class.
AttributeRouteDiscovery::getPriority function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php
AttributeRouteDiscovery::getReflectionClass function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php Gets a reflection class from the class name.
AttributeRouteDiscovery::__construct function core/lib/Drupal/Core/Routing/AttributeRouteDiscovery.php
AttributeRouteDiscoveryTest class core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests \Drupal\Core\Routing\AttributeRouteDiscovery.
AttributeRouteDiscoveryTest.php file core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php
AttributeRouteDiscoveryTest::$routeCollection property core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php The discovered route collection.
AttributeRouteDiscoveryTest::setUp function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php
AttributeRouteDiscoveryTest::testAllRouteProperties function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests all supported route properties.
AttributeRouteDiscoveryTest::testClassGlobalsInheritance function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests that a method inherits class-level globals.
AttributeRouteDiscoveryTest::testClassGlobalsMerging function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests that method-level properties correctly merge with class globals.
AttributeRouteDiscoveryTest::testClassOnlyRouteWithInvoke function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests that class-only #[Route] registers a route for invokable controllers.
AttributeRouteDiscoveryTest::testInvalidClasses function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests that invalid controller classes do not break route discovery.
AttributeRouteDiscoveryTest::testOnRouteBuild function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php @legacy-covers ::onRouteBuild
AttributeRouteDiscoveryTest::testOnRouteBuildWithArrayNamespaceDirectories function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php @legacy-covers ::onRouteBuild
Attributes class core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Attributes.php Annotation that can be used to signal to the parser
to check the types of all declared attributes during the parsing process.
Attributes.php file core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Attributes.php This class is a near-copy of
Doctrine\Common\Annotations\Annotation\Attributes, which is part of the
Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 2.0.2.
Attributes::$value property core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Attributes.php @var array<Attribute>

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