You are here

public function ImageEffectsPluginBaseInterface::selectionElement in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/ImageEffectsPluginBaseInterface.php \Drupal\image_effects\Plugin\ImageEffectsPluginBaseInterface::selectionElement()
  2. 8 src/Plugin/ImageEffectsPluginBaseInterface.php \Drupal\image_effects\Plugin\ImageEffectsPluginBaseInterface::selectionElement()

Return a form element to select the plugin content.

Parameters

array $options: (Optional) An array of additional Form API keys and values.

Return value

array Render array of the form element.

1 method overrides ImageEffectsPluginBaseInterface::selectionElement()
ImageEffectsPluginBase::selectionElement in src/Plugin/ImageEffectsPluginBase.php
Return a form element to select the plugin content.

File

src/Plugin/ImageEffectsPluginBaseInterface.php, line 23

Class

ImageEffectsPluginBaseInterface
Interface for image_effects base plugin.

Namespace

Drupal\image_effects\Plugin

Code

public function selectionElement(array $options = []);