First test
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This is a first test
This is a first test
Provides a field type to reference entities by their UUID instead of regular ID.
Originally based on the https://drupal.org/sandbox/jonnierussell/1328414 sandbox, with a few extras added.
My first implementation of a module in Drupal 8.
These two modules, ch_debugger and ch_nodeapi_preexec, are hook debuggers, used for collecting arrays and objects and store the data in a table for later analysis.
As the module is now, it's made for listening on
If you want to create other/different hooks, please follow the logic's of the existing six hooks in this module. it's not that hard ;)
Provides a content type to create an image carousel in panels.
Integrates with the flickr API based upon the flux Services integration.
This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the flickr API by providing remote entities and integration with the Rules module.
The flickr module provides a filter for inserting flickr photos and photosets in your content.
Integrates with the dropbox API based upon the flux Services integration.
This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the dropbox API by integrating with the Rules module. Therefore the module integrates the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API.
I am currently in development on this project. Once finished this will be a module for new site builders and developers using Drupal 7. I will release more information about the module when it gets closer to completion.
This module aims to provide a developer friendly, ready to use, barebones implementation of a custom Entity.
The master branch provides a single, hardcoded entity (bundles are not supported), lacks entity revisioning support, and the only CRUD operation supported is save(). At a total of 16 functions, 4 files, one class and one method - the mater branch is recommended for understanding what is the bare minimum needed to create a custom Entity by code - using the Drupal core Entity API only.
This module will eventually allow for the creation of an Entity Relation diagram from an existing Drupal site.
Currently, it allows for the creation of a CSV file that matches the format of the Node Types sheet of the Planning document described by Palantir in their blog post "Developing Drupal Sites: Plan or Perish". This will be particularly useful when reevaluating existing sites where documentation is lost, missing or never existed.