Gets the list of differences to import.
Parameters
string $op:
(optional) A change operation. Either delete, create or update. If
supplied the returned list will be limited to this operation.
Return value
array
An array of config changes that are yet to be imported.
File
- drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 49
- Contains \Drupal\Core\Config\StorageComparerInterface.
Class
- StorageComparerInterface
- Defines an interface for comparison of configuration storage objects.
Namespace
Drupal\Core\Config
Code
public function getChangelist($op = NULL);