public function PanelsStorageInterface::load in Panels 8.4
Same name and namespace in other branches
- 8.3 src/Storage/PanelsStorageInterface.php \Drupal\panels\Storage\PanelsStorageInterface::load()
Loads a Panels display.
Parameters
string $id: The id for the Panels display within this storage plugin.
Return value
\Drupal\panels\Plugin\DisplayVariant\PanelsDisplayVariant|NULL The Panels display if one exists with this id; NULL otherwise.
1 method overrides PanelsStorageInterface::load()
- PageManagerPanelsStorage::load in src/
Plugin/ PanelsStorage/ PageManagerPanelsStorage.php - Loads a Panels display.
File
- src/
Storage/ PanelsStorageInterface.php, line 22
Class
- PanelsStorageInterface
- Interface for storing Panels displays in various ways.
Namespace
Drupal\panels\StorageCode
public function load($id);