public function ChangesInterface::getNormal in Replication 8
Same name and namespace in other branches
- 8.2 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 92
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function getNormal();