You are here

public function ImagemagickExecManagerInterface::getPackageLabel in ImageMagick 8.2

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

Gets a translated label of the binaries package in use.

Parameters

string $package: (optional) Force the package.

Return value

string A translated label of the binaries package in use, or the $package argument.

1 method overrides ImagemagickExecManagerInterface::getPackageLabel()
ImagemagickExecManager::getPackageLabel in src/ImagemagickExecManager.php
Gets a translated label of the binaries package in use.

File

src/ImagemagickExecManagerInterface.php, line 32

Class

ImagemagickExecManagerInterface
Provides an interface for ImageMagick execution managers.

Namespace

Drupal\imagemagick

Code

public function getPackageLabel($package = NULL);