You are here

public function MessageCatalogueInterface::all in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/MessageCatalogueInterface.php \Symfony\Component\Translation\MessageCatalogueInterface::all()

Gets the messages within a given domain.

If $domain is null, it returns all messages.

Parameters

string $domain The domain name:

Return value

array An array of messages

1 method overrides MessageCatalogueInterface::all()
MessageCatalogue::all in vendor/symfony/translation/MessageCatalogue.php
Gets the messages within a given domain.

File

vendor/symfony/translation/MessageCatalogueInterface.php, line 46

Class

MessageCatalogueInterface
MessageCatalogueInterface.

Namespace

Symfony\Component\Translation

Code

public function all($domain = null);