Form Options Attributes

Component type

module

Categories

Maintenance status

Development status

Downloads

5103

Component created

Component changed

This module adds the ability to specify attributes for individual options on Drupal Form API elements of the types: select, checkboxes, and radios.

This is an API module, with no user interface. You would only need this module if another module you are using requires it or if you are programming a custom form that needs attributes on select <option> children, individual radio buttons within a radios element, or individual checkbox elements within a checkboxes group element.

Update Path

Component type

module

Maintenance status

Development status

Downloads

1240

Component created

Component changed

Drupal's Update Path is the set of steps that normally happen when getting a database up to date with the exported configuration. This project implements these steps in a Drush command which thanks to Drush's command API can be adapted to your particular workflow.

The update path involves the following steps:

Configurable Help

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a spin-off from #2351991: Add a config entity for a configurable, topic-based help system.

On that issue, a new configuration entity was proposed for Drupal 8 Core, which would allow site builders, module developers, and theme developers to use the Drupal administrative UI to define, share, and deploy help topics. See the issue summary for details.