Problem/Motivation
Spotted in #3565560: Describe the requirements array as a PHPDoc type, this class exists for a single check:
if (\Drupal::moduleHandler()->moduleExists('layout_plugin')) {
This module was marked obsolete 9 years ago: https://www.drupal.org/project/layout_plugin
The info.yml file doesn't have core_version_requirement so I doubt this is even installable in modern Drupal.
Steps to reproduce
Proposed resolution
Delete the class.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3582666
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
longwaveThank you.
Comment #7
amateescu commentedCommitted and pushed 10d11f6ab98 to main and 88a393bda80 to 11.x. Thanks!