You are here

public function ShellManagerInterface::getInstalledLocales in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 src/ShellManagerInterface.php \Drupal\fillpdf\ShellManagerInterface::getInstalledLocales()

Gets the list of locales installed on the server.

Return value

string[] Associative array of installed locales as returned by 'locale -a' on *nix systems, keyed by itself. Will return an empty array on Windows servers.

1 method overrides ShellManagerInterface::getInstalledLocales()
ShellManager::getInstalledLocales in src/ShellManager.php
Gets the list of locales installed on the server.

File

src/ShellManagerInterface.php, line 32

Class

ShellManagerInterface
Provides an interface for FillPDF execution manager.

Namespace

Drupal\fillpdf

Code

public function getInstalledLocales();