Removed db_table property from ViewStorage.

8.0.x
damiankloip 2012-08-27 10:10:32 +02:00 committed by Tim Plunkett
parent 5799c9fa35
commit 72c5850596
1 changed files with 0 additions and 5 deletions

View File

@ -22,11 +22,6 @@ class ViewStorage extends ConfigurableBase {
return $this->name;
}
/**
* @var string
*/
public $db_table;
/**
* Add a new display handler to the view, automatically creating an id.
*