Search for __get
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormStateDecoratorBase::getRedirect | function | core/ |
Gets the value to use for redirecting after the form has been executed. |
| FormStateDecoratorBase::getResponse | function | core/ |
Gets a response for this form. |
| FormStateDecoratorBase::getStorage | function | core/ |
Returns the entire set of arbitrary data. |
| FormStateDecoratorBase::getSubmitHandlers | function | core/ |
Gets the submit handlers. |
| FormStateDecoratorBase::getTemporary | function | core/ |
Gets temporary data. |
| FormStateDecoratorBase::getTemporaryValue | function | core/ |
Gets an arbitrary value from temporary storage. |
| FormStateDecoratorBase::getTriggeringElement | function | core/ |
Gets the form element that triggered submission. |
| FormStateDecoratorBase::getUserInput | function | core/ |
Returns the form values as they were submitted by the user. |
| FormStateDecoratorBase::getValidateHandlers | function | core/ |
Gets the validate handlers. |
| FormStateDecoratorBase::getValue | function | core/ |
Returns the submitted form value for a specific key. |
| FormStateDecoratorBase::getValues | function | core/ |
Returns the submitted and sanitized form values. |
| FormStateDecoratorBaseTest::providerGet | function | core/ |
Provides data to self::testGet(). |
| FormStateDecoratorBaseTest::providerGetRedirect | function | core/ |
Provides data to self::testGetRedirect(). |
| FormStateDecoratorBaseTest::providerGetTemporaryValue | function | core/ |
Provides data to self::testGetTemporaryValue(). |
| FormStateDecoratorBaseTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetAlwaysProcess | function | core/ |
@covers ::getAlwaysProcess[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetBuildInfo | function | core/ |
@covers ::getBuildInfo[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetButtons | function | core/ |
@covers ::getButtons[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetCacheableArray | function | core/ |
@covers ::getCacheableArray[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetCleanValueKeys | function | core/ |
@covers ::getCleanValueKeys[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetCompleteForm | function | core/ |
@covers ::getCompleteForm[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetError | function | core/ |
@covers ::getError[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetErrors | function | core/ |
@covers ::getErrors[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetFormObject | function | core/ |
@covers ::getFormObject[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetGroups | function | core/ |
@covers ::getGroups[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetLimitValidationErrors | function | core/ |
@covers ::getLimitValidationErrors[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetRebuildInfo | function | core/ |
@covers ::getRebuildInfo[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetRedirect | function | core/ |
@covers ::getRedirect[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetResponse | function | core/ |
@covers ::getResponse[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetStorage | function | core/ |
@covers ::getStorage[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetSubmitHandlers | function | core/ |
@covers ::getSubmitHandlers[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetTemporary | function | core/ |
@covers ::getTemporary[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetTemporaryValue | function | core/ |
@covers ::getTemporaryValue[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetTriggeringElement | function | core/ |
@covers ::getTriggeringElement[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetUserInput | function | core/ |
@covers ::getUserInput[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetValidateHandlers | function | core/ |
@covers ::getValidateHandlers[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetValue | function | core/ |
@covers ::getValue[[api-linebreak]] |
| FormStateDecoratorBaseTest::testGetValues | function | core/ |
@covers ::getValues[[api-linebreak]] |
| FormStateInterface::get | function | core/ |
Gets the value for a property in the form state storage. |
| FormStateInterface::getAlwaysProcess | function | core/ |
Determines if this form should always be processed. |
| FormStateInterface::getBuildInfo | function | core/ |
Returns the build info for the form. |
| FormStateInterface::getButtons | function | core/ |
Returns the submit and button elements for the form. |
| FormStateInterface::getCacheableArray | function | core/ |
Returns an array representation of the cacheable portion of the form state. |
| FormStateInterface::getCleanValueKeys | function | core/ |
Gets the keys of the form values that will be cleaned. |
| FormStateInterface::getCompleteForm | function | core/ |
Returns a reference to the complete form array. |
| FormStateInterface::getError | function | core/ |
Returns the error message filed against the given form element. |
| FormStateInterface::getErrors | function | core/ |
Returns an associative array of all errors. |
| FormStateInterface::getFormObject | function | core/ |
Returns the form object that is responsible for building this form. |
| FormStateInterface::getGroups | function | core/ |
Returns references to details elements to render them within vertical tabs. |
| FormStateInterface::getIgnoreDestination | function | core/ |
Gets whether the redirect respects the destination query parameter. |
Pagination
- Previous page
- Page 94
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.