Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Sql.php

function Sql::mapTableName

The name of the database map table.

Return value

string The map table name.

9 calls to Sql::mapTableName()
Sql::countHelper in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Counts records in a table.
Sql::delete in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Deletes the map and message entries for a given source record.
Sql::deleteDestination in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Deletes the map and message table entries for a given destination row.
Sql::destroy in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Removes any persistent storage used by this map.
Sql::getHighestId in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Returns the highest ID tracked by the implementing plugin.

... See full list

File

core/modules/migrate/src/Plugin/migrate/id_map/Sql.php, line 276

Class

Sql
Defines the sql based ID map implementation.

Namespace

Drupal\migrate\Plugin\migrate\id_map

Code

public function mapTableName() {
    return $this->mapTableName;
}
RSS feed
Powered by Drupal