| AttributeDiscoveryTest2.php |
file |
core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTest2.php |
|
| AttributeDiscoveryTestMissingInterface |
class |
core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingInterface.php |
Provides a custom test plugin that implements a missing interface. |
| AttributeDiscoveryTestMissingInterface.php |
file |
core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingInterface.php |
|
| AttributeDiscoveryTestMissingTrait |
class |
core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingTrait.php |
Provides a custom test plugin that uses a missing trait. |
| AttributeDiscoveryTestMissingTrait.php |
file |
core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingTrait.php |
|
| 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. |
| 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::testOnRouteBuild |
function |
core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php |
@legacy-covers ::onRouteBuild |
| 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. |
| AttributeTest::testConstructor |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests the constructor of the attribute class. |
| AttributeTest::testHasAttribute |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests has attribute. |
| AttributeTest::testHasClass |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests checking for class names with the Attribute method. |
| AttributeTest::testIterate |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests iterating on the values of the attribute. |
| AttributeTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests merge. |
| AttributeTest::testMergeArgumentException |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests merge argument exception. |