Search for form
- Search 7.x for form
- Search 9.5.x for form
- Search 8.9.x for form
- Search 10.3.x for form
- Search 11.x for form
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Form | class | core/ |
Form to test _form routing. |
| Form | class | core/ |
Provides a render element for a form. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayRepository::getFormDisplay | function | core/ |
Returns the entity form display associated with a bundle and form mode. |
| EntityDisplayRepository::getFormModeOptions | function | core/ |
Gets an array of form mode options. |
| EntityDisplayRepository::getFormModeOptionsByBundle | function | core/ |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepository::getFormModes | function | core/ |
Gets the entity form mode info for a specific entity type. |
| EntityDisplayRepositoryInterface::getAllFormModes | function | core/ |
Gets the entity form mode info for all entity types. |
| EntityDisplayRepositoryInterface::getFormDisplay | function | core/ |
Returns the entity form display associated with a bundle and form mode. |
| EntityDisplayRepositoryInterface::getFormModeOptions | function | core/ |
Gets an array of form mode options. |
| EntityDisplayRepositoryInterface::getFormModeOptionsByBundle | function | core/ |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepositoryInterface::getFormModes | function | core/ |
Gets the entity form mode info for a specific entity type. |
| EntityDisplayRepositoryTest::testFormDisplay | function | core/ |
Tests form display. |
| EntityDisplayTest::testEntityForm | function | core/ |
Tests the use of regions for entity form displays. |
| EntityExists::transform | function | core/ |
Performs the associated process. |
| EntityField::$formatterOptions | property | core/ |
An array of formatter options. |
| EntityField::$formatterPluginManager | property | core/ |
The field formatter plugin manager. |
| EntityField::buildGroupByForm | function | core/ |
Extend the group by form with group columns. |
| EntityField::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| EntityField::getFormatterInstance | function | core/ |
Returns the field formatter instance. |
| EntityField::multiple_options_form | function | core/ |
Provide options for multiple value fields. |
| EntityField::submitFormCalculateOptions | function | core/ |
Calculates options stored on the handler. |
| EntityField::submitGroupByForm | function | core/ |
Perform any necessary changes to the form values prior to storage. |
| EntityForm | class | core/ |
Base class for entity forms. |
| EntityForm.php | file | core/ |
|
| EntityForm::$entity | property | core/ |
The entity being used by this form. |
| EntityForm::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityForm::$moduleHandler | property | core/ |
The module handler service. |
| EntityForm::$operation | property | core/ |
The name of the current operation. |
| EntityForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| EntityForm::actionsElement | function | core/ |
Returns the action form element for the current entity form. |
| EntityForm::afterBuild | function | core/ |
Form element #after_build callback: Updates the entity with submitted data. |
| EntityForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
| EntityForm::buildForm | function | core/ |
Form constructor. |
| EntityForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| EntityForm::form | function | core/ |
Gets the actual form array to be built. |
| EntityForm::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
| EntityForm::getCallableFromDefinition | function | core/ |
Gets a callable from a string or array definition if possible. |
| EntityForm::getEntity | function | core/ |
Gets the form entity. |
| EntityForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| EntityForm::getOperation | function | core/ |
Gets the operation identifying the form. |
| EntityForm::init | function | core/ |
Initialize the form state and the entity before the first form build. |
| EntityForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
| EntityForm::prepareInvokeAll | function | core/ |
Invokes the specified prepare hook variant. |
| EntityForm::processForm | function | core/ |
Process callback: assigns weights and hides extra fields. |
| EntityForm::save | function | core/ |
Form submission handler for the 'save' action. |
| EntityForm::setEntity | function | core/ |
Sets the form entity. |
| EntityForm::setEntityTypeManager | function | core/ |
Sets the entity type manager for this form. |
| EntityForm::setModuleHandler | function | core/ |
Sets the module handler for this form. |
| EntityForm::setOperation | function | core/ |
Sets the operation for this form. |
| EntityForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
| EntityFormBuilder | class | core/ |
Builds entity forms. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.