You are here

public function ContentLockViewsHandlerFieldLocked::construct in Content locking (anti-concurrent editing) 7.2

Same name and namespace in other branches
  1. 7.3 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';
}