You are here

protected function ConfigEntityReference::getEntityType in Feeds 8.3

Returns the entity type that can be referenced.

Return value

string The entity type being referenced.

2 calls to ConfigEntityReference::getEntityType()
ConfigEntityReference::findEntity in src/Feeds/Target/ConfigEntityReference.php
Searches for an entity by entity key.
ConfigEntityReference::getPotentialFields in src/Feeds/Target/ConfigEntityReference.php
Returns possible fields to reference by for a config entity.

File

src/Feeds/Target/ConfigEntityReference.php, line 199

Class

ConfigEntityReference
Defines a config entity reference mapper.

Namespace

Drupal\feeds\Feeds\Target

Code

protected function getEntityType() {
  return $this->settings['target_type'];
}