public function SpreadsheetIteratorInterface::clearCache in Migrate Spreadsheet 2.0.x
Same name and namespace in other branches
- 8 src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::clearCache()
Clears the iterator internal, static cache.
1 method overrides SpreadsheetIteratorInterface::clearCache()
- SpreadsheetIterator::clearCache in src/
SpreadsheetIterator.php - Clears the iterator internal, static cache.
File
- src/
SpreadsheetIteratorInterface.php, line 140
Class
- SpreadsheetIteratorInterface
- Provides an interface for spreadsheet iterators.
Namespace
Drupal\migrate_spreadsheetCode
public function clearCache() : void;