for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the adminbsb-material-design-bundle package.
*
* (c) 2017 WEBEWEB
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace WBW\Bundle\AdminBSBBundle\Provider\Application;
use WBW\Bundle\BootstrapBundle\Provider\Application\ApplicationProviderInterface;
* Default application provider.
* @author webeweb <https://github.com/webeweb/>
* @package WBW\Bundle\AdminBSBBundle\Provider\Application
class DefaultApplicationProvider implements ApplicationProviderInterface {
* Constructor.
public function __construct() {
// NOTHING TO DO.
}
* {@inheritdoc}
public function getDescription() {
return "AdminBSB Material Design";
public function getHome() {
return "/";
public function getName() {
return "AdminBSB<b>MaterialDesign</b>";
public function getRoute() {
public function getTitle() {
public function getVersion() {
return "~1.0@dev";
public function getYear() {
return "2017";