public function ExportEntity::getName in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Entity/ExportEntity.php \Drupal\content_synchronizer\Entity\ExportEntity::getName()
- 3.x src/Entity/ExportEntity.php \Drupal\content_synchronizer\Entity\ExportEntity::getName()
Gets the Export entity name.
Return value
string Name of the Export entity.
Overrides ExportEntityInterface::getName
File
- src/
Entity/ ExportEntity.php, line 86
Class
- ExportEntity
- Defines the Export entity entity.
Namespace
Drupal\content_synchronizer\EntityCode
public function getName() {
return $this
->get('name')->value;
}