You are here

public function ImportingParameters::disableAll in Commerce Smart Importer 8

Disable all parameters.

File

src/ImportingParameters.php, line 69

Class

ImportingParameters
Parameters what will be imported.

Namespace

Drupal\commerce_smart_importer

Code

public function disableAll() {
  $this->duplicateValues = FALSE;
  $this->incorrectValues = FALSE;
  $this->exceedsCardinality = FALSE;
  $this->defaultValues = FALSE;
  $this->notValidVariations = FALSE;
  $this->createProduct = FALSE;
  $this->sku = FALSE;
}