Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::getQualifiedMapTableName()
  2. 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::getQualifiedMapTableName()

Gets the qualified map table.

@todo Remove this as this is SQL only and so doesn't belong to the interface.

2 methods override MigrateIdMapInterface::getQualifiedMapTableName()
NullIdMap::getQualifiedMapTableName in core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
Gets the qualified map table.
Sql::getQualifiedMapTableName in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Get the fully qualified map table name.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 293

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function getQualifiedMapTableName();