Part of #1688162: Replace required flag of modules with proper dependencies

Objective

  1. The routing has been split from menus and menu links in D8.
  2. Menu links are no longer required for Drupal to operate.
  3. Consequently, the Menu Link module is no longer required: true.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost’s picture

Status: Active » Needs review
FileSize
487 bytes

Let's see what bot will tell

Status: Needs review » Needs work

The last submitted patch, 1: 2199633-menu_link-1.patch, failed testing.

andypost’s picture

Status: Needs work » Needs review
FileSize
1.08 KB

Let's see how many test cases needs explicitly enable menu_link module, but standard and minimal needs it

Status: Needs review » Needs work

The last submitted patch, 3: 2199633-menu_link-2.patch, failed testing.

andypost’s picture

Most of test failures are caused by menu_link_get_preferred() that trying to entity_load_multiple_by_properties('menu_link'...

andypost’s picture

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

andypost’s picture

Status: Needs work » Closed (outdated)