Generic entity edit action controller.
More...
Generic entity edit action controller.
- Since
- 6.2
Definition at line 15 of file EntityEditAction.php.
Elgg\Controllers\EntityEditAction::execute |
( |
array |
$skip_field_names = [] | ) |
|
|
protected |
{}
- Parameters
-
array | $skip_field_names | field names to skip when saving field metadata |
- Exceptions
-
Definition at line 76 of file EntityEditAction.php.
Elgg\Controllers\EntityEditAction::executeAfter |
( |
| ) |
|
|
protected |
Elgg\Controllers\EntityEditAction::executeBefore |
( |
| ) |
|
|
protected |
{}
- Exceptions
-
InternalServerErrorException | |
EntityPermissionsException | |
Definition at line 27 of file EntityEditAction.php.
Elgg\Controllers\EntityEditAction::isNewEntity |
( |
| ) |
|
|
protected |
Is the entity being saved a new entity or being updated.
- Returns
- bool
Definition at line 173 of file EntityEditAction.php.
Elgg\Controllers\EntityEditAction::success |
( |
?string |
$forward_url = null | ) |
|
|
protected |
ElggEntity Elgg\Controllers\EntityEditAction::$entity |
|
protected |
bool Elgg\Controllers\EntityEditAction::$is_new_entity = true |
|
protected |
The documentation for this class was generated from the following file: