Property | Type | Description | |
---|---|---|---|
$core | |||
$needRebootBy | |||
$triggeredReboot |
Method | Description | |
---|---|---|
__construct ( |
||
__sleep ( ) | ||
addConfig ( |
||
addReboot ( string $source ) | Recalls bootRunTime on each field when this is call inside one bootRunTime. | |
boot ( ) : boolean | ||
getConfig ( string $bundleName ) : |
||
getConfigFiles ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle ) : string[] | ||
getConfigHash ( string $bundleName ) : string | Returns a md5 hash of all jarves config files (Resources/config/jarves.*.xml). | |
getConfigs ( ) : |
||
getContentType ( string $id ) : |
||
getContentTypes ( ) : |
||
getFieldType ( string $id ) : |
||
getFieldTypes ( ) : |
||
getIterator ( ) : |
||
getJarves ( ) : |
||
getObject ( string $objectKey ) : |
||
getObjects ( ) : |
||
getTheme ( string $themeId ) : |
||
getTriggeredReboots ( ) : array | ||
getXmlConfigsForBundle ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle ) : array | Returns a array with following structure: | |
loadBundles ( array $bundles ) | ||
needsReboot ( ) | ||
normalizeBundleName ( string $bundleName ) : string | ||
parseConfig ( array $configs ) : |
$configs = $configs[$bundleName][$priority][] = $bundleDomElement; | |
resetReboot ( ) | ||
setCore ( |
||
toArray ( ) : array |
public __construct ( |
||
$core | ||
$bundles | array |
public getConfigFiles ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle ) : string[] | ||
$bundle | Symfony\Component\HttpKernel\Bundle\BundleInterface | |
return | string[] |
public getConfigHash ( string $bundleName ) : string | ||
$bundleName | string | |
return | string |
public getContentType ( string $id ) : |
||
$id | string | |
return |
public getFieldType ( string $id ) : |
||
$id | string | |
return |
public getXmlConfigsForBundle ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle ) : array | ||
$bundle | Symfony\Component\HttpKernel\Bundle\BundleInterface | |
return | array |
public normalizeBundleName ( string $bundleName ) : string | ||
$bundleName | string | short version, long bundle name of full php class name |
return | string | short lowercased bundle name |
public parseConfig ( array $configs ) : |
||
$configs | array | |
return |