You are here

function quickedit_preprocess_page_title in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/quickedit/quickedit.module \quickedit_preprocess_page_title()

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';
}