You are here

public function EntityCloneSettingsManager::getTakeOwnershipSetting in Entity Clone 8

Get the take ownership settings.

File

src/EntityCloneSettingsManager.php, line 162

Class

EntityCloneSettingsManager
Manage entity clone configuration.

Namespace

Drupal\entity_clone

Code

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