You are here

function background_image_form_alter in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 background_image.module \background_image_form_alter()
  2. 2.x background_image.module \background_image_form_alter()

Implements hook_form_alter().

File

./background_image.module, line 63
Background Image module's procedural hooks and functions.

Code

function background_image_form_alter(array &$form, FormStateInterface $form_state) {
  BackgroundImageManager::service()
    ->alterEntityForm($form, $form_state);
}