You are here

public function MappingInterface::getMappedEntityType in GatherContent 8.5

Getter for entity type machine name.

Return value

string Entity type machine name.

1 method overrides MappingInterface::getMappedEntityType()
Mapping::getMappedEntityType in src/Entity/Mapping.php
Getter for entity type machine name.

File

src/Entity/MappingInterface.php, line 50

Class

MappingInterface
Provides an interface for defining GatherContent Mapping entities.

Namespace

Drupal\gathercontent\Entity

Code

public function getMappedEntityType();