Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FormState::$values property core/lib/Drupal/Core/Form/FormState.php An associative array of values submitted to the form.
FormState::addBuildInfo function core/lib/Drupal/Core/Form/FormState.php Adds a value to the build info.
FormState::addCleanValueKey function core/lib/Drupal/Core/Form/FormState.php Adds a key to the array of form values that will be cleaned.
FormState::addRebuildInfo function core/lib/Drupal/Core/Form/FormState.php Adds a value to the rebuild info.
FormState::cleanValues function core/lib/Drupal/Core/Form/FormState.php Removes internal Form API elements and buttons from submitted form values.
FormState::clearErrors function core/lib/Drupal/Core/Form/FormState.php Clears all errors against all form elements made by self::setErrorByName().
FormState::disableCache function core/lib/Drupal/Core/Form/FormState.php Prevents the form from being cached.
FormState::disableRedirect function core/lib/Drupal/Core/Form/FormState.php Prevents the form from redirecting.
FormState::get function core/lib/Drupal/Core/Form/FormState.php Gets any arbitrary property.
FormState::getAlwaysProcess function core/lib/Drupal/Core/Form/FormState.php Determines if this form should always be processed.
FormState::getBuildInfo function core/lib/Drupal/Core/Form/FormState.php Returns the build info for the form.
FormState::getButtons function core/lib/Drupal/Core/Form/FormState.php Returns the submit and button elements for the form.
FormState::getCacheableArray function core/lib/Drupal/Core/Form/FormState.php Returns an array representation of the cacheable portion of the form state.
FormState::getCleanValueKeys function core/lib/Drupal/Core/Form/FormState.php Gets the keys of the form values that will be cleaned.
FormState::getCompleteForm function core/lib/Drupal/Core/Form/FormState.php Returns a reference to the complete form array.
FormState::getError function core/lib/Drupal/Core/Form/FormState.php Returns the error message filed against the given form element.
FormState::getErrors function core/lib/Drupal/Core/Form/FormState.php Returns an associative array of all errors.
FormState::getFormObject function core/lib/Drupal/Core/Form/FormState.php Returns the form object that is responsible for building this form.
FormState::getGroups function core/lib/Drupal/Core/Form/FormState.php Returns references to details elements to render them within vertical tabs.
FormState::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormState.php Retrieves the limited validation error sections.
FormState::getRebuildInfo function core/lib/Drupal/Core/Form/FormState.php Gets the rebuild info.
FormState::getRedirect function core/lib/Drupal/Core/Form/FormState.php Gets the value to use for redirecting after the form has been executed.
FormState::getResponse function core/lib/Drupal/Core/Form/FormState.php Gets a response for this form.
FormState::getStorage function core/lib/Drupal/Core/Form/FormState.php Returns the entire set of arbitrary data.
FormState::getSubmitHandlers function core/lib/Drupal/Core/Form/FormState.php Gets the submit handlers.
FormState::getTemporary function core/lib/Drupal/Core/Form/FormState.php Gets temporary data.
FormState::getTemporaryValue function core/lib/Drupal/Core/Form/FormState.php Gets an arbitrary value from temporary storage.
FormState::getTriggeringElement function core/lib/Drupal/Core/Form/FormState.php Gets the form element that triggered submission.
FormState::getUserInput function core/lib/Drupal/Core/Form/FormState.php Returns the form values as they were submitted by the user.
FormState::getValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Gets the validate handlers.
FormState::getValues function core/lib/Drupal/Core/Form/FormState.php Implements \Drupal\Core\Form\FormStateInterface::getValues()
FormState::has function core/lib/Drupal/Core/Form/FormState.php Determines if an arbitrary property is present.
FormState::hasAnyErrors function core/lib/Drupal/Core/Form/FormState.php Determines if any forms have any errors.
FormState::hasFileElement function core/lib/Drupal/Core/Form/FormState.php Returns whether this form has a file element.
FormState::hasInvalidToken function core/lib/Drupal/Core/Form/FormState.php Determines if the form has an invalid token.
FormState::hasTemporaryValue function core/lib/Drupal/Core/Form/FormState.php Determines if a temporary value is present.
FormState::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormState.php Determines if this form submission should bypass #access.
FormState::isCached function core/lib/Drupal/Core/Form/FormState.php Determines if the form should be cached.
FormState::isExecuted function core/lib/Drupal/Core/Form/FormState.php Determines if the form was submitted and has been processed and executed.
FormState::isMethodType function core/lib/Drupal/Core/Form/FormState.php Returns the HTTP form method.
FormState::isProcessingInput function core/lib/Drupal/Core/Form/FormState.php Determines if the form input will be processed.
FormState::isProgrammed function core/lib/Drupal/Core/Form/FormState.php Returns if this form was submitted programmatically.
FormState::isRebuilding function core/lib/Drupal/Core/Form/FormState.php Determines if the form should be rebuilt after processing.
FormState::isRedirectDisabled function core/lib/Drupal/Core/Form/FormState.php Determines if redirecting has been prevented.
FormState::isRequestMethodSafe function core/lib/Drupal/Core/Form/FormState.php Checks whether the request method is a "safe" HTTP method.
FormState::isSubmitted function core/lib/Drupal/Core/Form/FormState.php Determines if the form has been submitted.
FormState::isValidationComplete function core/lib/Drupal/Core/Form/FormState.php Determines if validation has been completed.
FormState::isValidationEnforced function core/lib/Drupal/Core/Form/FormState.php Checks if validation is enforced.
FormState::loadInclude function core/lib/Drupal/Core/Form/FormState.php Ensures an include file is loaded whenever the form is processed.
FormState::moduleLoadInclude function core/lib/Drupal/Core/Form/FormState.php Wraps ModuleHandler::loadInclude().

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