ExtendedForm.php

Same filename and directory in other branches
  1. 10 core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php

Namespace

Drupal\install_form_test\Form

File

core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php

View source
<?php

namespace Drupal\install_form_test\Form;

use Drupal\Core\Installer\Form\SiteSettingsForm;

/**
 * Extends the site setting form.
 */
class ExtendedForm extends SiteSettingsForm {

}

Classes

Title Deprecated Summary
ExtendedForm Extends the site setting form.

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