45 use \Michelf\MarkdownExtra;
51 'content' =>
'<div class="elgg-markdown">' .
$text .
'</div>',
if(!array_key_exists($filename, $text_files)) $file
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
elgg_unregister_css($name)
Unregister a CSS file.
elgg_require_js($name)
Request that Elgg load an AMD module onto the page.
elgg echo
Translates a string.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
if(!$file_contents) if($error) $title
elgg_admin_gatekeeper()
Used at the top of a page to mark it as admin only.
elgg_load_js($name)
Load a JavaScript resource on this page.
_elgg_admin_add_plugin_settings_menu()
Create the plugin settings page menu.
elgg_get_plugin_from_id($plugin_id)
Returns an object with the path $path.
elgg_view_page($title, $body, $page_shell= 'default', $vars=array())
Assembles and outputs a full page.