Menu item uid

Component type

module

Maintenance status

Development status

Component created

Component changed

Summary

Experimental module for developers to make possible to add menu links with a placeholder of current user uid.
I.e. it's possible to put into menu the link like user/%uid/edit

Usage

To make this work you need to make next things:
1. Implement hook_menu_item_uid_items() in your module.
I.e.

Webforms

Component type

module

Categories

Maintenance status

Development status

Downloads

747

Component created

Component changed

This module aims to cover basic need with embedding forms into a site via entity_embed, incorporating

  • contact_storage,
  • views,
  • csv_serialization

Basic features
OptionEmailtem -> gives you an opportunity to create a field with Options, tied to emails for sending out submissions to addition for main contact form setting
Markup item - for adding simple HTML to your forms
States - List of US and Canada states

Config Importer and Tools

Component type

module

Maintenance status

Development status

Downloads

11222

Component created

Component changed

This module aims to cover development needs with managing configurations during project development.

Importing all configs during development is not convenient and can lead to a bad behaviour with overwriting or deleting configs or content from a site.

So there is a need for importing only of specific configs via hook_update_N().

Usage

All the work happening with the config_import.importer service. Let's instantiate it: