public function PanelsDisplayVariant::getStorageId in Panels 8.3
Same name and namespace in other branches
- 8.4 src/Plugin/DisplayVariant/PanelsDisplayVariant.php \Drupal\panels\Plugin\DisplayVariant\PanelsDisplayVariant::getStorageId()
Gets id within the storage plugin for this Panels display.
Return value
string|NULL
File
- src/
Plugin/ DisplayVariant/ PanelsDisplayVariant.php, line 295
Class
- PanelsDisplayVariant
- Provides a display variant that simply contains blocks.
Namespace
Drupal\panels\Plugin\DisplayVariantCode
public function getStorageId() {
return $this->configuration['storage_id'] ?: NULL;
}