Remove references to node_edit in FormBuilderInterface

Created on 21 June 2012, over 12 years ago
Updated 28 July 2024, 5 months ago

Problem/Motivation

API page: http://api.drupal.org/api/drupal/core%21includes%21form.inc/function/dru... has references to non existing forms.

Steps to reproduce

Proposed resolution

Remove references to node_edit.

Remaining tasks

Review
Commit

User interface changes

API changes

Data model changes

Release notes snippet

Original issue summary

API page: http://api.drupal.org/api/drupal/core%21includes%21form.inc/function/dru...

The documentation page, right before "Related topics," shows the following text:

would be called via drupal_form_submit() as follows:

  $form_state['values'] = $my_form_values;
  $form_state['build_info']['args'] = array(&$object);
  drupal_form_submit('mymodule_form', $form_state);

For example:

After the last line, I guess there should be an example, but the page doesn't show any example. It seems the example has been given, and the page should contain the following text.

would be called via drupal_form_submit() as follows, for example:

  $form_state['values'] = $my_form_values;
  $form_state['build_info']['args'] = array(&$object);
  drupal_form_submit('mymodule_form', $form_state);
📌 Task
Status

Fixed

Version

11.0 🔥

Component
Documentation  →

Last updated 1 day ago

No maintainer
Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024