Serialization: Provides a service for (de)serializing data to/from formats such as JSON and XML
The Serialization module is included in Drupal core. When enabled, the Serialization module provides a service for (de)serializing data to/from formats such as JSON and XML.
Dependencies
- RESTful web services
- HAL (Hypertext Application Language)
Uses
Users can:
- Information Needed
Site administrators can:
- Information Needed
Issue Queue for 8.x
http://drupal.org/project/issues/drupal?version=8.x&component=serializat...
Rest - RESTful web services module
This page should be deleted, there is already one page at http://drupal.org/node/1972016 instead.
Options: Defines selection, check box and radio button widgets for text and numeric fields
The Options module is included in Drupal core. When enabled, the Options module defines selection, check box and radio button widgets for text and numeric fields.
Options provides a number of hooks:
hook_options_list returns the list of options to be displayed for a field. Field types willing to enable one or several of the widgets defined in options.module (select, radios/checkboxes, on/off checkbox) need to
implement this hook to specify the list of options to display in the widgets.
Parameters
- $field: The field definition.
- $instance: The instance definition. It is recommended to only use instance level properties to filter out values from a list defined by field level properties.
- $entity: The entity object the field is attached to.
- @return: The array of options for the field. Array keys are the values to be stored, and should be of the data type (string, number...) expected by the first 'column' for the field type. Array values are the labels to display within the widgets. The labels should NOT be sanitized, options.module takes care of sanitation according to the needs of each widget. The HTML tags defined in _field_filter_xss_allowed_tags() are allowed, other tags will be filtered.
Menu Link - Enables users to create menu links.
The Menu Link module is included in Drupal core. When enabled, the Menu Link module can be used to allow users to create menu links.
Uses
Users can:
- Information Needed
Site administrators can:
- Information Needed
Issue Queue for 8.x
http://drupal.org/project/issues/drupal?component=menu_link.module&versi...
Link: Defines simple link field types
The Link module is included in Drupal core. When enabled, the Link module defines simple link field types.
Dependencies
- Field
Uses
Users can:
- Information Needed
Site administrators can:
- Information Needed
Issue Queue for 8.x
http://drupal.org/project/issues/drupal?version=8.x&component=link.module
Link: Defines simple link field types
The Link module is included in Drupal core. When enabled, the Link module defines simple link field types.
Dependencies
- Field
Uses
Users can:
- Information Needed
Site administrators can:
- Information Needed
Issue Queue for 8.x
http://drupal.org/project/issues/drupal?version=8.x&component=link.module