Problem/Motivation
\Drupal\content_translation\Hook\ContentTranslationHooks::viewsDataAlter() uses NULL as an array key.
Steps to reproduce
Run \Drupal\KernelTests\Core\Theme\Stable9TemplateOverrideTest (note there are many other deprecations still caused by this test)
Proposed resolution
Don't
Remaining tasks
User interface changes
None
Introduced terminology
N/a
API changes
None
Data model changes
None
Release notes snippet
N/a
Issue fork drupal-3557181
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 #3
alexpottComment #4
andypostThank you
Comment #5
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!