diff --git c/core/modules/book/book.pages.inc w/core/modules/book/book.pages.inc index 3462906..5e7b4de 100644 --- c/core/modules/book/book.pages.inc +++ w/core/modules/book/book.pages.inc @@ -31,7 +31,7 @@ function book_remove_button_submit($form, &$form_state) { * @see book_menu() * @ingroup forms * - * @depracated Use \Drupal\book\Form\BookForm::remove() + * @deprecated Use \Drupal\book\Form\BookForm::remove() */ function book_remove_form($form, &$form_state, EntityInterface $node) { $form['#node'] = $node; diff --git c/core/modules/content_translation/content_translation.pages.inc w/core/modules/content_translation/content_translation.pages.inc index 3ead3e1..6d4c202 100644 --- c/core/modules/content_translation/content_translation.pages.inc +++ w/core/modules/content_translation/content_translation.pages.inc @@ -243,7 +243,7 @@ function content_translation_prepare_translation(EntityInterface $entity, Langua /** * Form constructor for the translation deletion confirmation. * - * @depracated Use \Drupal\content_translation\Form\ContentTranslationForm::deleteTranslation() + * @deprecated Use \Drupal\content_translation\Form\ContentTranslationForm::deleteTranslation() */ function content_translation_delete_confirm(array $form, array $form_state, EntityInterface $entity, Language $language) { $langcode = $language->id; diff --git c/core/modules/language/language.admin.inc w/core/modules/language/language.admin.inc index ef9a93f..33f8ead 100644 --- c/core/modules/language/language.admin.inc +++ w/core/modules/language/language.admin.inc @@ -27,7 +27,7 @@ function language_admin_predefined_list() { /** * Builds the configuration form for language negotiation. * - * @depracated Use \Drupal\language\Form\LanguageForm::negotiation() + * @deprecated Use \Drupal\language\Form\LanguageForm::negotiation() */ function language_negotiation_configure_form() { language_negotiation_include(); diff --git c/core/modules/locale/locale.bulk.inc w/core/modules/locale/locale.bulk.inc index 082656f..8a7d547 100644 --- c/core/modules/locale/locale.bulk.inc +++ w/core/modules/locale/locale.bulk.inc @@ -18,7 +18,7 @@ * @see locale_translate_import_form_submit() * @ingroup forms * - * @depracated Use \Drupal\locale\Form\LocaleForm::import() + * @deprecated Use \Drupal\locale\Form\LocaleForm::import() */ function locale_translate_import_form($form, &$form_state) { drupal_static_reset('language_list'); @@ -147,7 +147,7 @@ function locale_translate_import_form_submit($form, &$form_state) { * @see locale_translate_export_form_submit() * @ingroup forms * - * @depracated Use \Drupal\locale\Form\LocaleForm::export() + * @deprecated Use \Drupal\locale\Form\LocaleForm::export() */ function locale_translate_export_form($form, &$form_state) { $languages = language_list(); diff --git c/core/modules/locale/locale.pages.inc w/core/modules/locale/locale.pages.inc index f3cea89..3876e8d 100644 --- c/core/modules/locale/locale.pages.inc +++ w/core/modules/locale/locale.pages.inc @@ -41,7 +41,7 @@ function locale_translation_manual_status() { * * @see locale_menu() * - * @depracated Use \Drupal\locale\Form\LocaleForm::status() + * @deprecated Use \Drupal\locale\Form\LocaleForm::status() */ function locale_translation_status_form($form, &$form_state) { module_load_include('translation.inc', 'locale'); diff --git c/core/modules/shortcut/shortcut.admin.inc w/core/modules/shortcut/shortcut.admin.inc index f24f5db..2d6b49d 100644 --- c/core/modules/shortcut/shortcut.admin.inc +++ w/core/modules/shortcut/shortcut.admin.inc @@ -26,7 +26,7 @@ * @see shortcut_set_switch_validate() * @see shortcut_set_switch_submit() * - * @depracated Use \Drupal\shortcut\Form\ShortcutForm::overview() + * @deprecated Use \Drupal\shortcut\Form\ShortcutForm::overview() */ function shortcut_set_switch($form, &$form_state, $account = NULL) { $user = \Drupal::currentUser(); @@ -191,7 +191,7 @@ function shortcut_set_switch_submit($form, &$form_state) { * @see shortcut_link_edit_validate() * @see shortcut_link_add_submit() * - * @depracated Use \Drupal\shortcut\Form\ShortcutForm::add() + * @deprecated Use \Drupal\shortcut\Form\ShortcutForm::add() */ function shortcut_link_add($form, &$form_state, $shortcut_set) { drupal_set_title(t('Add new shortcut')); @@ -220,7 +220,7 @@ function shortcut_link_add($form, &$form_state, $shortcut_set) { * @see shortcut_link_edit_validate() * @see shortcut_link_edit_submit() * - * @depracated Use \Drupal\shortcut\Form\ShortcutForm::edit() + * @deprecated Use \Drupal\shortcut\Form\ShortcutForm::edit() */ function shortcut_link_edit($form, &$form_state, $shortcut_link) { drupal_set_title(t('Editing @shortcut', array('@shortcut' => $shortcut_link['link_title']))); diff --git c/core/modules/system/system.admin.inc w/core/modules/system/system.admin.inc index 6309812..d6df2bc 100644 --- c/core/modules/system/system.admin.inc +++ w/core/modules/system/system.admin.inc @@ -733,7 +733,7 @@ function theme_system_themes_page($variables) { * @see system_date_format_localize_form_submit() * @ingroup forms * - * @depracated Use \Drupal\system\Form\SystemForm::localizeDateFormat() + * @deprecated Use \Drupal\system\Form\SystemForm::localizeDateFormat() */ function system_date_format_localize_form($form, &$form_state, $langcode) { // Display the current language name. diff --git c/core/modules/update/update.manager.inc w/core/modules/update/update.manager.inc index 21bc568..6063dfc 100644 --- c/core/modules/update/update.manager.inc +++ w/core/modules/update/update.manager.inc @@ -63,7 +63,7 @@ * @see update_menu() * @ingroup forms * - * @depracated Use \Drupal\update\Form\UpdateForm::reportUpdate(), + * @deprecated Use \Drupal\update\Form\UpdateForm::reportUpdate(), * \Drupal\update\Form\UpdateForm::moduleUpdate(), or * \Drupal\update\Form\UpdateForm::moduleUpdate() */ @@ -512,7 +512,7 @@ function update_manager_update_ready_form_submit($form, &$form_state) { * @see update_menu() * @ingroup forms * - * @depracated Use \Drupal\update\Form\UpdateForm::reportInstall(), + * @deprecated Use \Drupal\update\Form\UpdateForm::reportInstall(), * \Drupal\update\Form\UpdateForm::moduleInstall(), or * \Drupal\update\Form\UpdateForm::moduleInstall() */ diff --git c/core/modules/user/user.pages.inc w/core/modules/user/user.pages.inc index df70051..6f47b83 100644 --- c/core/modules/user/user.pages.inc +++ w/core/modules/user/user.pages.inc @@ -14,7 +14,7 @@ /** * Menu callback; process one time login link and redirects to the user page on success. * - * @depracated Use \Drupal\user\Form\UserForm::resetPass() + * @deprecated Use \Drupal\user\Form\UserForm::resetPass() */ function user_pass_reset($form, &$form_state, $uid, $timestamp, $hashed_pass, $action = NULL) { global $user;