Loading src/Plugin/RabbitHoleBehaviorPluginBase.php +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -12,6 +13,8 @@ use Drupal\Core\Form\FormStateInterface; */ abstract class RabbitHoleBehaviorPluginBase extends PluginBase implements RabbitHoleBehaviorPluginInterface { use DependencySerializationTrait; /** * {@inheritdoc} */ Loading Loading
src/Plugin/RabbitHoleBehaviorPluginBase.php +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -12,6 +13,8 @@ use Drupal\Core\Form\FormStateInterface; */ abstract class RabbitHoleBehaviorPluginBase extends PluginBase implements RabbitHoleBehaviorPluginInterface { use DependencySerializationTrait; /** * {@inheritdoc} */ Loading