Entity API Wrapper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Wraps basic Drupal entities for some OOP goodness.

Example usage:

use Drupalentity_class_generatorEntityWrapperNodeArticleWrapper;

$test = new ArticleWrapper(1);
// This nicely autocompletes and returns body of the article.
$test->getBodyText();

VarDumper

Component type

module

Maintenance status

Development status

Downloads

7146

Component created

Component changed

Provides a way to display PHP variables in a pretty way.

By default, the module display the output in the message zone, just like the other common debugging modules.
If you enable the submodules (see below), you'll be able to "dump" in other locations like in a Drupal Block, the Drupal's watchdog or in the console.

Make sure to have the required Symfony libraries to get this module working.

See the examples below on how to use it, it's very easy to use.

client_type_check

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

1.提供一个可调用的方法client_type_check_is_mobile_request()判断当前访问客户端是否手机端
2.提供一个rule的condition判断当前访问是否手机端
3.提供一个rule的condition将url进行模式匹配,也可以用于判断当前路径
4.提供一个rule的event,在每个页面访问初始化模块后执行

Traced

Component type

module

Categories

Maintenance status

Development status

Downloads

908

Component created

Component changed

Adds basic integration of the Tracy PHP debugger to Drupal.

With Tracy, you can view all PHP errors, notices, and warnings in a consolidated info bar. You can then disable printing of error messages from Drupal to get them off of the screen and view them in one place.

Prediction IO

Component type

module

Maintenance status

Development status

Component created

Component changed

A module to integrate with Prediction.IO which is a well known open source Machine Learning Server and a recommendation engine. The purpose of this module is a to build a scalable solution to get user recommendations within the data model of your website. The module will have the following features
1. Collect user ratings and statistics
2. Predict and Recommend other nodes/entities in your website that the user might like

Componentize!

Component type

module

Maintenance status

Development status

Downloads

1673

Component created

Component changed

Integrate/ingest a well-structured front-end (KSS) style guide.

╰( ⁰ ਊ ⁰ )━☆゚.*・。゚

Map Drupal fields through your existing front-end templates.

Organize your front-end into components? Use an automated, living style guide (KSS), want it synced into Drupal? Want to use modern templates (Handlebars) for CMS data? Now you can!

SQL Buddy

Component type

module

Maintenance status

Development status

Downloads

692

Component created

Component changed

This module provides integration with the SQL Buddy web based MySQL administration tool.

Features

  • Create and drop databases and tables
  • View, edit, insert and delete table rows
  • Execute custom SQL and view the output
  • Import and export databases and tables to SQL and CSV formats
  • Add, edit and delete MySQL users
  • Ships with 47 translations (including Esperanto!)

Active Urls

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sandbox for a url tester. Use case being when you are preparing to move from one site to another and need to test if redirects are in place.