ActionAddForm.php

Same filename in this branch
  1. 8.9.x core/modules/action/src/Form/ActionAddForm.php
Same filename in other branches
  1. 9 core/modules/action/src/Form/ActionAddForm.php
  2. 10 core/modules/action/src/Form/ActionAddForm.php
  3. 11.x core/modules/action/src/Form/ActionAddForm.php

Namespace

Drupal\action

File

core/modules/action/src/ActionAddForm.php

View source
<?php

namespace Drupal\action;

use Drupal\action\Form\ActionAddForm as ActionAddFormCurrent;
@trigger_error('The ' . __NAMESPACE__ . '\\ActionAddForm is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use ' . __NAMESPACE__ . '\\Form\\ActionAddForm. See https://www.drupal.org/node/3033540', E_USER_DEPRECATED);

/**
 * Provides a form for action add forms.
 *
 * @internal
 *
 * @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use
 *   \Drupal\action\Form\ActionEditForm instead.
 *
 * @see https://www.drupal.org/node/3033540
 */
class ActionAddForm extends ActionAddFormCurrent {

}

Classes

Title Deprecated Summary
ActionAddForm

in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\action\Form\ActionEditForm instead.

Provides a form for action add forms.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.