function content_lock_views_api in Content locking (anti-concurrent editing) 6
Same name and namespace in other branches
- 6.2 content_lock.module \content_lock_views_api()
- 7.3 content_lock.module \content_lock_views_api()
- 7 content_lock.module \content_lock_views_api()
- 7.2 content_lock.module \content_lock_views_api()
File
- ./
content_lock.module, line 628 - Allows users to lock documents for modification.
Code
function content_lock_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'content_lock') . '/views',
);
}