You are here

public function PanelsPatternInterface::getMachineName in Panels 8.4

Same name and namespace in other branches
  1. 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\PanelsPattern

Code

public function getMachineName($cached_values);