public function ContentLockViewsHandlerFieldLocked::construct in Content locking (anti-concurrent editing) 7.3
Same name and namespace in other branches
- 7.2 views/ContentLockViewsHandlerFieldLocked.inc \ContentLockViewsHandlerFieldLocked::construct()
Init.
Overrides views_handler_field::construct
File
- views/
ContentLockViewsHandlerFieldLocked.inc, line 15 - Handler to identify if node is locked or not.
Class
- ContentLockViewsHandlerFieldLocked
- Class ContentLockViewsHandlerFieldLocked.
Code
public function construct() {
parent::construct();
$this->additional_fields['timestamp'] = 'timestamp';
}