Resolve #3054641 "11.x"
2 unresolved threads
2 unresolved threads
Closes #3054641
Merge request reports
Activity
added 12 commits
-
6bb113fd...1fa798ac - 10 commits from branch
project:11.x
- 4bc9f5f9 - Issue #3054641 by seanB: Reroll for 10.1
- fdb7bfb8 - Issue 3054641: add claro support
-
6bb113fd...1fa798ac - 10 commits from branch
137 151 $this->accessManager = $access_manager; 138 152 $this->account = $account; 139 153 $this->moduleHandler = $module_handler; 154 $this->stringTranslation = $string_translation; 155 156 if ($string_translation === NULL) { 157 @trigger_error('The string_translation service must be passed to ' . __NAMESPACE__ . '\LocalTaskManager::__construct. It was added in Drupal 10.1.0 and is required in Drupal 11.0.0.', E_USER_DEPRECATED); changed this line in version 4 of the diff
1941 1941 ]; 1942 1942 } 1943 1943 1944 /** 1945 * Prepares variables for local tasks templates. 1946 * 1947 * Default template: menu-local-tasks.html.twig. 1948 * 1949 * @param array $variables 1950 * An associative array containing: 1951 * - primary: HTML list items representing primary tasks. 1952 * - secondary: HTML list items representing secondary tasks. 1953 */ 1954 function template_preprocess_menu_local_tasks(array &$variables) { changed this line in version 4 of the diff
added 2593 commits
-
fdb7bfb8...bf44652b - 2591 commits from branch
project:11.x
- 04fbf41f - Issue #3054641 by seanB: Reroll for 10.1
- 0ecb0383 - Issue 3054641: add claro support
-
fdb7bfb8...bf44652b - 2591 commits from branch
Please register or sign in to reply