Overrides MigrateSourceInterface::fields
public function fields() { $fields = [ 'isid' => $this->t('The primary identifier for an image style.'), 'name' => $this->t('The style machine name.'), 'label' => $this->t('The style administrative name.'), ]; return $fields; }