method getPrimariesLangs documentation in bbn\Appui\I18n

Gets primaries langs from option

function() { $uid_languages = $this->options->fromCode('languages', 'i18n', 'appui'); $languages = $this->options->fullTree($uid_languages); $primaries = array_values( array_filter( $languages['items'], function ($v) { return !empty($v['primary']); } ) ); return $primaries; }

Gets primaries langs from option BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.