diff --git a/core/modules/aggregator/aggregator.module b/core/modules/aggregator/aggregator.module index d4adae4edd..cf32734a30 100644 --- a/core/modules/aggregator/aggregator.module +++ b/core/modules/aggregator/aggregator.module @@ -11,7 +11,7 @@ /** * Denotes that a feed's items should never expire. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\aggregator\FeedStorageInterface::CLEAR_NEVER instead. */ const AGGREGATOR_CLEAR_NEVER = 0; diff --git a/core/modules/comment/comment.module b/core/modules/comment/comment.module index 33af00ae88..ae8131559d 100644 --- a/core/modules/comment/comment.module +++ b/core/modules/comment/comment.module @@ -29,7 +29,7 @@ /** * Anonymous posters cannot enter their contact information. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\comment\CommentInterface::ANONYMOUS_MAYNOT_CONTACT instead. */ const COMMENT_ANONYMOUS_MAYNOT_CONTACT = 0; @@ -37,7 +37,7 @@ /** * Anonymous posters may leave their contact information. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\comment\CommentInterface::ANONYMOUS_MAY_CONTACT instead. */ const COMMENT_ANONYMOUS_MAY_CONTACT = 1; @@ -45,7 +45,7 @@ /** * Anonymous posters are required to leave their contact information. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\comment\CommentInterface::ANONYMOUS_MUST_CONTACT instead. */ const COMMENT_ANONYMOUS_MUST_CONTACT = 2; diff --git a/core/modules/menu_ui/menu_ui.module b/core/modules/menu_ui/menu_ui.module index bbd8669e29..52e438d0e0 100644 --- a/core/modules/menu_ui/menu_ui.module +++ b/core/modules/menu_ui/menu_ui.module @@ -26,7 +26,7 @@ * * Database length is 32 and we add a menu- prefix. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\Core\Menu\MenuLinkManagerInterface::MAX_MENU_NAME_LENGTH_UI * instead. */ diff --git a/core/modules/responsive_image/responsive_image.module b/core/modules/responsive_image/responsive_image.module index 927c6106d9..3beac056e1 100644 --- a/core/modules/responsive_image/responsive_image.module +++ b/core/modules/responsive_image/responsive_image.module @@ -17,7 +17,7 @@ /** * The machine name for the empty image breakpoint image style option. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\responsive_image\ResponsiveImageStyleInterface::EMPTY_IMAGE * and \Drupal\responsive_image\ResponsiveImageStyleInterface::ORIGINAL_IMAGE * instead. diff --git a/core/modules/system/system.module b/core/modules/system/system.module index 473bdfabf4..024239032a 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -31,7 +31,7 @@ /** * New users will be set to the default time zone at registration. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\user\UserInterface::TIMEZONE_DEFAULT instead. */ const DRUPAL_USER_TIMEZONE_DEFAULT = 0; @@ -39,7 +39,7 @@ /** * New users will get an empty time zone at registration. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\user\UserInterface::TIMEZONE_EMPTY instead. */ const DRUPAL_USER_TIMEZONE_EMPTY = 1; @@ -47,7 +47,7 @@ /** * New users will select their own timezone at registration. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\user\UserInterface::TIMEZONE_SELECT instead. */ const DRUPAL_USER_TIMEZONE_SELECT = 2; @@ -55,7 +55,7 @@ /** * Disabled option on forms and settings. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\Core\Form\FormInterface::DISABLED instead. */ const DRUPAL_DISABLED = 0; @@ -63,7 +63,7 @@ /** * Optional option on forms and settings. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\Core\Form\FormInterface::OPTIONAL instead. */ const DRUPAL_OPTIONAL = 1; @@ -71,7 +71,7 @@ /** * Required option on forms and settings. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\Core\Form\FormInterface::REQUIRED instead. */ const DRUPAL_REQUIRED = 2; @@ -79,7 +79,7 @@ /** * Return only visible regions. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\block\BlockRepositoryInterface::REGIONS_VISIBLE instead. * * @see system_region_list() @@ -89,7 +89,7 @@ /** * Return all regions. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\block\BlockRepositoryInterface::REGIONS_ALL instead. * * @see system_region_list() diff --git a/core/modules/update/update.module b/core/modules/update/update.module index f280e019ca..30c01b70aa 100644 --- a/core/modules/update/update.module +++ b/core/modules/update/update.module @@ -23,7 +23,7 @@ /** * Project is missing security update(s). * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateManagerInterface::NOT_SECURE instead. */ const UPDATE_NOT_SECURE = 1; @@ -31,7 +31,7 @@ /** * Current release has been unpublished and is no longer available. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateManagerInterface::REVOKED instead. */ const UPDATE_REVOKED = 2; @@ -39,7 +39,7 @@ /** * Current release is no longer supported by the project maintainer. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateManagerInterface::NOT_SUPPORTED instead. */ const UPDATE_NOT_SUPPORTED = 3; @@ -47,7 +47,7 @@ /** * Project has a new release available, but it is not a security release. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateManagerInterface::NOT_CURRENT instead. */ const UPDATE_NOT_CURRENT = 4; @@ -55,7 +55,7 @@ /** * Project is up to date. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateManagerInterface::CURRENT instead. */ const UPDATE_CURRENT = 5; @@ -63,7 +63,7 @@ /** * Project's status cannot be checked. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateFetcherInterface::NOT_CHECKED instead. */ const UPDATE_NOT_CHECKED = -1; @@ -71,7 +71,7 @@ /** * No available update data was found for project. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateFetcherInterface::UNKNOWN instead. */ const UPDATE_UNKNOWN = -2; @@ -79,7 +79,7 @@ /** * There was a failure fetching available update data for this project. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateFetcherInterface::NOT_FETCHED instead. */ const UPDATE_NOT_FETCHED = -3; @@ -87,7 +87,7 @@ /** * We need to (re)fetch available update data for this project. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\update\UpdateFetcherInterface::FETCH_PENDING instead. */ const UPDATE_FETCH_PENDING = -4; diff --git a/core/modules/user/user.module b/core/modules/user/user.module index 969ef89c97..00205a6249 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -29,7 +29,7 @@ * * Keep this under 191 characters so we can use a unique constraint in MySQL. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\user\UserInterface::USERNAME_MAX_LENGTH instead. */ const USERNAME_MAX_LENGTH = 60; @@ -37,7 +37,7 @@ /** * Only administrators can create user accounts. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\user\UserInterface::REGISTER_ADMINISTRATORS_ONLY instead. */ const USER_REGISTER_ADMINISTRATORS_ONLY = 'admin_only'; @@ -45,7 +45,7 @@ /** * Visitors can create their own accounts. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\user\UserInterface::REGISTER_VISITORS instead. */ const USER_REGISTER_VISITORS = 'visitors'; @@ -54,7 +54,7 @@ * Visitors can create accounts, but they don't become active without * administrative approval. * - * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. + * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\user\UserInterface::REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL * instead. */