Remove deprecated function views_get_enabled_display_extenders from views module.

/**
 * Get enabled display extenders.
 *
 * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
 *   Use \Drupal\views\Views::getEnabledDisplayExtenders().
 */
function views_get_enabled_display_extenders() {
  return Views::getEnabledDisplayExtenders();
}
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

arpitr’s picture

arpitr’s picture

Status: Active » Needs review
arpitr’s picture

Assigned: arpitr » Unassigned
dawehner’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +VDC, +Quickfix

Cool

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.0.x. Thanks!

  • webchick committed 3dfd416 on 8.0.x
    Issue #2353005 by arpitr: Remove deprecated function...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.