Go to the source code of this file.
|
| $body |
| Advanced site settings, content access section. More...
|
|
Initial value: '#type' => 'access',
'options_values' => [
],
'name' => 'default_access',
'#label' =>
elgg_echo(
'installation:sitepermissions'),
'#help' =>
elgg_echo(
'admin:site:access:warning'),
])
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Advanced site settings, content access section.
Definition at line 6 of file content_access.php.