Commit 514c143f authored by Ivan Doroshenko's avatar Ivan Doroshenko
Browse files

Issue #3323710 by Matroskeen, GRcwolf: Database serialization

parent 0861f40b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,16 +2,17 @@

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;

/**
 * Base class for Rabbit hole behavior plugin plugins.
 */
abstract class RabbitHoleBehaviorPluginBase extends PluginBase implements RabbitHoleBehaviorPluginInterface {

  use DependencySerializationTrait;

  /**
   * {@inheritdoc}
   */