You are here

public function ContentLoader::existenceCheck in YAML Content 8

Returns whether or not the system should check for previous demo content.

Return value

bool The true/false value of existence check.

3 calls to ContentLoader::existenceCheck()
ContentLoader::createEntity in src/ContentLoader/ContentLoader.php
Create the entity based on basic properties.
ContentLoader::populateField in src/ContentLoader/ContentLoader.php
Populate field content into the provided field.
ContentLoader::processDependency in src/ContentLoader/ContentLoader.php
Process a file flagged as a dependency.

File

src/ContentLoader/ContentLoader.php, line 233

Class

ContentLoader
ContentLoader class for parsing and importing YAML content.

Namespace

Drupal\yaml_content\ContentLoader

Code

public function existenceCheck() {
  return $this->existenceCheck;
}