config = $config; $this->devHelper = $devHelper; } /** * {@inheritdoc} */ public function isActive($scope = null) { return $this->config->isSetFlag('dev/translate_inline/active_admin'); } /** * {@inheritdoc} */ public function isDevAllowed($scope = null) { return $this->devHelper->isDevAllowed($scope); } }