Skip to content
Snippets Groups Projects
Commit 03656668 authored by Tyler Struyk's avatar Tyler Struyk Committed by Lily Yan
Browse files

Coding Standards

parent c578cd50
No related branches found
No related tags found
1 merge request!60Feature/istwcms 4651 tstruyk admin label multi column
......@@ -35,6 +35,7 @@ class UwColumnLayoutBase extends LayoutDefault implements PluginFormInterface {
return $form;
}
/**
* {@inheritdoc}
*/
......@@ -66,14 +67,15 @@ class UwColumnLayoutBase extends LayoutDefault implements PluginFormInterface {
return $build;
}
/**
* Helper function to get column options defined in *.layout.yml file
* Helper function to get column options defined in *.layout.yml file.
*
* @return array[]
* an array containing string options and the default column.
*/
public function getColumnOptions() {
return $this->getPluginDefinition()->get('column_options');
return $this->getPluginDefinition()->get('column_options');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment