public function SpreadsheetIteratorInterface::clearCache in Migrate Spreadsheet 8
Same name and namespace in other branches
- 2.0.x 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 136
Class
- SpreadsheetIteratorInterface
- Provides an interface for spreadsheet iterators.
Namespace
Drupal\migrate_spreadsheetCode
public function clearCache();