Search for optimize

  1. Search 7.x for optimize
  2. Search 9.5.x for optimize
  3. Search 10.3.x for optimize
  4. Search 11.x for optimize
  5. Other projects
Title Object type File name Summary
css_input_with_import.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data…
css_input_with_import.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.css ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data…
EntityConverterLatestRevisionTest::testOptimizedConvert function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests that pending revisions are loaded only when needed.
JsCollectionOptimizer class core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Optimizes JavaScript assets.
JsCollectionOptimizer.php file core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php
JsCollectionOptimizer::$dumper property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php An asset dumper.
JsCollectionOptimizer::$fileSystem property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php The file system service.
JsCollectionOptimizer::$grouper property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php A JS asset grouper.
JsCollectionOptimizer::$optimizer property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php A JS asset optimizer.
JsCollectionOptimizer::$state property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php The state key/value store.
JsCollectionOptimizer::deleteAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Deletes all optimized asset collections assets.
JsCollectionOptimizer::generateHash function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Generate a hash for a given group of JavaScript assets.
JsCollectionOptimizer::getAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Returns all optimized asset collections assets.
JsCollectionOptimizer::optimize function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php 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 names in
$files while the value is the cache file name. The cache file is generated
in two cases. First, if…
JsCollectionOptimizer::__construct function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Constructs a JsCollectionOptimizer.
JsOptimizer class core/lib/Drupal/Core/Asset/JsOptimizer.php Optimizes a JavaScript asset.
JsOptimizer.php file core/lib/Drupal/Core/Asset/JsOptimizer.php
JsOptimizer::clean function core/lib/Drupal/Core/Asset/JsOptimizer.php Processes the contents of a javascript asset for cleanup.
JsOptimizer::optimize function core/lib/Drupal/Core/Asset/JsOptimizer.php Optimizes an asset.
JsOptimizerUnitTest class core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests the JS asset optimizer.
JsOptimizerUnitTest.php file core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
JsOptimizerUnitTest::$optimizer property core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php A JS asset optimizer.
JsOptimizerUnitTest::providerTestClean function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset cleaning test.
JsOptimizerUnitTest::providerTestOptimize function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset optimize test.
JsOptimizerUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
JsOptimizerUnitTest::testClean function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests cleaning of a JS asset group containing 'type' => 'file'.
JsOptimizerUnitTest::testOptimize function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests cleaning of a JS asset group containing 'type' => 'file'.
NoOptimizeCacheContext class core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Non-optimizable context class.
NoOptimizeCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Gets the cacheability metadata for the context.
NoOptimizeCacheContext::getContext function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the string representation of the cache context.
NoOptimizeCacheContext::getLabel function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the label of the cache context.
OptimizedPhpArrayDumper class core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php OptimizedPhpArrayDumper dumps a service container as a serialized PHP array.
OptimizedPhpArrayDumper.php file core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
OptimizedPhpArrayDumper::$aliases property core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php A list of container aliases.
OptimizedPhpArrayDumper::$serialize property core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Whether to serialize service definitions or not.
OptimizedPhpArrayDumper::dump function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
OptimizedPhpArrayDumper::dumpCallable function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps callable to a PHP array.
OptimizedPhpArrayDumper::dumpCollection function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps a collection to a PHP array.
OptimizedPhpArrayDumper::dumpMethodCalls function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps method calls to a PHP array.
OptimizedPhpArrayDumper::dumpValue function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps the value to PHP array format.
OptimizedPhpArrayDumper::escape function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Escapes parameters.
OptimizedPhpArrayDumper::getAliases function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets the aliases as a PHP array.
OptimizedPhpArrayDumper::getArray function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets the service container definition as a PHP array.
OptimizedPhpArrayDumper::getParameterCall function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a parameter reference in a suitable PHP array format.
OptimizedPhpArrayDumper::getParameters function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets parameters of the container as a PHP array.
OptimizedPhpArrayDumper::getPrivateServiceCall function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a private service definition in a suitable format.
OptimizedPhpArrayDumper::getReferenceCall function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a service reference for a reference in a suitable PHP array format.
OptimizedPhpArrayDumper::getServiceCall function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a service reference for an ID in a suitable PHP array format.
OptimizedPhpArrayDumper::getServiceDefinition function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a service definition as PHP array.
OptimizedPhpArrayDumper::getServiceDefinitions function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets services of the container as a PHP array.

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