1 base.inc | views_object::set_definition($definition) |
Let the handler know what its full definition is.
File
- core/
modules/ views/ includes/ base.inc, line 177 - Provides the basic object definitions used by plugins and handlers.
Class
Code
function set_definition($definition) {
$this->definition = $definition;
if (isset($definition['field'])) {
$this->real_field = $definition['field'];
}
}