By dawehner on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.2.x
Introduced in version:
9.2.0-alpha1
Issue links:
Description:
MetadataBag::clearCsrfTokenSeed is deprecated. Please read https://www.drupal.org/i/2941102 first as you might have problems in your code.
Before
$metadata_bag->clearCsrfTokenSeed();
After
$metadata_bag->stampNew()