You are here

public function ImagemagickToolkit::arguments in ImageMagick 8.3

Same name and namespace in other branches
  1. 8.2 src/Plugin/ImageToolkit/ImagemagickToolkit.php \Drupal\imagemagick\Plugin\ImageToolkit\ImagemagickToolkit::arguments()

Returns the current ImagemagickExecArguments object.

Return value

\Drupal\imagemagick\ImagemagickExecArguments The current ImagemagickExecArguments object.

1 call to ImagemagickToolkit::arguments()
ImagemagickToolkit::buildConfigurationForm in src/Plugin/ImageToolkit/ImagemagickToolkit.php
Form constructor.

File

src/Plugin/ImageToolkit/ImagemagickToolkit.php, line 713

Class

ImagemagickToolkit
Provides ImageMagick integration toolkit for image manipulation.

Namespace

Drupal\imagemagick\Plugin\ImageToolkit

Code

public function arguments() : ImagemagickExecArguments {
  return $this->arguments;
}