By mstrelan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0
Issue links:
Description:
Constants for comment form display settings are deprecated. Use \Drupal\comment\FormLocation enum instead.
Before:
CommentItemInterface::FORM_SEPARATE_PAGE
CommentItemInterface::FORM_BELOW
After:
\Drupal\comment\FormLocation::SeparatePage
\Drupal\comment\FormLocation::Below
Impacts:
Module developers