Upgrade 1-11.38

This commit is contained in:
xesmyd
2026-03-30 14:10:30 +02:00
parent f2a7e6d1fc
commit ac648ef29d
24665 changed files with 69682 additions and 2205004 deletions
+4 -18
View File
@@ -23,24 +23,10 @@ abstract class AbstractRendererEngine implements FormRendererEngineInterface
*/
const CACHE_KEY_VAR = 'cache_key';
/**
* @var array
*/
protected $defaultThemes;
/**
* @var array
*/
protected $themes = array();
/**
* @var array
*/
protected $resources = array();
/**
* @var array
*/
private $resourceHierarchyLevels = array();
/**
@@ -140,13 +126,13 @@ abstract class AbstractRendererEngine implements FormRendererEngineInterface
* @see getResourceForBlockHierarchy()
*
* @param string $cacheKey The cache key used for storing the
* resource.
* resource
* @param FormView $view The form view for finding the applying
* themes.
* themes
* @param array $blockNameHierarchy The block hierarchy, with the most
* specific block name at the end.
* specific block name at the end
* @param int $hierarchyLevel The level in the block hierarchy that
* should be loaded.
* should be loaded
*
* @return bool True if the resource could be loaded, false otherwise
*/