Elgg  Version 5.1
Variables
invalid.php File Reference

Go to the source code of this file.

Variables

 $plugin = elgg_extract('entity', $vars)
 Displays an invalid plugin on the admin screen. More...
 
 $error = elgg_echo('admin:plugins:warning:invalid', [elgg_extract('error', $vars)])
 
 $body = elgg_view_message('error', $error, ['title' => false, 'class' => 'elgg-subtext'])
 

Variable Documentation

$body = elgg_view_message('error', $error, ['title' => false, 'class' => 'elgg-subtext'])

Definition at line 16 of file invalid.php.

$error = elgg_echo('admin:plugins:warning:invalid', [elgg_extract('error', $vars)])

Definition at line 13 of file invalid.php.

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

Displays an invalid plugin on the admin screen.

An invalid plugin is a plugin whose assertValid() method throws an exception. This usually means there are required files missing, unreadable or in the wrong format.

Definition at line 11 of file invalid.php.