function Color::getIds

Same name in other branches
  1. 9 core/modules/color/src/Plugin/migrate/destination/Color.php \Drupal\color\Plugin\migrate\destination\Color::getIds()

Overrides MigrateDestinationInterface::getIds

File

core/modules/color/src/Plugin/migrate/destination/Color.php, line 78

Class

Color
Persist color data to the config system.

Namespace

Drupal\color\Plugin\migrate\destination

Code

public function getIds() {
    $ids['name']['type'] = 'string';
    return $ids;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.