function quickedit_preprocess_page_title

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!quickedit!quickedit.module/function/quickedit_preprocess_page_title/8.1.x