public function ImporterInterface::isImporting in Tome 8
Gets or sets importing state.
Parameters
bool $importing: The importing state to set.
Return value
bool Returns TRUE if importing, FALSE otherwise.
1 method overrides ImporterInterface::isImporting()
- Importer::isImporting in modules/
tome_sync/ src/ Importer.php - Gets or sets importing state.
File
- modules/
tome_sync/ src/ ImporterInterface.php, line 47
Class
- ImporterInterface
- Provides an interface for the importer.
Namespace
Drupal\tome_syncCode
public function isImporting($importing = NULL);