comparison core/lib/Drupal/Core/Asset/LibraryDiscovery.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
17 protected $collector; 17 protected $collector;
18 18
19 /** 19 /**
20 * The final library definitions, statically cached. 20 * The final library definitions, statically cached.
21 * 21 *
22 * hook_library_info_alter() and hook_js_settings_alter() allows modules 22 * Hooks hook_library_info_alter() and hook_js_settings_alter() allow modules
23 * and themes to dynamically alter a library definition (once per request). 23 * and themes to dynamically alter a library definition (once per request).
24 * 24 *
25 * @var array 25 * @var array
26 */ 26 */
27 protected $libraryDefinitions = []; 27 protected $libraryDefinitions = [];