Skip to content
Snippets Groups Projects

Resolve #3054641 "11.x"

Open Michael Vanetta requested to merge issue/drupal-3054641:3054641-11.x into 11.x
2 unresolved threads

Closes #3054641

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • 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) {
  • Bhanu D added 2593 commits

    added 2593 commits

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading