You are here

function share_everywhere_form_node_form_alter in Share Everywhere 8

Same name and namespace in other branches
  1. 2.x share_everywhere.module \share_everywhere_form_node_form_alter()

Implements hook_form_BASE_FORM_ID_alter().

File

./share_everywhere.module, line 215
A module that adds social buttons to your website.

Code

function share_everywhere_form_node_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  share_everywhere_inject_into_entity_forms($form, $form_state);
}