You are here

public function GridStackPluginBase::get in GridStack 8.2

File

src/GridStackPluginBase.php, line 97

Class

GridStackPluginBase
Provides base class for all gridstack plugins.

Namespace

Drupal\gridstack

Code

public function get($key) {
  return isset($this->pluginDefinition[$key]) ? $this->pluginDefinition[$key] : NULL;
}