abstract class PanelsStorageBase in Panels 8.4
Same name and namespace in other branches
- 8.3 src/Storage/PanelsStorageBase.php \Drupal\panels\Storage\PanelsStorageBase
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\panels\Storage\PanelsStorageBase implements PanelsStorageInterface
Expanded class hierarchy of PanelsStorageBase
1 file declares its use of PanelsStorageBase
- PageManagerPanelsStorage.php in src/
Plugin/ PanelsStorage/ PageManagerPanelsStorage.php
File
- src/
Storage/ PanelsStorageBase.php, line 7
Namespace
Drupal\panels\StorageView source
abstract class PanelsStorageBase extends PluginBase implements PanelsStorageInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PanelsStorageInterface:: |
public | function | Checks if the user has access to a Panels display. | 1 |
PanelsStorageInterface:: |
public | function | Loads a Panels display. | 1 |
PanelsStorageInterface:: |
public | function | Saves a Panels display. | 1 |
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. | |
PluginBase:: |
public | function | Constructs a \Drupal\Component\Plugin\PluginBase object. | 92 |