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