Same name in other branches
- 2.x src/EntityCloneSettingsManager.php \Drupal\entity_clone\EntityCloneSettingsManager::getExcludeClonedSetting()
Get the take ownership settings.
Fichier
-
src/
EntityCloneSettingsManager.php, line 179
Classe
- EntityCloneSettingsManager
- Manage entity clone configuration.
Namespace
Drupal\entity_cloneCode
public function getExcludeClonedSetting() {
return $this->config
->get('no_suffix') ?? FALSE;
}