Creates the create changelist.
\Drupal\Core\Config\StorageComparerInterface An object which implements the StorageComparerInterface.
Overrides StorageComparerInterface::addChangelistCreate
public function addChangelistCreate() {
return $this
->addChangeList('create', array_diff($this
->getSourceNames(), $this
->getTargetNames()));
}