Sylius\Behat\Page\Shop\HomePage::getAvailableLocales PHP Method

getAvailableLocales() public method

public getAvailableLocales ( )
    public function getAvailableLocales()
    {
        return array_map(function (NodeElement $element) {
            return $element->getText();
        }, $this->getElement('locale_selector')->findAll('css', '.sylius-available-locale'));
    }