diff --git a/core/modules/migrate/src/Entity/Migration.php b/core/modules/migrate/src/Entity/Migration.php index 7c0586b..24f0fbe 100644 --- a/core/modules/migrate/src/Entity/Migration.php +++ b/core/modules/migrate/src/Entity/Migration.php @@ -296,7 +296,7 @@ public function getProcessPlugins(array $process = NULL) { } /** - * Resolve shorthands into a list of plugin configurations. + * Resolves shorthands into a list of plugin configurations. * * @param array $process * A process configuration array. @@ -347,7 +347,7 @@ public function getIdMap() { } /** - * Get the high water storage object. + * Gets the high water storage object. * * @return \Drupal\Core\KeyValueStore\KeyValueStoreInterface * The storage object. @@ -402,7 +402,7 @@ public function checkRequirements() { } /** - * Get the entity manager. + * Gets the entity manager. * * @return \Drupal\Core\Entity\EntityManagerInterface * The entity manager.