NodeLinkReport should call parent class in the constructor. This casuses the following error:

$this->pluginDefinition is null
Notice: Trying to access array offset on value of type null in Drupal\Core\Block\BlockBase->baseConfigurationDefaults() (line 90 of core/lib/Drupal/Core/Block/BlockBase.php).
CommentFileSizeAuthor
#2 call_parent_class-3120976-1.patch664 bytesindytechcook
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

indytechcook created an issue. See original summary.

indytechcook’s picture

  • swirt committed 3e8fd38 on 8.x-1.x authored by indytechcook
    Issue #3120976 by indytechcook: NodeLinkReport should call parent class...
swirt’s picture

@indytechcook Thank you for your contribution. Good catch.

Tested and merged.

swirt’s picture

Status: Active » Fixed
swirt’s picture

Status: Fixed » Closed (fixed)