quickedit_preprocess_page_title(&$variables)
Implements hook_preprocess_HOOK() for the page title template.
File
- core/modules/quickedit/quickedit.module, line 119
- Provides in-place content editing functionality for fields.
Code
function quickedit_preprocess_page_title(&$variables) { $variables['title_attributes']['class'][] = 'js-quickedit-page-title'; }
Please login to continue.