Skip to content

Commit

Permalink
Merge pull request #16 from diabl0/getset-configuration
Browse files Browse the repository at this point in the history
public getConfiguration
  • Loading branch information
jbouzekri authored Apr 21, 2017
2 parents f6b1105 + 0c879b5 commit d5a6154
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Provider/ConfigurationMenuProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ public function setConfiguration(array $configuration)
$this->configuration = $configuration;
}

/**
* Return configuration of menus
*
* @return array
*/
public function getConfiguration()
{
return $this->configuration;
}


/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit d5a6154

Please sign in to comment.