protected ConfigImporter::checkOp($collection, $op, $name)
Checks that the operation is still valid.
During a configuration import secondary writes and deletes are possible. This method checks that the operation is still valid before processing a configuration change.
Parameters
string $collection: The configuration collection.
string $op: The change operation.
string $name: The name of the configuration to process.
Return value
bool TRUE is to continue processing, FALSE otherwise.
Throws
\D