You are here

function hook_webform_image_select_images_WEBFORM_IMAGE_SELECT_IMAGES_ID_alter in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_image_select/webform_image_select.api.php \hook_webform_image_select_images_WEBFORM_IMAGE_SELECT_IMAGES_ID_alter()

Alter the webform image select images by id.

Parameters

array $images: An associative array of images.

array $element: The webform element that the images is for.

1 function implements hook_webform_image_select_images_WEBFORM_IMAGE_SELECT_IMAGES_ID_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

webform_image_select_test_webform_image_select_images_animals_alter in modules/webform_image_select/tests/modules/webform_image_select_test/webform_image_select_test.module
Implements hook_webform_image_select_images_WEBFORM_IMAGE_SELECT_IMAGES_ID_alter().

File

modules/webform_image_select/webform_image_select.api.php, line 35
Hooks related to Webform Image Select module.

Code

function hook_webform_image_select_images_WEBFORM_IMAGE_SELECT_IMAGES_ID_alter(array &$images, array &$element) {
}