By swentel on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
Drupal 7
$path = _field_ui_bundle_admin_path('node', 'article');
Drupal 8
$path = field_ui_bundle_admin_path('node', 'article');
Impacts:
Module developers