TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
ConfigurationManagerInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\Configuration
;
3
20
interface
ConfigurationManagerInterface
extends
\TYPO3\CMS\Core\SingletonInterface
{
21
22
const
CONFIGURATION_TYPE_FRAMEWORK
=
'Framework'
;
23
const
CONFIGURATION_TYPE_SETTINGS
=
'Settings'
;
24
const
CONFIGURATION_TYPE_FULL_TYPOSCRIPT
=
'FullTypoScript'
;
25
30
public
function
setContentObject
(\
TYPO3
\CMS\Frontend\ContentObject\ContentObjectRenderer $contentObject = NULL);
31
38
public
function
getContentObject
();
39
51
public
function
getConfiguration
($configurationType, $extensionName = NULL, $pluginName = NULL);
52
60
public
function
setConfiguration
(array $configuration = array());
61
72
public
function
isFeatureEnabled
($featureName);
73
}
TYPO3
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\CONFIGURATION_TYPE_SETTINGS
const CONFIGURATION_TYPE_SETTINGS
Definition:
ConfigurationManagerInterface.php:23
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\setContentObject
setContentObject(\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $contentObject=NULL)
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\isFeatureEnabled
isFeatureEnabled($featureName)
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\CONFIGURATION_TYPE_FRAMEWORK
const CONFIGURATION_TYPE_FRAMEWORK
Definition:
ConfigurationManagerInterface.php:22
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
Definition:
ConfigurationManagerInterface.php:20
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\getContentObject
getContentObject()
TYPO3\CMS\Extbase\Configuration
Definition:
AbstractConfigurationManager.php:2
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\setConfiguration
setConfiguration(array $configuration=array())
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\getConfiguration
getConfiguration($configurationType, $extensionName=NULL, $pluginName=NULL)
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface\CONFIGURATION_TYPE_FULL_TYPOSCRIPT
const CONFIGURATION_TYPE_FULL_TYPOSCRIPT
Definition:
ConfigurationManagerInterface.php:24
TYPO3\CMS\Core\SingletonInterface
Definition:
SingletonInterface.php:22
typo3
sysext
extbase
Classes
Configuration
ConfigurationManagerInterface.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13