public function GridStackPluginManagerBase::config in GridStack 8.2
Returns gridstack config shortcut.
3 calls to GridStackPluginManagerBase::config()
- GridStackEngineManager::framework in src/
GridStackEngineManager.php - GridStackStylizer::mergeFrameworkAndInternalClasses in src/
GridStackStylizer.php - Merges preset classes with the custom defined ones.
- GridStackStylizer::prepare in src/
GridStackStylizer.php - Prepares the settings, selector and active styles.
File
- src/
GridStackPluginManagerBase.php, line 84
Class
- GridStackPluginManagerBase
- Implements GridStackPluginManagerInterface.
Namespace
Drupal\gridstackCode
public function config($key = '', $settings = 'gridstack.settings') {
return $this->config
->get($settings)
->get($key);
}