You are here

public function MessageCatalogueInterface::getFallbackCatalogue in Zircon Profile 8

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

Gets the fallback catalogue.

Return value

MessageCatalogueInterface|null A MessageCatalogueInterface instance or null when no fallback has been set

1 method overrides MessageCatalogueInterface::getFallbackCatalogue()
MessageCatalogue::getFallbackCatalogue in vendor/symfony/translation/MessageCatalogue.php
Gets the fallback catalogue.

File

vendor/symfony/translation/MessageCatalogueInterface.php, line 127

Class

MessageCatalogueInterface
MessageCatalogueInterface.

Namespace

Symfony\Component\Translation

Code

public function getFallbackCatalogue();