Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
FormStateDecoratorBaseTest::providerGetRedirect function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testGetRedirect().
FormStateDecoratorBaseTest::providerGetTemporaryValue function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testGetTemporaryValue().
FormStateDecoratorBaseTest::testGet function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::get[[api-linebreak]]
FormStateDecoratorBaseTest::testGetAlwaysProcess function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getAlwaysProcess[[api-linebreak]]
FormStateDecoratorBaseTest::testGetBuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getBuildInfo[[api-linebreak]]
FormStateDecoratorBaseTest::testGetButtons function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getButtons[[api-linebreak]]
FormStateDecoratorBaseTest::testGetCacheableArray function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getCacheableArray[[api-linebreak]]
FormStateDecoratorBaseTest::testGetCleanValueKeys function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getCleanValueKeys[[api-linebreak]]
FormStateDecoratorBaseTest::testGetCompleteForm function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getCompleteForm[[api-linebreak]]
FormStateDecoratorBaseTest::testGetError function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getError[[api-linebreak]]
FormStateDecoratorBaseTest::testGetErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getErrors[[api-linebreak]]
FormStateDecoratorBaseTest::testGetFormObject function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getFormObject[[api-linebreak]]
FormStateDecoratorBaseTest::testGetGroups function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getGroups[[api-linebreak]]
FormStateDecoratorBaseTest::testGetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getLimitValidationErrors[[api-linebreak]]
FormStateDecoratorBaseTest::testGetRebuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getRebuildInfo[[api-linebreak]]
FormStateDecoratorBaseTest::testGetRedirect function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getRedirect[[api-linebreak]]
FormStateDecoratorBaseTest::testGetResponse function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getResponse[[api-linebreak]]
FormStateDecoratorBaseTest::testGetStorage function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getStorage[[api-linebreak]]
FormStateDecoratorBaseTest::testGetSubmitHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getSubmitHandlers[[api-linebreak]]
FormStateDecoratorBaseTest::testGetTemporary function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getTemporary[[api-linebreak]]
FormStateDecoratorBaseTest::testGetTemporaryValue function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getTemporaryValue[[api-linebreak]]
FormStateDecoratorBaseTest::testGetTriggeringElement function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getTriggeringElement[[api-linebreak]]
FormStateDecoratorBaseTest::testGetUserInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getUserInput[[api-linebreak]]
FormStateDecoratorBaseTest::testGetValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getValidateHandlers[[api-linebreak]]
FormStateDecoratorBaseTest::testGetValue function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getValue[[api-linebreak]]
FormStateDecoratorBaseTest::testGetValues function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getValues[[api-linebreak]]
FormStateInterface::get function core/lib/Drupal/Core/Form/FormStateInterface.php Gets any arbitrary property.
FormStateInterface::getAlwaysProcess function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if this form should always be processed.
FormStateInterface::getBuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the build info for the form.
FormStateInterface::getButtons function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the submit and button elements for the form.
FormStateInterface::getCacheableArray function core/lib/Drupal/Core/Form/FormStateInterface.php Returns an array representation of the cacheable portion of the form state.
FormStateInterface::getCleanValueKeys function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the keys of the form values that will be cleaned.
FormStateInterface::getCompleteForm function core/lib/Drupal/Core/Form/FormStateInterface.php Returns a reference to the complete form array.
FormStateInterface::getError function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the error message filed against the given form element.
FormStateInterface::getErrors function core/lib/Drupal/Core/Form/FormStateInterface.php Returns an associative array of all errors.
FormStateInterface::getFormObject function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the form object that is responsible for building this form.
FormStateInterface::getGroups function core/lib/Drupal/Core/Form/FormStateInterface.php Returns references to details elements to render them within vertical tabs.
FormStateInterface::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateInterface.php Retrieves the limited validation error sections.
FormStateInterface::getRebuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the rebuild info.
FormStateInterface::getRedirect function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the value to use for redirecting after the form has been executed.
FormStateInterface::getResponse function core/lib/Drupal/Core/Form/FormStateInterface.php Gets a response for this form.
FormStateInterface::getStorage function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the entire set of arbitrary data.
FormStateInterface::getSubmitHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the submit handlers.
FormStateInterface::getTemporary function core/lib/Drupal/Core/Form/FormStateInterface.php Gets temporary data.
FormStateInterface::getTemporaryValue function core/lib/Drupal/Core/Form/FormStateInterface.php Gets an arbitrary value from temporary storage.
FormStateInterface::getTriggeringElement function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the form element that triggered submission.
FormStateInterface::getUserInput function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the form values as they were submitted by the user.
FormStateInterface::getValidateHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the validate handlers.
FormStateInterface::getValue function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the submitted form value for a specific key.
FormStateInterface::getValues function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the submitted and sanitized form values.

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