ILIAS
release_8 Revision v8.19
|
Class ilMMAbstractBaseTypeHandlerAction. More...
Public Member Functions | |||||||
__construct () | |||||||
matchesForType () | |||||||
enrichItem (isItem $item) | |||||||
| |||||||
saveFormFields (IdentificationInterface $identification, array $data) | |||||||
| |||||||
![]() | |||||||
getAdditionalFieldsForSubForm (IdentificationInterface $identification) | |||||||
Data Fields | |
const | F_ACTION = 'action' |
const | F_EXTERNAL = 'external' |
Protected Member Functions | |
getFieldTranslation () | |
getFieldInfoTranslation () | |
Protected Attributes | |
array | $links = [] |
Class ilMMAbstractBaseTypeHandlerAction.
Definition at line 31 of file class.ilMMAbstractBaseTypeHandlerAction.php.
ilMMAbstractBaseTypeHandlerAction::__construct | ( | ) |
Definition at line 38 of file class.ilMMAbstractBaseTypeHandlerAction.php.
References enrichItem(), ActiveRecord\getArray(), and matchesForType().
|
abstract |
isItem | $item |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Handler\TypeHandler.
Referenced by __construct().
|
abstractprotected |
|
abstractprotected |
|
abstract |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Handler\TypeHandler.
Referenced by __construct().
ilMMAbstractBaseTypeHandlerAction::saveFormFields | ( | IdentificationInterface | $identification, |
array | $data | ||
) |
IdentificationInterface | $identification | |
array | $data |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Handler\TypeHandler.
Definition at line 53 of file class.ilMMAbstractBaseTypeHandlerAction.php.
References $DIC, $url, ilMMTypeActionStorage\find(), ILIAS\GlobalScreen\Scope\MainMenu\Collector\Handler\TypeHandler\getAdditionalFieldsForSubForm(), getFieldInfoTranslation(), getFieldTranslation(), and ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation().
|
protected |
Definition at line 33 of file class.ilMMAbstractBaseTypeHandlerAction.php.
const ilMMAbstractBaseTypeHandlerAction::F_ACTION = 'action' |
Definition at line 35 of file class.ilMMAbstractBaseTypeHandlerAction.php.
const ilMMAbstractBaseTypeHandlerAction::F_EXTERNAL = 'external' |
Definition at line 36 of file class.ilMMAbstractBaseTypeHandlerAction.php.