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