public function WebformImageSelectImagesInterface::getImages in Webform 8.5
Same name and namespace in other branches
- 6.x modules/webform_image_select/src/WebformImageSelectImagesInterface.php \Drupal\webform_image_select\WebformImageSelectImagesInterface::getImages()
Get images (YAML) as an associative array.
Return value
array|bool Images as an associative array. Returns FALSE if images YAML is invalid.
1 method overrides WebformImageSelectImagesInterface::getImages()
- WebformImageSelectImages::getImages in modules/
webform_image_select/ src/ Entity/ WebformImageSelectImages.php - Get images (YAML) as an associative array.
File
- modules/
webform_image_select/ src/ WebformImageSelectImagesInterface.php, line 28
Class
- WebformImageSelectImagesInterface
- Provides an interface defining a webform image select images entity.
Namespace
Drupal\webform_image_selectCode
public function getImages();