public function MappingInterface::getFormatterUpdatedDrupal in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getFormatterUpdatedDrupal()
- 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getFormatterUpdatedDrupal()
Formatter for updated drupal property.
Return value
string If not empty return formatted date, else return string Never.
1 method overrides MappingInterface::getFormatterUpdatedDrupal()
- Mapping::getFormatterUpdatedDrupal in src/
Entity/ Mapping.php - Formatter for updated drupal property.
File
- src/
Entity/ MappingInterface.php, line 138
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function getFormatterUpdatedDrupal();