You are here

public function PatternSourceInterface::getContextProperty in UI Patterns 8

Get context property value, if any.

Parameters

string $name: Context property name.

Return value

mixed Context property value.

1 method overrides PatternSourceInterface::getContextProperty()
PatternSourceBase::getContextProperty in src/Plugin/PatternSourceBase.php
Get context property value, if any.

File

src/Plugin/PatternSourceInterface.php, line 40

Class

PatternSourceInterface
Defines an interface for UI Patterns Source plugins.

Namespace

Drupal\ui_patterns\Plugin

Code

public function getContextProperty($name);