You are here

public function OperationInterface::getNewMessages 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::getNewMessages()

Returns new messages after operation.

Parameters

string $domain:

Return value

array

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

File

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

Class

OperationInterface
Represents an operation on catalogue(s).

Namespace

Symfony\Component\Translation\Catalogue

Code

public function getNewMessages($domain);