public function ExportEntityInterface::getName in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::getName()
- 3.x src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::getName()
Gets the Export entity name.
Return value
string Name of the Export entity.
1 method overrides ExportEntityInterface::getName()
- ExportEntity::getName in src/
Entity/ ExportEntity.php - Gets the Export entity name.
File
- src/
Entity/ ExportEntityInterface.php, line 24
Class
- ExportEntityInterface
- Provides an interface for defining Export entity entities.
Namespace
Drupal\content_synchronizer\EntityCode
public function getName();