function ImageCachePreset::getIds
Same name in other branches
- 9 core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php \Drupal\image\Plugin\migrate\source\d6\ImageCachePreset::getIds()
- 8.9.x core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php \Drupal\image\Plugin\migrate\source\d6\ImageCachePreset::getIds()
- 10 core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php \Drupal\image\Plugin\migrate\source\d6\ImageCachePreset::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ image/ src/ Plugin/ migrate/ source/ d6/ ImageCachePreset.php, line 48
Class
- ImageCachePreset
- Drupal 6 imagecache presets source from database.
Namespace
Drupal\image\Plugin\migrate\source\d6Code
public function getIds() {
$ids['presetid']['type'] = 'integer';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.