You are here

public function ExportEntityInterface::getName in Content Synchronizer 3.x

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

Gets the Export entity name.

Return value

string Name of the Export entity.

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

File

src/Entity/ExportEntityInterface.php, line 22

Class

ExportEntityInterface
Provides an interface for defining Export entity entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function getName();