public function PropertyBase::getConfigFactory in ThemeKey 8
Return value
\Drupal\Core\Config\ConfigFactoryInterface
File
- src/
PropertyBase.php, line 30 - Provides Drupal\themekey\PropertyBase.
Class
Namespace
Drupal\themekeyCode
public function getConfigFactory() {
return $this->{$engine}
->getConfigFactory();
}