public function ImportEntityInterface::setName in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Entity/ImportEntityInterface.php \Drupal\content_synchronizer\Entity\ImportEntityInterface::setName()
- 3.x src/Entity/ImportEntityInterface.php \Drupal\content_synchronizer\Entity\ImportEntityInterface::setName()
Sets the Import name.
Parameters
string $name: The Import name.
Return value
\Drupal\content_synchronizer\Entity\ImportEntityInterface The called Import entity.
1 method overrides ImportEntityInterface::setName()
- ImportEntity::setName in src/
Entity/ ImportEntity.php - Sets the Import name.
File
- src/
Entity/ ImportEntityInterface.php, line 35
Class
- ImportEntityInterface
- Provides an interface for defining Import entities.
Namespace
Drupal\content_synchronizer\EntityCode
public function setName($name);