abstract protected ImageToolkitOperationBase::arguments()
Returns the definition of the operation arguments.
Image toolkit operation implementers must implement this method to "document" their operation, thus also if no arguments are expected.
array An array whose keys are the names of the arguments (e.g. "width", "degrees") and each value is an associative array having the following keys:
abstract protected function arguments();
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!ImageToolkit!ImageToolkitOperationBase.php/function/ImageToolkitOperationBase::arguments/8.1.x