Go to the source code of this file.
◆ $access
◆ $custom_form_section
      
        
          | if (! $widget instanceof \ElggWidget) $custom_form_section = '' | 
        
      
 
 
◆ $footer
Initial value:
    '#type' => 'submit',
])
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
 
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
 
 
Definition at line 51 of file save.php.
 
 
◆ $widget
Elgg widget edit settings. 
@uses $vars['entity'] The widget entity @uses $vars['show_access'] (bool) should widget access setting be available default: true 
Definition at line 9 of file save.php.
 
 
◆ if
      
        
          | if (elgg_extract( 'show_access', $vars, true)) if(! $custom_form_section &&! $access)  | 
          ( | 
          ! $custom_form_section &&!  | 
          $access | ) | 
           |