Loading core/modules/migrate/src/Row.php +3 −2 Original line number Diff line number Diff line Loading @@ -157,10 +157,11 @@ public function getSourceProperty($property) { } /** * Returns the whole source array. * Retrieves all source properties. * * @return array * An array of source plugins. * An array containing all source property values, keyed by the property * name. */ public function getSource() { return $this->source; Loading Loading
core/modules/migrate/src/Row.php +3 −2 Original line number Diff line number Diff line Loading @@ -157,10 +157,11 @@ public function getSourceProperty($property) { } /** * Returns the whole source array. * Retrieves all source properties. * * @return array * An array of source plugins. * An array containing all source property values, keyed by the property * name. */ public function getSource() { return $this->source; Loading