You are here

public function MessageCatalogueInterface::all in Plug 7

Gets the messages within a given domain.

If $domain is null, it returns all messages.

@api

Parameters

string $domain The domain name:

Return value

array An array of messages

1 method overrides MessageCatalogueInterface::all()
MessageCatalogue::all in lib/Symfony/translation/MessageCatalogue.php
@api

File

lib/Symfony/translation/MessageCatalogueInterface.php, line 54

Class

MessageCatalogueInterface
MessageCatalogueInterface.

Namespace

Symfony\Component\Translation

Code

public function all($domain = null);