public function ContentLockViewsHandlerFieldLocked::query in Content locking (anti-concurrent editing) 7.2
Same name and namespace in other branches
- 7.3 views/ContentLockViewsHandlerFieldLocked.inc \ContentLockViewsHandlerFieldLocked::query()
Query.
Overrides views_handler_field::query
File
- views/
ContentLockViewsHandlerFieldLocked.inc, line 23 - Handler to identify if node is locked or not.
Class
- ContentLockViewsHandlerFieldLocked
- Class ContentLockViewsHandlerFieldLocked.
Code
public function query() {
$this
->ensure_my_table();
$this
->add_additional_fields();
}