function pathauto_i18n_field_widget_info_alter in Pathauto i18n 8
Implements hook_field_widget_info_alter().
File
- ./
pathauto_i18n.module, line 13 - Provides common functions and callbacks for pathauto_i18n submodules.
Code
function pathauto_i18n_field_widget_info_alter(&$widgets) {
$widgets['path']['class'] = 'Drupal\\pathauto_i18n\\Pathautoi18nWidget';
}