You are here

public function MetatagQuery::__construct in GatherContent 8.5

Same name and namespace in other branches
  1. 8.4 src/MetatagQuery.php \Drupal\gathercontent\MetatagQuery::__construct()

MetatagQuery constructor.

File

src/MetatagQuery.php, line 32

Class

MetatagQuery
Class for querying metatag data.

Namespace

Drupal\gathercontent

Code

public function __construct(EntityFieldManagerInterface $entityFieldManager, ConfigFactoryInterface $configFactory) {
  $this->entityFieldManager = $entityFieldManager;
  $this->configFactory = $configFactory;
}