You are here

function pathauto_i18n_form_node_form_alter in Pathauto i18n 8

Same name and namespace in other branches
  1. 7 modules/pathauto_i18n_node/pathauto_i18n_node.module \pathauto_i18n_form_node_form_alter()

PORTED to 8.x-1.x - pathauto_i18n.module:pathauto_i18n_field_widget_info_alter().

Implements hook_form_BASE_FORM_ID_alter().

File

modules/pathauto_i18n_node/pathauto_i18n_node.module, line 12
Provides tools for creating multilanguage aliases for nodes.

Code

function pathauto_i18n_form_node_form_alter(&$form, &$form_state) {

  //pathauto_i18n_configuration_form($form, $form_state['node'], 'node', $form['#node']->type);
}