Get the take ownership settings.

Fichier

src/EntityCloneSettingsManager.php, line 162

Classe

EntityCloneSettingsManager
Manage entity clone configuration.

Namespace

Drupal\entity_clone

Code

public function getTakeOwnershipSetting() {
    return $this->config
        ->get('take_ownership') ?? FALSE;
}