diff -u b/core/modules/node/node.module b/core/modules/node/node.module --- b/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -35,7 +35,7 @@ /** * Denotes that the node is not published. * - * @deprecated Scheduled for removal in Drupal 9.0.x. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\node\NodeInterface::NOT_PUBLISHED instead. * * @see https://www.drupal.org/node/2316145 @@ -45,7 +45,7 @@ /** * Denotes that the node is published. * - * @deprecated Scheduled for removal in Drupal 9.0.x. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\node\NodeInterface::PUBLISHED instead. * * @see https://www.drupal.org/node/2316145 @@ -55,7 +55,7 @@ /** * Denotes that the node is not promoted to the front page. * - * @deprecated Scheduled for removal in Drupal 9.0.x. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\node\NodeInterface::NOT_PROMOTED instead. * * @see https://www.drupal.org/node/2316145 @@ -65,7 +65,7 @@ /** * Denotes that the node is promoted to the front page. * - * @deprecated Scheduled for removal in Drupal 9.0.x. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\node\NodeInterface::PROMOTED instead. * * @see https://www.drupal.org/node/2316145 @@ -75,7 +75,7 @@ /** * Denotes that the node is not sticky at the top of the page. * - * @deprecated Scheduled for removal in Drupal 9.0.x. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\node\NodeInterface::NOT_STICKY instead. * * @see https://www.drupal.org/node/2316145 @@ -85,7 +85,7 @@ /** * Denotes that the node is sticky at the top of the page. * - * @deprecated Scheduled for removal in Drupal 9.0.x. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\node\NodeInterface::STICKY instead. * * @see https://www.drupal.org/node/2316145 diff -u b/core/modules/block/src/BlockInterface.php b/core/modules/block/src/BlockInterface.php --- b/core/modules/block/src/BlockInterface.php +++ b/core/modules/block/src/BlockInterface.php @@ -23,7 +23,7 @@ /** * Denotes that a block is not enabled in any region and should not be shown. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. */ const BLOCK_REGION_NONE = -1; only in patch2: unchanged: --- a/core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php +++ b/core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php @@ -9,7 +9,7 @@ /** * Base test class for views plugin unit tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead. */ abstract class PluginKernelTestBase extends ViewKernelTestBase { only in patch2: unchanged: --- a/core/modules/user/src/Tests/UserResetEmailTestTrait.php +++ b/core/modules/user/src/Tests/UserResetEmailTestTrait.php @@ -9,7 +9,7 @@ /** * Helper function for logging in from reset password email. * - * @deprecated Scheduled for removal before Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Add the method to the test class instead. * * @see https://www.drupal.org/node/2999766 only in patch2: unchanged: --- a/core/modules/update/src/Tests/UpdateTestBase.php +++ b/core/modules/update/src/Tests/UpdateTestBase.php @@ -26,7 +26,7 @@ * assertions that the report matches our expectations given the specific * initial state and availability scenario. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\update\Functional\UpdateTestBase instead. */ abstract class UpdateTestBase extends WebTestBase { only in patch2: unchanged: --- a/core/modules/tracker/src/Tests/Views/TrackerTestBase.php +++ b/core/modules/tracker/src/Tests/Views/TrackerTestBase.php @@ -13,7 +13,7 @@ /** * Base class for all tracker tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\tracker\Functional\Views\TrackerTestBase instead. */ abstract class TrackerTestBase extends ViewTestBase { only in patch2: unchanged: --- a/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php +++ b/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php @@ -11,7 +11,7 @@ /** * Provides common helper methods for Taxonomy module tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\taxonomy\Functional\TaxonomyTestBase instead. */ abstract class TaxonomyTestBase extends WebTestBase { only in patch2: unchanged: --- a/core/modules/taxonomy/src/TermInterface.php +++ b/core/modules/taxonomy/src/TermInterface.php @@ -90,7 +90,7 @@ * @return string * The vocabulary ID. * - * @deprecated Scheduled for removal before Drupal 9.0.0. Use + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. Use * TermInterface::bundle() instead. */ public function getVocabularyId(); only in patch2: unchanged: --- a/core/modules/system/src/Tests/Module/ModuleTestBase.php +++ b/core/modules/system/src/Tests/Module/ModuleTestBase.php @@ -14,7 +14,7 @@ /** * Helper class for module test cases. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\system\Functional\Module\ModuleTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/system/src/Tests/Menu/MenuTestBase.php +++ b/core/modules/system/src/Tests/Menu/MenuTestBase.php @@ -9,7 +9,7 @@ /** * Base class for Menu tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\BrowserTestBase instead. */ abstract class MenuTestBase extends WebTestBase { only in patch2: unchanged: --- a/core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php +++ b/core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php @@ -10,7 +10,7 @@ /** * Provides test assertions for verifying the active menu trail. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\system\Functional\Menu\AssertMenuActiveTrailTrait instead. */ trait AssertMenuActiveTrailTrait { only in patch2: unchanged: --- a/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php +++ b/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php @@ -11,7 +11,7 @@ /** * Provides test assertions for verifying breadcrumbs. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\system\Functional\Menu\AssertBreadcrumbTrait instead. */ trait AssertBreadcrumbTrait { only in patch2: unchanged: --- a/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php +++ b/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php @@ -19,7 +19,7 @@ /** * Provides helper methods for Entity cache tags tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\system\Functional\Entity\EntityCacheTagsTestBase instead. * * @see https://www.drupal.org/node/2946549 only in patch2: unchanged: --- a/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php +++ b/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php @@ -11,7 +11,7 @@ /** * Provides helper methods for page cache tags tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\system\Functional\Cache\PageCacheTagsTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/system/src/Tests/Cache/CacheTestBase.php +++ b/core/modules/system/src/Tests/Cache/CacheTestBase.php @@ -9,7 +9,7 @@ /** * Provides helper methods for cache tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\system\Functional\Cache\CacheTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php +++ b/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php @@ -10,7 +10,7 @@ * * Can be used by test classes that extend \Drupal\simpletest\WebTestBase. * - * @deprecated Scheduled for removal in Drupal 9.0.0. Use + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. Use * \Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait * instead. * only in patch2: unchanged: --- a/core/modules/statistics/src/Tests/StatisticsTestBase.php +++ b/core/modules/statistics/src/Tests/StatisticsTestBase.php @@ -9,7 +9,7 @@ /** * Defines a base class for testing the Statistics module. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\statistics\Functional\StatisticsTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/serialization/src/Tests/NormalizerTestBase.php +++ b/core/modules/serialization/src/Tests/NormalizerTestBase.php @@ -9,7 +9,7 @@ /** * Helper base class to set up some test fields for serialization testing. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\serialization\Kernel\NormalizerTestBase instead. */ abstract class NormalizerTestBase extends SerializationNormalizerTestBase {} only in patch2: unchanged: --- a/core/modules/search/src/Tests/SearchTestBase.php +++ b/core/modules/search/src/Tests/SearchTestBase.php @@ -10,7 +10,7 @@ /** * Defines the common search test code. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\search\Functional\SearchTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/path/src/Tests/PathTestBase.php +++ b/core/modules/path/src/Tests/PathTestBase.php @@ -9,7 +9,7 @@ /** * Provides a base class for testing the Path module. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\path\Functional\PathTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/node/src/Tests/Views/NodeTestBase.php +++ b/core/modules/node/src/Tests/Views/NodeTestBase.php @@ -10,7 +10,7 @@ /** * Base class for all node tests. * - * @deprecated Scheduled for removal before Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\node\Functional\Views\NodeTestBase instead. */ abstract class NodeTestBase extends ViewTestBase { only in patch2: unchanged: --- a/core/modules/node/src/Tests/NodeTestBase.php +++ b/core/modules/node/src/Tests/NodeTestBase.php @@ -12,7 +12,7 @@ /** * Sets up page and article content types. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\node\Functional\NodeTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/node/src/Tests/AssertButtonsTrait.php +++ b/core/modules/node/src/Tests/AssertButtonsTrait.php @@ -7,7 +7,7 @@ /** * Asserts that buttons are present on a page. * - * @deprecated Scheduled for removal before Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\node\Functional\AssertButtonsTrait instead. */ trait AssertButtonsTrait { only in patch2: unchanged: --- a/core/modules/image/src/Tests/ImageFieldTestBase.php +++ b/core/modules/image/src/Tests/ImageFieldTestBase.php @@ -24,7 +24,7 @@ /** * This class provides methods specifically for testing Image's field handling. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\image\Functional\ImageFieldTestBase instead. */ abstract class ImageFieldTestBase extends WebTestBase { only in patch2: unchanged: --- a/core/modules/file/src/Tests/FileManagedTestBase.php +++ b/core/modules/file/src/Tests/FileManagedTestBase.php @@ -13,7 +13,7 @@ * Base class for file tests that use the file_test module to test uploads and * hooks. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\file\Functional\FileManagedTestBase instead. */ abstract class FileManagedTestBase extends WebTestBase { only in patch2: unchanged: --- a/core/modules/file/src/Tests/FileFieldTestBase.php +++ b/core/modules/file/src/Tests/FileFieldTestBase.php @@ -14,7 +14,7 @@ /** * Provides methods specifically for testing File module's field handling. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\file\Functional\FileFieldTestBase instead. */ abstract class FileFieldTestBase extends WebTestBase { only in patch2: unchanged: --- a/core/modules/field/src/Tests/FieldTestBase.php +++ b/core/modules/field/src/Tests/FieldTestBase.php @@ -12,7 +12,7 @@ /** * Parent class for Field API tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\field\Functional\FieldTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php +++ b/core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php @@ -17,7 +17,7 @@ /** * Tests the Content Translation UI. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\content_translation\Functional\ContentTranslationUITestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php +++ b/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php @@ -13,7 +13,7 @@ /** * Base class for content translation tests. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\content_translation\Functional\ContentTranslationTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/block_content/src/Tests/BlockContentTestBase.php +++ b/core/modules/block_content/src/Tests/BlockContentTestBase.php @@ -11,7 +11,7 @@ /** * Sets up block content types. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\block_content\Functional\BlockContentTestBase instead. * * @see https://www.drupal.org/node/2999939 only in patch2: unchanged: --- a/core/modules/aggregator/src/Tests/AggregatorTestBase.php +++ b/core/modules/aggregator/src/Tests/AggregatorTestBase.php @@ -15,7 +15,7 @@ /** * Defines a base class for testing the Aggregator module. * - * @deprecated Scheduled for removal in Drupal 9.0.0. + * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0. * Use \Drupal\Tests\aggregator\Functional\AggregatorTestBase instead. * * @see https://www.drupal.org/node/2999939