Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AssetResolverInterface::getCssAssets | function | core/ |
Returns the CSS assets for the current response's libraries. |
| AssetResolverInterface::getFontAssets | function | core/ |
Returns the fonts for the current response's libraries. |
| AssetResolverInterface::getJsAssets | function | core/ |
Returns the JavaScript assets for the current response's libraries. |
| AssetResolverTest | class | core/ |
Tests Drupal\Core\Asset\AssetResolver. |
| AssetResolverTest.php | file | core/ |
|
| AssetResolverTest::$assetResolver | property | core/ |
The tested asset resolver service. |
| AssetResolverTest::$cache | property | core/ |
The cache backend to use. |
| AssetResolverTest::$english | property | core/ |
A mocked English language object. |
| AssetResolverTest::$japanese | property | core/ |
A mocked Japanese language object. |
| AssetResolverTest::$languageManager | property | core/ |
The mocked language manager. |
| AssetResolverTest::$libraries | property | core/ |
An array of library definitions. |
| AssetResolverTest::$libraryDependencyResolver | property | core/ |
The mocked library dependency resolver. |
| AssetResolverTest::$libraryDiscovery | property | core/ |
The mocked library discovery service. |
| AssetResolverTest::$moduleHandler | property | core/ |
The mocked module handler. |
| AssetResolverTest::$themeHandler | property | core/ |
The mocked theme handler. |
| AssetResolverTest::$themeManager | property | core/ |
The mocked theme manager. |
| AssetResolverTest::providerAttachedCssAssets | function | core/ |
|
| AssetResolverTest::providerAttachedFontAssets | function | core/ |
|
| AssetResolverTest::providerAttachedJsAssets | function | core/ |
|
| AssetResolverTest::setUp | function | core/ |
|
| AssetResolverTest::testGetCssAssets | function | core/ |
Tests get css assets. |
| AssetResolverTest::testGetFontAssets | function | core/ |
Tests get font assets. |
| AssetResolverTest::testGetJsAssets | function | core/ |
Tests get js assets. |
| AssetResolverTest::testJsAssetsOrder | function | core/ |
Test that order of scripts are correct. |
| AssetRoutes | class | core/ |
Defines a routes' callback to register a URL for serving assets. |
| AssetRoutes.php | file | core/ |
|
| AssetRoutes::create | function | core/ |
Instantiates a new instance of this class. |
| AssetRoutes::routes | function | core/ |
Returns an array of route objects. |
| AssetRoutes::__construct | function | core/ |
Constructs an asset routes object. |
| AssetsStream | class | core/ |
Defines a Drupal stream wrapper class for optimized assets (assets://). |
| AssetsStream.php | file | core/ |
|
| AssetsStream::basePath | function | core/ |
Returns the base path for public://. |
| AssetsStream::baseUrl | function | core/ |
Finds and returns the base URL for public://. |
| AssetsStream::getDescription | function | core/ |
Returns the description of the stream wrapper for use in the UI. |
| AssetsStream::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| AssetsStream::getType | function | core/ |
Returns the type of stream wrapper. |
| AssetXssTest | class | core/ |
Tests sanitization of error messages emitted by AssetControllerBase. |
| AssetXssTest.php | file | core/ |
|
| AssetXssTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AssetXssTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| AssetXssTest::providerAssetUrl | function | core/ |
A dataProvider for JS and CSS asset tests. |
| AssetXssTest::testAssetUrl | function | core/ |
Test sanitization of the error message for an invalid asset. |
| AtLeastOneOfConstraint | class | core/ |
Checks that at least one of the given constraint is satisfied. |
| AtLeastOneOfConstraint.php | file | core/ |
|
| AtLeastOneOfConstraint::getCompositeOptionStatic | function | core/ |
Returns the name of the property or properties that contain constraints. |
| AtLeastOneOfConstraint::validatedBy | function | core/ |
|
| AtLeastOneOfConstraintValidator | class | core/ |
Validates the AtLeastOneOf constraint. |
| AtLeastOneOfConstraintValidator.php | file | core/ |
|
| AtLeastOneOfConstraintValidator::validate | function | core/ |
Validate a set of constraints against a value. |
| AtLeastOneOfConstraintValidatorTest | class | core/ |
Tests AtLeastOneOf validation constraint with both valid and invalid values. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.