The white label entity type (short: while) is a simple node-like entity type without any special functionality. The labels and paths used for the entity type can be configured using variables, enabling easy re-use of the entity type in situations where a custom entity type is needed.
Features
Supports revisions
Admin UI for managing multiple (exportable) bundles
Views, Features, Token integration etc, as provided via the entity module
Supports panelizer and page manager overrides for while_view
This module provides tools for connecting to and importing data from the Rotten Tomatoes service.
Dependencies
This module uses Features to provide two content types, Movie and Review. Those are the content types that will be populated by import operations.
The code to actually talk to Rotten Tomatoes is provided as a separate Composer library on Packagist.org. This module requires the composer_autoload module, or its code will not load correctly.
Installation
Before enabling the module, you must run php composer.phar install from within the module's directory. That will download the 3rd party dependencies this module has, as well as setup the autoloader.
Configuration
There is currently only a single configuration directive: The Rotten Tomatoes API key. That may be set at /admin/config/services/rotten-tomatoes. Alternatively, add it to your $conf array in settings.php like so:
Public files URL is an extremely light weight module that allows you to override domain your public files system uses by extending the public file system wrapper in Drupal Core.