Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

Drupal 7

  $path = _field_ui_bundle_admin_path('node', 'article');

Drupal 8

  $path = field_ui_bundle_admin_path('node', 'article');
Impacts: 
Module developers