Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
config.yml Symfon 2xからデフォルトのロケールパラメータ値を取得するにはどうすればよいですか
$this->container->getParameter('default_locale');
機能していません!
キー名は「kernel.default_locale」です。
config のすべてのパラメーターを表示する場合は、コンテナーから ParameterBag を var_dump できます。
$this->container->getParameters();