Stripe Licensing

Component type

module

Maintenance status

Development status

Downloads

79

Component created

Component changed

This module permits users to purchase licenses for viewing entities using Stripe.

Installation & Configuration

  • Install dependencies
  • Add Stripe Checkout field to the entity type that you would like to license
  • Configure the default license type to apply to said entity type at /admin/structure/license_type/default/edit

Now, when an authenticated user purchases an entity via the Stripe Checkout field, they will be granted a license for that entity.

Apache Solr Attachments inline

Component type

module

Maintenance status

Development status

Component created

Component changed

Summary
This module makes indexing in body (and other text fields) possible using the Apache Solr Attachments module.
It works by using a REGEX to find all files embedded in text fields of type:

  • text_with_summary
  • text_long
  • text_formatted

This also includes field collection fields.

The managed Drupal file is stored in a seperate field (field_inline_attachments). This makes indexing
with the solr attachment module possible.

Requirements:

Services entity dynamic resource controller

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Services entity dynamic resource controller

Introduces a Services Entity resource controller which invokes a hook at request-time to determine which resource controller to use.

It is designed to facilitate the creation of multiple endpoints which expose the same entities but have a different behaviour to each other.

When to use this module

When you want to tweak the query-time behaviour of an existing operation for one endpoint but not the other, where both endpoints are exposing identical resources. For example:

Header Field

Component type

module

Maintenance status

Development status

Downloads

152

Component created

Component changed

Lightweight module that contain 4 fields in one. There is field for a title, weight for the title, alignment of the title and the H Tag of this title. Currently this only support data storing and a very basic FieldFormatter, which will need more improvements. The main benefit of using this module instead of Entity Reference or Field Collection is that you do not need to load an entire new entity. Another benefit is that everything is store in one table.