Get the take ownership settings.
Fichier
- 
              src/
EntityCloneSettingsManager.php, line 162  
Classe
- EntityCloneSettingsManager
 - Manage entity clone configuration.
 
Namespace
Drupal\entity_cloneCode
public function getTakeOwnershipSetting() {
    return $this->config
        ->get('take_ownership') ?? FALSE;
}