Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
  • dbca2fc0
    Issue #3251835 by beatrizrodrigues, joachim, mikelutz, quietone: Fix incorrect... · dbca2fc0
    Alex Pott authored
    Issue #3251835 by beatrizrodrigues, joachim, mikelutz, quietone: Fix incorrect @return docs and description for Row::getSource()
    
    (cherry picked from commit 2a68e8f2)
@@ -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