You are here

public function ExportEntityInterface::setName in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setName()
  2. 3.x src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setName()

Sets the Export entity name.

Parameters

string $name: The Export entity name.

Return value

\Drupal\content_synchronizer\Entity\ExportEntityInterface The called Export entity entity.

1 method overrides ExportEntityInterface::setName()
ExportEntity::setName in src/Entity/ExportEntity.php
Sets the Export entity name.

File

src/Entity/ExportEntityInterface.php, line 35

Class

ExportEntityInterface
Provides an interface for defining Export entity entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function setName($name);