You are here

public function OperationInterface::getMessages in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Catalogue/OperationInterface.php \Symfony\Component\Translation\Catalogue\OperationInterface::getMessages()

Returns all valid messages after operation.

Parameters

string $domain:

Return value

array

1 method overrides OperationInterface::getMessages()
AbstractOperation::getMessages in vendor/symfony/translation/Catalogue/AbstractOperation.php
Returns all valid messages after operation.

File

vendor/symfony/translation/Catalogue/OperationInterface.php, line 37

Class

OperationInterface
Represents an operation on catalogue(s).

Namespace

Symfony\Component\Translation\Catalogue

Code

public function getMessages($domain);