You are here

function pathauto_field_widget_info_alter in Pathauto 8

Implements hook_field_widget_info_alter().

File

./pathauto.module, line 117
pathauto Pathauto: Automatically generates aliases for content

Code

function pathauto_field_widget_info_alter(&$widgets) {
  $widgets['path']['class'] = 'Drupal\\pathauto\\PathautoWidget';
}