public function MessageCatalogueInterface::getResources in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/MessageCatalogueInterface.php \Symfony\Component\Translation\MessageCatalogueInterface::getResources()
Returns an array of resources loaded to build this collection.
Return value
ResourceInterface[] An array of resources
1 method overrides MessageCatalogueInterface::getResources()
- MessageCatalogue::getResources in vendor/
symfony/ translation/ MessageCatalogue.php - Returns an array of resources loaded to build this collection.
File
- vendor/
symfony/ translation/ MessageCatalogueInterface.php, line 134
Class
- MessageCatalogueInterface
- MessageCatalogueInterface.
Namespace
Symfony\Component\TranslationCode
public function getResources();