Default path aliases

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Introduction

This sandbox module allows you to import your (custom) path aliases by extending the default content module.

As of right now, path aliases are not exported automatically because they are not (part of) an entity.
The following issues are aiming to solve the problem:

Node Access Grants

Component type

module

Categories

Maintenance status

Development status

Downloads

1120

Component created

Component changed

Why

The Drupal node access grants system has been more or less unchanged since the beginning. However, with Drupal 8, we can and should start leveraging the OOP and service oriented architecture for things like this.

This module defines a simple interface which needs to be implemented by a tagged service in order to play with access grant system, namely the hook_node_grants() and hook_node_access_records() implementations.

Migrate Source Dir

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A Migrate Source Plugin to import files from a directory path in to Drupal Files.

Plugin Definition:

source:
  constants:
    uri_file: 'public://' #required
  plugin: dir
  track_changes: true
  path: /path/to/files/for/import
  file_ext: mp3  #optional
  recurse: true

This plugin provides the following fields:

SEO 301 Redirection

Component type

module

Categories

Maintenance status

Development status

Downloads

209

Component created

Component changed

This module is useful to apply 301 redirection. It helps to apply below solutions as per SEO recommendations.

1. Remove Trailing Slash from all URLs.

2. Convert URL to lower case as per convenience. Refer attached screenshot on how to skip some required URLs to not convert in lowercase.

3. Remove index.php from home page URL.

Lunar calendar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a lunar calendar for the years 500 AD to 4,000 AD for countries and their cities from A-Z.

Http Service Access For TeamDynamix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a plugin for the feeds importer, that allows users to access requested service data from TeamDynamix based on the API call requested. It recovers the security token from the initial authentication call and sends back to generated security token for the completion of the service api call.