function background_image_form_alter in Background Image 2.x
Same name and namespace in other branches
- 8 background_image.module \background_image_form_alter()
- 2.0.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);
}