Glossary - M

This module allows site administrators to customize and manage the site's navigation menu.

The Metatags module is particularly interesting for SEO sites since it allows the user to manage the keywords and descriptions of the site, the home page and each page of the site if necessary.

Mobility-as-a-Service (MaaS) — or service-based mobility — is a type of service that, through a common digital channel, allows users to plan, book, and pay for multiple types of mobility services. The concept describes a shift from personal modes of transport to mobility provided as a service. This is made possible by combining public and private transport services through a unified gateway that creates and manages the journey. The key concept behind MaaS is to offer travelers mobility solutions that match their travel needs. 

This concept allows for the following to be offered on a regional scale:

  • centralized, real-time intermodal and multimodal information on all possible modes of travel;
  • pricing adapted to the requested trip;
  • online ticket sales.

The Drupal CMS has a so-called modular operation. Drupal comes with about thirty modules. Only a quarter of these modules are active by default. The least functionality is seen as a module, and not as part of the core. The ability to create content is a module in itself! But it is obligatory, we will understand it! The search tool, menus, comments are also seen as separate modules. The drupal.org community site has more than 2,400 additional modules that are easy to install. If you do not find your happiness in these 2,400 modules, the realization of modules is easy, because the API does most of the work. With just a few lines of code you can get a complete settings module interface, a settings validation mechanism, an install / uninstall mechanism ...