Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormBuilder::getForm | function | core/ |
Gets a renderable form array. |
| FormBuilder::getFormId | function | core/ |
Determines the ID of a form. |
| FormBuilderInterface::getForm | function | core/ |
Gets a renderable form array. |
| FormBuilderInterface::getFormId | function | core/ |
Determines the ID of a form. |
| FormBuilderTest::testGetAjaxRequest | function | core/ |
Tests get ajax request. |
| FormBuilderTest::testGetCache | function | core/ |
Tests the getCache() method. |
| FormBuilderTest::testGetFormIdWithBaseForm | function | core/ |
Tests the getFormId() method with a base form object. |
| FormBuilderTest::testGetFormIdWithClassName | function | core/ |
Tests the getFormId() method with a class name form ID. |
| FormBuilderTest::testGetFormIdWithInjectedClassName | function | core/ |
Tests the getFormId() method with an injected class name form ID. |
| FormBuilderTest::testGetFormIdWithNonFormClass | function | core/ |
Tests get form id with non form class. |
| FormBuilderTest::testGetFormIdWithObject | function | core/ |
Tests the getFormId() method with a form object. |
| FormBuilderTest::testGetFormIdWithString | function | core/ |
Tests the getFormId() method with a string based form ID. |
| FormBuilderTest::testGetFormWithClassString | function | core/ |
Tests the getForm() method with a class name based form ID. |
| FormBuilderTest::testGetFormWithObject | function | core/ |
Tests the getForm() method with a form object. |
| FormBuilderTest::testGetFormWithString | function | core/ |
Tests the getForm() method with a string based form ID. |
| FormBuilderTest::testRebuildFormOnGetRequest | function | core/ |
Tests the rebuildForm() method for a GET submission. |
| FormCache::getCache | function | core/ |
Fetches a form from the cache. |
| FormCacheInterface::getCache | function | core/ |
Fetches a form from the cache. |
| FormCacheTest::testGetCacheAnonUser | function | core/ |
Tests get cache anon user. |
| FormCacheTest::testGetCacheAuthUser | function | core/ |
Tests get cache auth user. |
| FormCacheTest::testGetCacheInvalidToken | function | core/ |
Tests get cache invalid token. |
| FormCacheTest::testGetCacheNoForm | function | core/ |
Tests get cache no form. |
| FormCacheTest::testGetCacheValidToken | function | core/ |
Tests get cache valid token. |
| FormController::getContentResult | function | core/ |
Invokes the form and returns the result. |
| FormController::getFormArgument | function | core/ |
Extracts the form argument string from a request. |
| FormController::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormController::getFormObject | function | core/ |
Returns the object used to build the form. |
| FormDefaultHandlersTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormElementBase::getSourceElement | function | core/ |
Returns the source element for a given configuration definition. |
| FormElementBase::getTranslationBuild | function | core/ |
Builds a render array containing the source and translation form elements. |
| FormElementBase::getTranslationElement | function | core/ |
Returns the translation form element for a given configuration definition. |
| FormElementHelper::getElementByName | function | core/ |
Retrieves a form element. |
| FormElementHelper::getElementTitle | function | core/ |
Returns the title for the element. |
| FormElementHelperTest::getElementByNameProvider | function | core/ |
Provides test data. |
| FormElementHelperTest::getElementTitleProvider | function | core/ |
Provides test data. |
| FormElementHelperTest::testGetElementByName | function | core/ |
Tests the getElementByName() method. |
| FormElementHelperTest::testGetElementTitle | function | core/ |
Tests the getElementTitle() method. |
| FormElementMaxlengthTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormInterface::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormState::get | function | core/ |
Gets the value for a property in the form state storage. |
| FormState::getAlwaysProcess | function | core/ |
Determines if this form should always be processed. |
| FormState::getBuildInfo | function | core/ |
Returns the build info for the form. |
| FormState::getButtons | function | core/ |
Returns the submit and button elements for the form. |
| FormState::getCacheableArray | function | core/ |
Returns an array representation of the cacheable portion of the form state. |
| FormState::getCleanValueKeys | function | core/ |
Gets the keys of the form values that will be cleaned. |
| FormState::getCompleteForm | function | core/ |
Returns a reference to the complete form array. |
| FormState::getError | function | core/ |
Returns the error message filed against the given form element. |
| FormState::getErrors | function | core/ |
Returns an associative array of all errors. |
| FormState::getFormObject | function | core/ |
Returns the form object that is responsible for building this form. |
| FormState::getGroups | function | core/ |
Returns references to details elements to render them within vertical tabs. |
Pagination
- Previous page
- Page 96
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.