constant Recipe61::CHANGED_UNITS in Recipe 8.2
Unit names that changed when the Drupal 7 version was introduced.
File
- src/
Plugin/ migrate/ source/ recipe61/ Recipe61.php, line 24
Class
- Recipe61
- Drupal 6 recipe source from database.
Namespace
Drupal\recipe\Plugin\migrate\source\recipe61Code
const CHANGED_UNITS = [
'pint' => 'us liquid pint',
'quart' => 'us liquid quart',
'gallon' => 'us gallon',
'tablespoon (metric)' => 'tablespoon',
'metric tablespoon' => 'tablespoon',
'teaspoon (metric)' => 'teaspoon',
'metric teaspoon' => 'teaspoon',
'millilitre' => 'milliliter',
'centilitre' => 'centiliter',
'decilitre' => 'decilitre',
'litre' => 'liter',
];