You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it easy for modules to integrate with Key, the version of the module for Drupal 7 adds a new form API element called key. It extends the select element, but fills #options with the list of available keys. It also provides additional instructions for using and defining keys in the #description. Here's an example of what that looks like in code:
To make it easy for modules to integrate with Key, the version of the module for Drupal 7 adds a new form API element called
key
. It extends theselect
element, but fills#options
with the list of available keys. It also provides additional instructions for using and defining keys in the#description
. Here's an example of what that looks like in code:This functionality should be in the Drupal 8 version also. Key for D7 has additional functionality, such as filtering, that can be added later for D8.
The text was updated successfully, but these errors were encountered: