Go to the source code of this file.
|
| Elgg\Core |
| Updates the advanced settings for the primary site object.
|
|
_elgg_groups_container_override |
( |
|
$hook, |
|
|
|
$type, |
|
|
|
$result, |
|
|
|
$params |
|
) |
| |
Allow group members to write to the group container.
- Parameters
-
string | $hook | Hook name |
string | $type | Hook type |
bool | $result | The value of the hook |
array | $params | Parameters related to the hook |
- Returns
- bool
Definition at line 55 of file group.php.
init the groups library
- Returns
- void
Definition at line 92 of file group.php.
_elgg_groups_test |
( |
|
$hook, |
|
|
|
$type, |
|
|
|
$value |
|
) |
| |
Runs unit tests for the group entities.
- Parameters
-
string | $hook | Hook name |
string | $type | Hook type |
array | $value | Array of unit test locations |
- Returns
- array
Definition at line 80 of file group.php.
elgg_group_tool_gatekeeper |
( |
|
$option, |
|
|
|
$group_guid = null |
|
) |
| |
Checks if a group has a specific tool enabled.
Forward to the group if the tool is disabled.
- Parameters
-
string | $option | The group tool option to check |
int | $group_guid | The group that owns the page. If not set, this will be pulled from elgg_get_page_owner_guid(). |
- Returns
- void
- Exceptions
-
Definition at line 23 of file group.php.
- See also
- ::loadCore Do not do work here. Just register for events.
Definition at line 100 of file group.php.