Issue #1882310 by damiankloip: remove displayObjects() method from ViewExecutable.

8.0.x
Dries 2013-01-09 16:14:11 -05:00
parent 23c0393a17
commit 0d55d1a660
1 changed files with 0 additions and 8 deletions

View File

@ -437,14 +437,6 @@ class ViewExecutable {
$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
* but possibly from elsewhere.