This module is just a formatter (display) of textfield, text area and text format. The idea behind this is to provide a simple solution, easy to setup, with few dependencies to display text on website.
Implementation
The trim function in this module is taken from Views module with a few modifications.
Integration
Of course, this module is fully compatible with any modules that use entity formatters, such as Views or Panels
Besides that, this module is extremely useful when you use it with view modes. In order to create a new view mode, you can implement the hook_entity_info_alter() or install Entity view modes module.
Provides a field type for referencing SQL schema (connection, table/view, and/or column). This module has nothing to do with inspecting hook_schema(). It is using the Schema module to perform actual inspection and discovery of what tables and columns are available.
This module allows site administrators to override the Field Label on any field in the Manage Display settings page. This allows each field to have a different title in different view modes.
This module is primarily for use with the iOS Augmented Reality Framework PRAugmentedReality (see below)
It is also part of a soon-to-come distribution.
Features
It provides a custom resource for Drupal Services and serves 3 purposes:
Find relevant data for the calling device
Filter the data leaving only a few specified fields
Send back the data to the calling device in a mobile-friendly format
Relevant = containing geolocation data & updated since last check
Specified fields = Listed by name in module. Optionally provides you with a way to add your own fields.
Mobile-friendly format = No fancy array nesting and bloat data
PRAugmentedReality iOS framework
In summary, the PRAugmentedReality iOS framework allows developers to instantly turn their mobile projects into an interactive location aware app.
It provides:
- An Augmented reality view out-of-the-box
- Customizable AR Overlays
- Customizable Map Pins
- Simple and efficient Data Storage system
- Communication with this module for simple creation of content on a site
Configuration
Configure user permissions in Administration > People > Permissions.