You are here

PanelsStorage.php in Panels 8.3

Same filename and directory in other branches
  1. 8.4 src/Annotation/PanelsStorage.php

File

src/Annotation/PanelsStorage.php
View source
<?php

/**
 * @file
 */
namespace Drupal\panels\Annotation;

use Drupal\Component\Annotation\PluginID;

/**
 * Defines a Panels storage item annotation object.
 *
 * @see \Drupal\panels\Storage\PanelsStorageManager
 * @see plugin_api
 *
 * @Annotation
 */
class PanelsStorage extends PluginID {

}

Classes

Namesort descending Description
PanelsStorage Defines a Panels storage item annotation object.