Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Want to freshen up your site with something a bit different? Leaflet More Maps adds over 20 attractive map styles to your site via Leaflet, the lightweight mobile-friendly library for interactive maps and markers. At the flick of a drop-down and without you having to download any map provider code, you can insert beautiful maps from a variety of providers such as Stamen (top), Thunderforest (2nd), Esri (3rd), Bing (4th), Navionics (bottom), as well as Wikimedia, HERE and mapbox maps.
Or enjoy Google Maps without the Google Maps API ! This includes making the most of your high-res (Retina) displays.
This is similar to the simple content boxes provided by the Boxes module itself, except that this type of box displays different content depending on the language of the current page.
FILE: .../all/modules/pareview_temp/test_candidate/plugins/simple_i18n_boxes.inc
--------------------------------------------------------------------------------
FOUND 5 ERROR(S) AND 1 WARNING(S) AFFECTING 5 LINE(S)
--------------------------------------------------------------------------------
11 | ERROR | Class name must begin with a capital letter
11 | ERROR | Class name must use UpperCamel naming without underscores
15 | ERROR | Public method name "simple_i18n_boxes::options_defaults" is not
| | in lowerCamel format, it must not contain underscores
31 | ERROR | Public method name "simple_i18n_boxes::options_form" is not in
| | lowerCamel format, it must not contain underscores
38 | WARNING | Line exceeds 80 characters; contains 92 characters
86 | ERROR | Public method name "simple_i18n_boxes::options_submit" is not
Dev Tools is a collection of PHP classes and functions which help with and simplify Drupal module development. While most components don't have (or need) front-end interfaces, some do provide configuration forms & GUI tools. See readme.txt for use instructions.
Release Status
There are currently no plans to ever release a 'stable' (in Drupal terms) version of the module, but rather always keep the code in the dev releases. As mentioned, Dev Tools is not meant to be used by anyone other than developers, and having release versions for a module that has no specific feature requirements doesn't make much sense, either.
Components
The module's pieces of functionality are broken down into 'components,' which can be loaded individually, or all at once. Currently available components are listed below.
ajax: adds ajax_command_callback() and ajax_command_remove_class() to Drupal's AJAX commands
array: adds flatten_tree() and array_flat_divergence()
batch: provides class for simplified Batch operations (work in progress)
block: defines block_render() for getting block content