You are here

public function NodewordsFieldInstance::setEntityTypeBundleInfo in Metatag 8

Sets the entity type bundle info service.

Parameters

\Drupal\Core\Entity\EntityTypeBundleInfoInterface $entity_type_bundle_info: The entity type bundle info service.

File

src/Plugin/migrate/source/d6/NodewordsFieldInstance.php, line 43

Class

NodewordsFieldInstance
Drupal 6 Nodewords field instances.

Namespace

Drupal\metatag\Plugin\migrate\source\d6

Code

public function setEntityTypeBundleInfo(EntityTypeBundleInfoInterface $entity_type_bundle_info) {
  $this->entityTypeBundleInfo = $entity_type_bundle_info;
}