You are here

public function ContentLoaderInterface::loadContent in YAML Content 8.2

Same name and namespace in other branches
  1. 8 src/ContentLoader/ContentLoaderInterface.php \Drupal\yaml_content\ContentLoader\ContentLoaderInterface::loadContent()

Load all demo content for a set of parsed data.

Parameters

array $content_data: The parsed content structure to be imported.

Return value

array An array of loaded entities from the content data.

See also

\Drupal\yaml_content\ContentLoader\ContentLoaderInterface::parseContent()

1 method overrides ContentLoaderInterface::loadContent()
ContentLoaderBase::loadContent in src/ContentLoader/ContentLoaderBase.php
Load all demo content for a set of parsed data.

File

src/ContentLoader/ContentLoaderInterface.php, line 45

Class

ContentLoaderInterface
Defines a common interface for content loader implementations.

Namespace

Drupal\yaml_content\ContentLoader

Code

public function loadContent(array $content_data);