Installing the 8.x branch (4efcf485223a9000e049f8d389172c4faf8edd0f) of Accessibility against D8 HEAD (acc31be4bc18d6695ce92556d4ab8387c564e79b) yields the following errors:

Warning: Missing argument 3 for accessibility_menu_local_tasks(), called in /Users/jbeach/code/drupal/core/d8/core/includes/menu.inc on line 2005 and defined in accessibility_menu_local_tasks() (line 190 of /Users/jbeach/code/drupal/modules/d8/accessibility/accessibility.module).
Notice: Undefined variable: root_path in accessibility_menu_local_tasks() (line 191 of /Users/jbeach/code/drupal/modules/d8/accessibility/accessibility.module).

Comments

jessebeach’s picture

Local tasks are now declared as plugins in Drupal 8. This is a good opportunity to update the implementation:

https://drupal.org/node/2122253

jessebeach’s picture

Status: Active » Postponed

Postponing on #2133305: Update local tasks implementation to use plugins. This bug may disappear after the refactor of local tasks.

jessebeach’s picture

Issue tags: +Green by 2014