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
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
InlineElementHookInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Backend\Form\Element
;
3
22
interface
InlineElementHookInterface
{
23
30
public
function
init
(&$parentObject);
31
43
public
function
renderForeignRecordHeaderControl_preProcess
($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$enabledControls);
44
56
public
function
renderForeignRecordHeaderControl_postProcess
($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$controlItems);
57
58
}
TYPO3\CMS\Backend\Form\Element\InlineElementHookInterface\init
init(&$parentObject)
TYPO3\CMS\Backend\Form\Element\InlineElementHookInterface\renderForeignRecordHeaderControl_postProcess
renderForeignRecordHeaderControl_postProcess($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$controlItems)
TYPO3\CMS\Backend\Form\Element\InlineElementHookInterface\renderForeignRecordHeaderControl_preProcess
renderForeignRecordHeaderControl_preProcess($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$enabledControls)
TYPO3\CMS\Backend\Form\Element
Definition:
InlineElement.php:2
TYPO3\CMS\Backend\Form\Element\InlineElementHookInterface
Definition:
InlineElementHookInterface.php:22
typo3
sysext
backend
Classes
Form
Element
InlineElementHookInterface.php
Generated on Wed Aug 7 2019 09:52:18 for TYPO3 CMS by
1.8.13