You are here

public function ChangesInterface::getNormal in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Changes/ChangesInterface.php \Drupal\replication\Changes\ChangesInterface::getNormal()

Return the changes in a 'normal' way.

1 method overrides ChangesInterface::getNormal()
Changes::getNormal in src/Changes/Changes.php
Return the changes in a 'normal' way.

File

src/Changes/ChangesInterface.php, line 74

Class

ChangesInterface
Define and build a changeset for a Workspace.

Namespace

Drupal\replication\Changes

Code

public function getNormal();