Entity Submit Redirect

Component type

module

Maintenance status

Development status

Downloads

293

Component created

Component changed

Module allows to make an easely managing redirect after any content entity save.

How to use it:

  • Install module
    composer require drupal/entity_submit_redirect
  • Enable module on your site
  • Go to the settings
    (Configuration->Content authoring->Entity Submit Redirections
  • Enable redirection for your entity

DrupalJedi Logo

Drupal Extra

Component type

module

Maintenance status

Development status

Downloads

106

Component created

Component changed

The module enhances the feature of other great contributes modules.
Current enhanced modules are:
- Computed Field, Computed Field Tools
- Field Query
- Views Summarize
- Visitors

The list will be continued.
Mostly are tiny fixes so I can't move it to separate single module.

Once an extra module's fixes is merged to official module, this extra module will be removed out. Please let me know your request if you're one of the author of the module.

System Nodes

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an intermediary between configured system paths and created content.

System paths (such as the site's front page and error pages) can refer to content such as node pages. These may not be available in all environments, and may be deleted by content editors who have no access to update the site configuration.

As a solution, System Nodes provides configurable "soft reference" paths that can be used in the configuration, and which can be assigned to nodes while editing.

Menu Traverse

Component type

module

Maintenance status

Development status

Component created

Component changed

Menu Traverse module create a block to provide a option to visit next page, previouse page and home page.

Use can traverse same lavel menu by using this module.

Enable module :
Go to module section after login to admin check the Menu Traverse and enable the module.
or by Drush you can also enable the module by using below command

drush en menu_traverse -y

If you want to traverse the menu for main menu then don't need to change configauration. If you want to work

Altering Entity Routes

Component type

module

Categories

Maintenance status

Development status

Downloads

8

Component created

Component changed

The Altering Entity Routes is based on Entity Construction Kit (ECK) . It can alter routes of entities created by eck.
As we know,the Entity Construction Kit (ECK) builds upon the entity system to create a flexible and extensible data modeling system both with a UI for site builders, and with useful abstractions (classes, plugins, etc) to help developers use entities with ease.