You are here

public function WebformImageSelectImagesInterface::getImages in Webform 8.5

Same name and namespace in other branches
  1. 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_select

Code

public function getImages();