function ThemeSettings::getIds
Overrides VariableMultiRow::getIds
File
- 
              core/
modules/ system/ src/ Plugin/ migrate/ source/ d7/ ThemeSettings.php, line 45  
Class
- ThemeSettings
 - Drupal 7 theme settings source from database.
 
Namespace
Drupal\system\Plugin\migrate\source\d7Code
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.