public function MappingInterface::setTemplate in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::setTemplate()
- 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::setTemplate()
Setter for GatherContent template serialized object.
Parameters
string $template: Serialized GatherContent template.
1 method overrides MappingInterface::setTemplate()
- Mapping::setTemplate in src/
Entity/ Mapping.php - Setter for GatherContent template serialized object.
File
- src/
Entity/ MappingInterface.php, line 90
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function setTemplate($template);