You are here

public function ImagemagickExecManagerInterface::getPackageLabel in ImageMagick 8.3

Same name and namespace in other branches
  1. 8.2 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 52

Class

ImagemagickExecManagerInterface
Provides an interface for ImageMagick execution managers.

Namespace

Drupal\imagemagick

Code

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