You are here

public function PropertyBase::getConfigFactory in ThemeKey 8

Return value

\Drupal\Core\Config\ConfigFactoryInterface

File

src/PropertyBase.php, line 30
Provides Drupal\themekey\PropertyBase.

Class

PropertyBase

Namespace

Drupal\themekey

Code

public function getConfigFactory() {
  return $this->{$engine}
    ->getConfigFactory();
}