Problem/Motivation

According to https://www.drupal.org/node/2801513, support for using 'type' => 'hidden' in a component is deprecated in drupal:8.3.0 and is removed from drupal:9.0.0.

This occurs in this module's hook_entity_base_field_info implementation: https://git.drupalcode.org/project/page_title_visibility/-/blob/8.x-1.x/...

Proposed resolution

Use 'region' => 'hidden' instead.

CommentFileSizeAuthor
#2 3183552-2.patch528 bytesPooja Ganjage

Comments

mark_fullmer created an issue. See original summary.

Pooja Ganjage’s picture

StatusFileSize
new528 bytes

Hi,

Creating a patch for this issue.

Please review the patch.

Thanks.

Pooja Ganjage’s picture

Status: Active » Needs review

mark_fullmer’s picture

Status: Needs review » Fixed

Thanks for the patch!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.