Elgg  Version master
Variables
mute.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Form to mute notifications about an entity. More...
 
 $recipient = elgg_extract('recipient', $vars)
 
if(!$entity instanceof\ElggEntity||!$recipient instanceof\ElggUser) $get_language_key
 
 $checkboxes = ''
 
 $mute_guids = []
 
if($entity instanceof\ElggComment) elseif(!elgg_is_empty($entity->getDisplayName())) $container = ($entity instanceof ElggComment) ? $entity->getContainerEntity()->getContainerEntity() : $entity->getContainerEntity()
 
if(($container instanceof\ElggGroup||$container instanceof\ElggUser)&&!in_array($container->guid, $mute_guids)) $owner = $entity->getOwnerEntity()
 
if(($owner instanceof\ElggGroup||$owner instanceof\ElggUser)&&!in_array($owner->guid, $mute_guids)) $actor = elgg_extract('actor', $vars)
 
if(($actor instanceof\ElggGroup||$actor instanceof\ElggUser)&&!in_array($actor->guid, $mute_guids)) if (empty($checkboxes))
 
 $hmac
 
 $footer
 

Variable Documentation

if (($owner instanceof\ElggGroup||$owner instanceof\ElggUser)&&!in_array($owner->guid, $mute_guids)) $actor = elgg_extract('actor', $vars)

Definition at line 86 of file mute.php.

$checkboxes = ''

Definition at line 30 of file mute.php.

if ($entity instanceof\ElggComment) elseif (!elgg_is_empty($entity->getDisplayName())) $container = ($entity instanceof ElggComment) ? $entity->getContainerEntity()->getContainerEntity() : $entity->getContainerEntity()

Definition at line 58 of file mute.php.

$entity = elgg_extract('entity', $vars)

Form to mute notifications about an entity.

$vars['entity'] the entity to mute notifications for $vars['recipient'] the recipient of the notification $vars['actor'] the actor of the notification

Definition at line 10 of file mute.php.

$footer
Initial value:
'#type' => 'submit',
'text' => elgg_echo('save'),
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1112
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 134 of file mute.php.

if (!$entity instanceof\ElggEntity||!$recipient instanceof\ElggUser) $get_language_key
Initial value:
= function(\ElggEntity $entity, string $default_postfix) {
$keys = [
"notifications:mute:{$entity->type}:{$entity->subtype}",
"notifications:mute:{$entity->type}",
"notifications:mute:{$default_postfix}",
];
foreach ($keys as $key) {
return $key;
}
}
}
$entity
Definition: mute.php:12
$keys
Definition: access.php:31
elgg_language_key_exists(string $key, string $language= 'en')
Check if a given language key exists.
Definition: languages.php:44
if($container instanceof ElggGroup &&$container->guid!=elgg_get_page_owner_guid()) $key
Definition: summary.php:44

Definition at line 16 of file mute.php.

$hmac
Initial value:
'entity_guid' => $entity->guid,
'recipient_guid' => $recipient->guid,
])
$entity
Definition: mute.php:12
elgg_build_hmac($data)
Get an HMAC token builder/validator object.
Definition: actions.php:56
$recipient
Definition: mute.php:8

Definition at line 118 of file mute.php.

$mute_guids = []

Definition at line 31 of file mute.php.

if (($container instanceof\ElggGroup||$container instanceof\ElggUser)&&!in_array($container->guid, $mute_guids)) $owner = $entity->getOwnerEntity()

Definition at line 72 of file mute.php.

$recipient = elgg_extract('recipient', $vars)

Definition at line 11 of file mute.php.

if (($actor instanceof\ElggGroup||$actor instanceof\ElggUser)&&!in_array($actor->guid, $mute_guids)) if(empty($checkboxes))

Definition at line 100 of file mute.php.