Search for collect
- Search 7.x for collect
- Search 9.5.x for collect
- Search 8.9.x for collect
- Search 11.x for collect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CssCollectionOptimizer::$optimizer | property | core/ |
A CSS asset optimizer. |
CssCollectionOptimizer::$state | property | core/ |
The state key/value store. |
CssCollectionOptimizer::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
CssCollectionOptimizer::generateHash | function | core/ |
Generate a hash for a given group of CSS assets. |
CssCollectionOptimizer::getAll | function | core/ |
Returns all optimized asset collections assets. |
CssCollectionOptimizer::optimize | function | core/ |
The cache file name is retrieved on a page load via a lookup variable that contains an associative array. The array key is the hash of the file names in $css while the value is the cache file name. The cache file is generated in two cases. First, if… |
CssCollectionOptimizer::__construct | function | core/ |
Constructs a CssCollectionOptimizer. |
CssCollectionOptimizerLazy | class | core/ |
Optimizes CSS assets. |
CssCollectionOptimizerLazy.php | file | core/ |
|
CssCollectionOptimizerLazy::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
CssCollectionOptimizerLazy::getAll | function | core/ |
Returns all optimized asset collections assets. |
CssCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
CssCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
CssCollectionOptimizerLazy::__construct | function | core/ |
Constructs a CssCollectionOptimizerLazy. |
CssCollectionOptimizerLazyUnitTest | class | core/ |
Tests the CSS asset optimizer. |
CssCollectionOptimizerLazyUnitTest.php | file | core/ |
|
CssCollectionOptimizerLazyUnitTest::testCssImport | function | core/ |
Tests that CSS imports with strange letters do not destroy the CSS output. |
CssCollectionOptimizerLazyUnitTest::testCssLicenseAggregation | function | core/ |
Test that license information is added correctly to aggregated CSS. |
CssCollectionOptimizerUnitTest | class | core/ |
Tests the CSS asset optimizer. |
CssCollectionOptimizerUnitTest.php | file | core/ |
|
CssCollectionOptimizerUnitTest::$dumperData | property | core/ |
The data from the dumper. |
CssCollectionOptimizerUnitTest::$optimizer | property | core/ |
A CSS Collection optimizer. |
CssCollectionOptimizerUnitTest::testCssImport | function | core/ |
Tests that CSS imports with strange letters do not destroy the CSS output. |
CssCollectionOptimizerUnitTest::testCssLicenseAggregation | function | core/ |
Tests that CSS imports with strange letters do not destroy the CSS output. |
CssCollectionRenderer | class | core/ |
Renders CSS assets. |
CssCollectionRenderer.php | file | core/ |
|
CssCollectionRenderer::$assetQueryString | property | core/ |
The asset query string. |
CssCollectionRenderer::$deprecatedProperties | property | core/ |
|
CssCollectionRenderer::$fileUrlGenerator | property | core/ |
The file URL generator. |
CssCollectionRenderer::render | function | core/ |
Renders an asset collection. |
CssCollectionRenderer::__construct | function | core/ |
Constructs a CssCollectionRenderer. |
CssCollectionRendererUnitTest | class | core/ |
Tests the CSS asset collection renderer. |
CssCollectionRendererUnitTest.php | file | core/ |
|
CssCollectionRendererUnitTest::$fileCssGroup | property | core/ |
A valid file CSS asset group. |
CssCollectionRendererUnitTest::$renderer | property | core/ |
A CSS asset renderer. |
CssCollectionRendererUnitTest::providerTestRender | function | core/ |
Provides data for the CSS asset rendering test. |
CssCollectionRendererUnitTest::setUp | function | core/ |
|
CssCollectionRendererUnitTest::testRender | function | core/ |
Tests CSS asset rendering. |
CssCollectionRendererUnitTest::testRenderInvalidType | function | core/ |
Tests a CSS asset group with the invalid 'type' => 'internal'. |
DatabaseBackend::garbageCollection | function | core/ |
|
DatabaseBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
DatabaseBackendTest::testGarbageCollection | function | core/ |
Tests the row count limiting of cache bin database tables. |
DatabaseQueue::garbageCollection | function | core/ |
Cleans queues of garbage. |
DatabaseStorage::$collection | property | core/ |
The storage collection. |
DatabaseStorage::createCollection | function | core/ |
Creates a collection on the storage. |
DatabaseStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
DatabaseStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
DefaultHtmlRouteProvider::getCollectionRoute | function | core/ |
Gets the collection route. |
DefaultHtmlRouteProviderTest::providerTestGetCollectionRoute | function | core/ |
|
DefaultHtmlRouteProviderTest::testGetCollectionRoute | function | core/ |
@covers ::getCollectionRoute @dataProvider providerTestGetCollectionRoute |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.