public function ExcludeNodeTitleManager::getRenderType in Exclude Node Title 8
2 calls to ExcludeNodeTitleManager::getRenderType()
File
- src/
ExcludeNodeTitleManager.php, line 129
Class
- ExcludeNodeTitleManager
- Service class for Exclude Node Title module settings management.
Namespace
Drupal\exclude_node_titleCode
public function getRenderType() {
return $this->settingsConfig
->get('type');
}