public function MappingInterface::setMappedEntityType in GatherContent 8.5
Setter for entity type machine name.
Parameters
string $entity_type: Entity type machine name.
1 method overrides MappingInterface::setMappedEntityType()
- Mapping::setMappedEntityType in src/
Entity/ Mapping.php - Setter for entity type machine name.
File
- src/
Entity/ MappingInterface.php, line 58
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function setMappedEntityType($entity_type);