Multiple Sitemap

Component type

module

Categories

Maintenance status

Development status

Downloads

482

Component created

Component changed

This module allows you to create multiple sitemaps for your project. Sometimes, we need to categorize our sitemap into different section for better understanding. This module creates one index xml sitemap file and others as sub-files. We can submit only the index file to search engines.The Index file contains sub-files links.

SDK API

Component type

module

Maintenance status

Development status

Downloads

377

Component created

Component changed

An API to define configurations for specific Software Development Kit (SDK). API, as Drupal 8, based on Composer. This allows you to describe needed configuration for SDK by defining a form for the particular kit and easily grab its sources via Composer. In addition, there is a possibility to process result of OAuth callback.

API usage can be found inside of implementations, provided out of the box:

Drush Information

Component type

module

Categories

Maintenance status

Development status

Downloads

572

Component created

Component changed

Description

Drush is a great tool exclusively for Drupal. Do you have trouble remembering all of the drush commands? There's so many drush commands available. This module is like an owner's manual for all the drush commands available. It's hard to remember them all and what each command does. This module provides a UI for all of the available Drush commands for enabled modules inside a table.

Below are the columns available for this module:

Entity Config

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide API for module configuration entity. For developers only.

How to use

  • Define database at install file
  • Implement hook_entity_info() with Entity Config settings
  • Implement hook_menu(), hook_permission() and other
  • Write custom functions like form validate, user functions
  • Implement page callback using EntityConfig
  • That's all. No form for add/edit/delete entities at your module

See Entity Config Example module.

QuickScript

Component type

module

Categories

Maintenance status

Development status

Downloads

184

Component created

Component changed

Quick Script is a powerful tool for creating custom PHP scripts on your Drupal site. Quick Scripts can be run from the admin interface, using Drush, on cron, or anonymously via a secure link. Quick Scripts can also be configured to use a form (defined with YAML) to collect data before running the script (useful for scripts with dynamic arguments).

Twig Link Attributes

Component type

module

Maintenance status

Development status

Downloads

311

Component created

Component changed

Simple twig filter to add attributes to link() item.url's in templates.

Has the advantage of merging attributes so modules like Menu Link Attributes do not have their attributes blown away in the template.

For example, current documentation encourages themers to do this:

{{ link(item.title, item.url, { 'class':['menu__link']}) }}

Config Modifiy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides way for a module to permenantly modify simple config and config entities provided by other modules.

There are several ways that core allows similar functionality:

Nimbus

Component type

module

Categories

Maintenance status

Development status

Downloads

287

Component created

Component changed

Nimbus is a configuration management tool aimed at extending the configuration import functionality of Drupal core to support the import from multiple concurrent configuration directories for sophisticated configuration deployment workflows using dependency management tools.

Nimbus enhances and replaces the regular configuration synchronization process and the "drush config-import" command.

Views Tools

Component type

module

Maintenance status

Development status

Downloads

801

Component created

Component changed

Views Tools is very useful and comes handy with the following features:

Drupal 7 Release Features:

1: View display(s) can be exported(same like you export a view).
2: View display(s) can be saved as new View.
3: Displays can be deleted without loading the whole view.

To use this goto Structure >> Views Tools.