| AssetResolverTest::setUp |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
|
| AssetResolverTest::testGetCssAssets |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
Tests get css assets. |
| AssetResolverTest::testGetJsAssets |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
Tests get js assets. |
| AssetResolverTest::testJsAssetsOrder |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
Test that order of scripts are correct. |
| AtLeastOneOfConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Tests AtLeastOneOf validation constraint with both valid and invalid values. |
| AtLeastOneOfConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
|
| AtLeastOneOfConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Modules to install. |
| AtLeastOneOfConstraintValidatorTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
The typed data manager to use. |
| AtLeastOneOfConstraintValidatorTest::dataProvider |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Data provider for testValidation(). |
| AtLeastOneOfConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
|
| AtLeastOneOfConstraintValidatorTest::testConfigValidation |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Tests use of AtLeastOneOf validation constraint in config. |
| AtLeastOneOfConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Tests the AllowedValues validation constraint validator. |
| AttachedAssetsTest |
class |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests #attached assets: attached asset libraries and JavaScript settings. |
| AttachedAssetsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
|
| AttachedAssetsTest::$assetResolver |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
The asset resolver service. |
| AttachedAssetsTest::$fileUrlGenerator |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
The file URL generator. |
| AttachedAssetsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Modules to install. |
| AttachedAssetsTest::$renderer |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
The renderer service. |
| AttachedAssetsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
|
| AttachedAssetsTest::testAddExternalFiles |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding external CSS and JavaScript files. |
| AttachedAssetsTest::testAddFiles |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding a CSS and a JavaScript file. |
| AttachedAssetsTest::testAddJsFileWithQueryString |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript files that have query strings attached get added right. |
| AttachedAssetsTest::testAddJsSettings |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding JavaScript settings. |
| AttachedAssetsTest::testAggregatedAttributes |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests that attributes are maintained when JS aggregation is enabled. |
| AttachedAssetsTest::testAggregation |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Integration test for CSS/JS aggregation. |
| AttachedAssetsTest::testAlter |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests altering a JavaScript's weight via hook_js_alter(). |
| AttachedAssetsTest::testAttachedSettingsWithoutLibraries |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Test settings can be loaded even when libraries are not. |
| AttachedAssetsTest::testAttributes |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding JavaScript files with additional attributes. |
| AttachedAssetsTest::testDefault |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests that default CSS and JavaScript is empty. |
| AttachedAssetsTest::testDynamicLibrary |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Dynamically defines an asset library and alters it. |
| AttachedAssetsTest::testHeaderHTML |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JS assets depending on the 'core/<head>' virtual library. |
| AttachedAssetsTest::testLibraryAlter |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Adds a JavaScript library to the page and alters it. |
| AttachedAssetsTest::testLibraryNameConflicts |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests that multiple modules can implement libraries with the same name. |
| AttachedAssetsTest::testLibraryUnknown |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests non-existing libraries. |
| AttachedAssetsTest::testNoCache |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests that for assets with cache = FALSE, Drupal sets preprocess = FALSE. |
| AttachedAssetsTest::testRenderDifferentWeight |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests rendering the JavaScript with a file's weight above jQuery's. |
| AttachedAssetsTest::testRenderOrder |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript and CSS asset ordering. |
| AttachedAssetsTest::testSettings |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript settings. |
| AttachedAssetsTest::testVersionQueryString |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript versioning. |
| AttachmentsTestDomainObject |
class |
core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php |
Test domain class with implemented AttachmentsInterface. |
| AttachmentsTestDomainObject.php |
file |
core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php |
|
| AttachmentsTestResponse |
class |
core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php |
Test response with implemented AttachmentsInterface. |
| AttachmentsTestResponse.php |
file |
core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php |
|
| AttachmentTestFormatter |
class |
core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php |
Plugin implementation of the 'number_unformatted_with_attachment' formatter. |
| AttachmentTestFormatter.php |
file |
core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php |
|
| AttachmentTestFormatter::viewElements |
function |
core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php |
Builds a renderable array for a field value. |
| AttributeAllowTestClass |
class |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
Test class for TwigAllowed attribute. |
| AttributeAllowTestClass::allowed |
function |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
#[TwigAllowed] |
| AttributeAllowTestClass::notAllowed |
function |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
|
| AttributeBaseTest |
class |
core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php |
Tests Drupal\Component\Plugin\Attribute\AttributeBase. |