Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Problem/Motivation
\Drupal\rabbit_hole\BehaviorInvokerInterface::processEntity()
describes that the following exceptions were thrown:
@throws \Drupal\Component\Plugin\Exception\PluginException
@throws \Drupal\Component\Plugin\Exception\PluginNotFoundException
It doesn't make sense, as it should be handled in ::getBehaviorPlugin()
plugin. If plugin is not available, then method should return NULL
.
Issue fork rabbit_hole-3368637
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
matroskeenComment #5
matroskeen