Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
FormTestObject::buildForm function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::getFormId function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::submitForm function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::validateForm function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestOptionalContainerForm class core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php Builds a simple form to test the #optional property on #type 'container'.
FormTestOptionalContainerForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestOptionalContainerForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestOptionalContainerForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestOptionalContainerForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestPatternForm class core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php Builds a simple form using the FAPI #pattern property.
FormTestPatternForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPatternForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPatternForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPatternForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPlaceholderForm class core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php Builds a form to test the placeholder attribute.
FormTestPlaceholderForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestPlaceholderForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestPlaceholderForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestPlaceholderForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestProgrammaticForm class core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Form builder to test programmatic form submissions.
FormTestProgrammaticForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestRadiosCheckedForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form constructor to test #default_value settings of radios.
FormTestRadiosCheckedForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRangeForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php Form constructor for testing #type 'range' elements.
FormTestRangeForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeInvalidForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php Form constructor for testing invalid #type 'range' elements.
FormTestRangeInvalidForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
FormTestRangeInvalidForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
FormTestRangeInvalidForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
FormTestRangeInvalidForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
FormTestRebuildPreserveValuesForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form builder for testing preservation of values during a rebuild.
FormTestRebuildPreserveValuesForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::addMoreSubmitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRecipeInputForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRecipeInputForm.php Form to test recipe input functionality.
FormTestRecipeInputForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRecipeInputForm.php
FormTestRecipeInputForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRecipeInputForm.php

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