L-M

Library

A library of code from a third party. (In our distro, the Plupload integration module is dependent on the Plupload library, which is a “cross-browser multi-runtime file uploading API” from Ephox.)

Log

A list of recorded events. A log may contain usage data, performance data, errors, warnings and operational information. Drupal’s even
ts are logged by the modules dblog and syslog.

Managed Web Hosting Service

A "managed web hosting service" is a web-hosting service maintained by a designated custodian employed full time by either the university or the UNT System, as defined in the section of Policy 14.002, Functional Roles.

Men

In Drupal, the term refers both to the clickable navigational elements on a page and to Drupal’s internal system for handling requests. When a request is sent to Drupal, the menu system uses the provided URL to determine what functions to call.

Module

A Drupal module is a collection of files containing some functionality and is written in PHP. Because the module code executes within the context of the site, it can use all the functions and access all variables and structures of Drupal core. / Code that extends Drupal features and functionality (but doesn't provide the HTML markup or styling of a theme). Drupal core comes with required (pre-installed) modules and some of which are optional. Thousands of non-core or “contrib” modules are listed in Drupal.org’s project directory.