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 11.x for %s
  6. Other projects
Title Object type File name Summary
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 Creates a collection of routes to add to the route builder.
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 Determines the priority of the route build event listener.
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
AttributeRouteDiscoveryTest::testTitleConflictsWithTitleDefault function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests that the "title" property and a "_title" default cannot both be set.
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>
AttributesTest class core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests the Drupal\Core\Template\Attribute functionality.
AttributesTest.php file core/tests/Drupal/Tests/Core/Common/AttributesTest.php
AttributesTest::providerTestAttributeData function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Provides data for the Attribute test.
AttributesTest::testAttributeIteration function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests attribute iteration.
AttributesTest::testAttributeValueBaseCopy function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests AttributeValueBase copy.
AttributesTest::testDrupalAttributes function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests casting an Attribute object to a string.
AttributeString class core/lib/Drupal/Core/Template/AttributeString.php A class that represents most standard HTML attributes.
AttributeString.php file core/lib/Drupal/Core/Template/AttributeString.php
AttributeString::__toString function core/lib/Drupal/Core/Template/AttributeString.php Implements the magic __toString() method.
AttributeTest class core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests Drupal\Core\Template\Attribute.
AttributeTest.php file core/tests/Drupal/Tests/Core/Template/AttributeTest.php
AttributeTest::assertClass function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Checks that the given CSS class is present in the given HTML snippet.
AttributeTest::assertID function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Checks that the given CSS ID is present in the given HTML snippet.
AttributeTest::assertNoClass function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Checks that the given CSS class is not present in the given HTML snippet.
AttributeTest::assertNoID function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Checks that the given CSS ID is not present in the given HTML snippet.
AttributeTest::getXPathResultCount function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Counts the occurrences of the given XPath query in a given HTML snippet.
AttributeTest::providerTestAttributeClassHelpers function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Provides tests data for testEscaping.
AttributeTest::providerTestAttributeValues function core/tests/Drupal/Tests/Core/Template/AttributeTest.php
AttributeTest::providerTestHasAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Provides tests data for testHasAttribute.
AttributeTest::providerTestMerge function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Provides tests data for testMerge.
AttributeTest::testAdd function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding new values to an existing part of the attribute.
AttributeTest::testAddClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding class attributes with the AttributeArray helper method.
AttributeTest::testAttributeValues function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests attribute values.
AttributeTest::testChainAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the Attribute helper methods.

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