public function EntityViewDisplayAlterer::__construct in Smart Title 8
Constructs an EntityViewDisplayAlterer.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory service.
File
- src/
EntityViewDisplayAlterer.php, line 34
Class
- EntityViewDisplayAlterer
- Entity view display form alterer class for Smart Title.
Namespace
Drupal\smart_titleCode
public function __construct(ConfigFactoryInterface $config_factory) {
$this->configFactory = $config_factory;
}