You are here

public function ImagemagickExecManagerInterface::getPackage in ImageMagick 8.3

Same name and namespace in other branches
  1. 8.2 src/ImagemagickExecManagerInterface.php \Drupal\imagemagick\ImagemagickExecManagerInterface::getPackage()

Gets the binaries package in use.

Parameters

string $package: (optional) Force the graphics package.

Return value

string The default package ('imagemagick'|'graphicsmagick'), or the $package argument.

1 method overrides ImagemagickExecManagerInterface::getPackage()
ImagemagickExecManager::getPackage in src/ImagemagickExecManager.php
Gets the binaries package in use.

File

src/ImagemagickExecManagerInterface.php, line 40

Class

ImagemagickExecManagerInterface
Provides an interface for ImageMagick execution managers.

Namespace

Drupal\imagemagick

Code

public function getPackage(string $package = NULL) : string;