Commit d72e73d5 authored by Ivan Doroshenko's avatar Ivan Doroshenko
Browse files

Issue #3323710 by Matroskeen, GRcwolf: Fixed database serialization in Rabbit Hole plugins.

parent d47a3f16
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ namespace Drupal\rabbit_hole\Plugin;

use Drupal\Core\Config\ImmutableConfig;
use Drupal\Component\Plugin\PluginBase;
use Drupal\Core\DependencyInjection\DependencySerializationTrait;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Form\FormStateInterface;

@@ -12,6 +13,8 @@ use Drupal\Core\Form\FormStateInterface;
 */
abstract class RabbitHoleBehaviorPluginBase extends PluginBase implements RabbitHoleBehaviorPluginInterface {

  use DependencySerializationTrait;

  /**
   * {@inheritdoc}
   */