You are here

public function ImportEntityInterface::getName in Content Synchronizer 8

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

Class

ImportEntityInterface
Provides an interface for defining Import entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function getName();