Sulu\Bundle\TestBundle\SuluTestBundle::getConfigDir PHP Method

getConfigDir() public static method

public static getConfigDir ( )
    public static function getConfigDir()
    {
        return __DIR__ . '/Resources/dist';
    }

Usage Example

Beispiel #1
0
 public function registerContainerConfiguration(LoaderInterface $loader)
 {
     $loader->load(SuluTestBundle::getConfigDir() . '/config.php');
     if (class_exists('Sulu\\Bundle\\SearchBundle\\SuluSearchBundle')) {
         $loader->load(__DIR__ . '/config/search.yml');
     }
 }
All Usage Examples Of Sulu\Bundle\TestBundle\SuluTestBundle::getConfigDir
SuluTestBundle