1 base.inc views_object::construct()

Views handlers use a special construct function so that we can more easily construct them with variable arguments.

File

core/modules/views/includes/base.inc, line 55
Provides the basic object definitions used by plugins and handlers.

Class

views_object

Code

function construct() {
  $this->set_default_options();
}