You are here

public function ImportEntityInterface::setName in Content Synchronizer 8.2

Same name and namespace in other branches
  1. 8 src/Entity/ImportEntityInterface.php \Drupal\content_synchronizer\Entity\ImportEntityInterface::setName()
  2. 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\Entity

Code

public function setName($name);