public function PanelsPatternInterface::getMachineName in Panels 8.4
Same name and namespace in other branches
- 8.3 src/Plugin/PanelsPattern/PanelsPatternInterface.php \Drupal\panels\Plugin\PanelsPattern\PanelsPatternInterface::getMachineName()
Gets the tempstore key identifier.
Parameters
array $cached_values:
Return value
string
1 method overrides PanelsPatternInterface::getMachineName()
- DefaultPattern::getMachineName in src/
Plugin/ PanelsPattern/ DefaultPattern.php - Gets the tempstore key identifier.
File
- src/
Plugin/ PanelsPattern/ PanelsPatternInterface.php, line 20
Class
- PanelsPatternInterface
- Provides an interface for defining PanelsPatterns.
Namespace
Drupal\panels\Plugin\PanelsPatternCode
public function getMachineName($cached_values);