Issue #1882310 by damiankloip: remove displayObjects() method from ViewExecutable.
parent
23c0393a17
commit
0d55d1a660
|
@ -437,14 +437,6 @@ class ViewExecutable {
|
||||||
$this->storage->save();
|
$this->storage->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns a list of the sub-object types used by this view. These types are
|
|
||||||
* stored on the display, and are used in the build process.
|
|
||||||
*/
|
|
||||||
public function displayObjects() {
|
|
||||||
return array('argument', 'field', 'sort', 'filter', 'relationship', 'header', 'footer', 'empty');
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the arguments that come to this view. Usually from the URL
|
* Set the arguments that come to this view. Usually from the URL
|
||||||
* but possibly from elsewhere.
|
* but possibly from elsewhere.
|
||||||
|
|
Loading…
Reference in New Issue