Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 any arbitrary property. |
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::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
FormStateInterface::getRebuildInfo | function | core/ |
Gets the rebuild info. |
FormStateInterface::getRedirect | function | core/ |
Gets the value to use for redirecting after the form has been executed. |
FormStateInterface::getResponse | function | core/ |
Gets a response for this form. |
FormStateInterface::getStorage | function | core/ |
Returns the entire set of arbitrary data. |
FormStateInterface::getSubmitHandlers | function | core/ |
Gets the submit handlers. |
FormStateInterface::getTemporary | function | core/ |
Gets temporary data. |
FormStateInterface::getTemporaryValue | function | core/ |
Gets an arbitrary value from temporary storage. |
FormStateInterface::getTriggeringElement | function | core/ |
Gets the form element that triggered submission. |
FormStateInterface::getUserInput | function | core/ |
Returns the form values as they were submitted by the user. |
FormStateInterface::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormStateInterface::getValue | function | core/ |
Returns the submitted form value for a specific key. |
FormStateInterface::getValues | function | core/ |
Returns the submitted and sanitized form values. |
Pagination
- Previous page
- Page 91
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.