Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
FormBuilder::getForm function core/lib/Drupal/Core/Form/FormBuilder.php Gets a renderable form array.
FormBuilder::getFormId function core/lib/Drupal/Core/Form/FormBuilder.php Determines the ID of a form.
FormBuilderInterface::getForm function core/lib/Drupal/Core/Form/FormBuilderInterface.php Gets a renderable form array.
FormBuilderInterface::getFormId function core/lib/Drupal/Core/Form/FormBuilderInterface.php Determines the ID of a form.
FormBuilderTest::testGetAjaxRequest function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests get ajax request.
FormBuilderTest::testGetCache function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getCache() method.
FormBuilderTest::testGetFormIdWithBaseForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with a base form object.
FormBuilderTest::testGetFormIdWithClassName function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with a class name form ID.
FormBuilderTest::testGetFormIdWithInjectedClassName function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with an injected class name form ID.
FormBuilderTest::testGetFormIdWithNonFormClass function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests get form id with non form class.
FormBuilderTest::testGetFormIdWithObject function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with a form object.
FormBuilderTest::testGetFormIdWithString function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with a string based form ID.
FormBuilderTest::testGetFormWithClassString function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getForm() method with a class name based form ID.
FormBuilderTest::testGetFormWithObject function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getForm() method with a form object.
FormBuilderTest::testGetFormWithString function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getForm() method with a string based form ID.
FormBuilderTest::testRebuildFormOnGetRequest function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the rebuildForm() method for a GET submission.
FormCache::getCache function core/lib/Drupal/Core/Form/FormCache.php Fetches a form from the cache.
FormCacheInterface::getCache function core/lib/Drupal/Core/Form/FormCacheInterface.php Fetches a form from the cache.
FormCacheTest::testGetCacheAnonUser function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests get cache anon user.
FormCacheTest::testGetCacheAuthUser function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests get cache auth user.
FormCacheTest::testGetCacheInvalidToken function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests get cache invalid token.
FormCacheTest::testGetCacheNoForm function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests get cache no form.
FormCacheTest::testGetCacheValidToken function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests get cache valid token.
FormController::getContentResult function core/lib/Drupal/Core/Controller/FormController.php Invokes the form and returns the result.
FormController::getFormArgument function core/lib/Drupal/Core/Controller/FormController.php Extracts the form argument string from a request.
FormController::getFormId function core/modules/system/tests/modules/condition_test/src/FormController.php Returns a unique string identifying the form.
FormController::getFormObject function core/lib/Drupal/Core/Controller/FormController.php Returns the object used to build the form.
FormDefaultHandlersTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Returns a unique string identifying the form.
FormElementBase::getSourceElement function core/modules/config_translation/src/FormElement/FormElementBase.php Returns the source element for a given configuration definition.
FormElementBase::getTranslationBuild function core/modules/config_translation/src/FormElement/FormElementBase.php Builds a render array containing the source and translation form elements.
FormElementBase::getTranslationElement function core/modules/config_translation/src/FormElement/FormElementBase.php Returns the translation form element for a given configuration definition.
FormElementHelper::getElementByName function core/lib/Drupal/Core/Form/FormElementHelper.php Retrieves a form element.
FormElementHelper::getElementTitle function core/lib/Drupal/Core/Form/FormElementHelper.php Returns the title for the element.
FormElementHelperTest::getElementByNameProvider function core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php Provides test data.
FormElementHelperTest::getElementTitleProvider function core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php Provides test data.
FormElementHelperTest::testGetElementByName function core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php Tests the getElementByName() method.
FormElementHelperTest::testGetElementTitle function core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php Tests the getElementTitle() method.
FormElementMaxlengthTest::getFormId function core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php Returns a unique string identifying the form.
FormInterface::getFormId function core/lib/Drupal/Core/Form/FormInterface.php Returns a unique string identifying the form.
FormState::get function core/lib/Drupal/Core/Form/FormState.php Gets the value for a property in the form state storage.
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.

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