public function SpreadsheetIteratorInterface::getKeys in Migrate Spreadsheet 8
Same name and namespace in other branches
- 2.0.x src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::getKeys()
Gets the list of columns that are composing the primary key.
Return value
string[] A list of column names.
Throws
\InvalidArgumentException If a key passed in 'keys' does not exist in the header.
1 method overrides SpreadsheetIteratorInterface::getKeys()
- SpreadsheetIterator::getKeys in src/
SpreadsheetIterator.php - Gets the list of columns that are composing the primary key.
File
- src/
SpreadsheetIteratorInterface.php, line 86
Class
- SpreadsheetIteratorInterface
- Provides an interface for spreadsheet iterators.
Namespace
Drupal\migrate_spreadsheetCode
public function getKeys();