You are here

public function MessageCatalogue::getResources in Zircon Profile 8

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

Returns an array of resources loaded to build this collection.

Return value

ResourceInterface[] An array of resources

Overrides MessageCatalogueInterface::getResources

File

vendor/symfony/translation/MessageCatalogue.php, line 202

Class

MessageCatalogue
MessageCatalogue.

Namespace

Symfony\Component\Translation

Code

public function getResources() {
  return array_values($this->resources);
}