public function ContentProcessor::__construct in GatherContent 8.4
File
- src/
Import/ ContentProcess/ ContentProcessor.php, line 67
Class
- ContentProcessor
- The ContentProcessor sets the necessary fields of the entity.
Namespace
Drupal\gathercontent\Import\ContentProcessCode
public function __construct(GatherContentClientInterface $client, MetatagQuery $metatag, TimeInterface $time) {
$this->client = $client;
$this->metatag = $metatag;
$this->time = $time;
$this
->init();
}