You are here

PanelsStorageBase.php in Panels 8.4

Same filename and directory in other branches
  1. 8.3 src/Storage/PanelsStorageBase.php

File

src/Storage/PanelsStorageBase.php
View source
<?php

namespace Drupal\panels\Storage;

use Drupal\Component\Plugin\PluginBase;
abstract class PanelsStorageBase extends PluginBase implements PanelsStorageInterface {

}

Classes

Namesort descending Description
PanelsStorageBase