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 |
|---|---|---|---|
| WorkspaceActivateForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| WorkspaceActivateForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| WorkspaceActivateForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| WorkspaceActivateForm::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… |
| WorkspaceActivateForm::__construct | function | core/ |
Constructs a new WorkspaceActivateForm. |
| WorkspaceDeleteForm | class | core/ |
Provides a form for deleting a workspace. |
| WorkspaceDeleteForm.php | file | core/ |
|
| WorkspaceDeleteForm::$entity | property | core/ |
The workspace entity. |
| WorkspaceDeleteForm::$workspaceRepository | property | core/ |
The workspace repository service. |
| WorkspaceDeleteForm::$workspaceTracker | property | core/ |
The workspace tracker service. |
| WorkspaceDeleteForm::buildForm | function | core/ |
Form constructor. |
| WorkspaceDeleteForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| WorkspaceDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| WorkspaceDeleteForm::__construct | function | core/ |
Constructs a WorkspaceDeleteForm object. |
| WorkspaceDynamicSafeFormInterface | interface | core/ |
Defines an interface for forms that can be workspace-safe. |
| WorkspaceDynamicSafeFormInterface.php | file | core/ |
|
| WorkspaceDynamicSafeFormInterface::isWorkspaceSafeForm | function | core/ |
Determines whether the form is safe to be submitted in a workspace. |
| WorkspaceForm | class | core/ |
Form controller for the workspace edit forms. |
| WorkspaceForm.php | file | core/ |
|
| WorkspaceForm::$entity | property | core/ |
The workspace entity. |
| WorkspaceForm::$workspaceManager | property | core/ |
The workspace manager. |
| WorkspaceForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| WorkspaceForm::activate | function | core/ |
Form submission handler for the 'submit' action. |
| WorkspaceForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| WorkspaceForm::flagViolations | function | core/ |
Flags violations for the current form. |
| WorkspaceForm::form | function | core/ |
Gets the actual form array to be built. |
| WorkspaceForm::getEditedFieldNames | function | core/ |
Gets the names of all fields edited in the form. |
| WorkspaceForm::save | function | core/ |
Form submission handler for the 'save' action. |
| WorkspaceFormPersistenceTest | class | core/ |
Tests form persistence for the active workspace. |
| WorkspaceFormPersistenceTest.php | file | core/ |
|
| WorkspaceFormPersistenceTest::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceFormPersistenceTest::$formBuilder | property | core/ |
The form builder. |
| WorkspaceFormPersistenceTest::$modules | property | core/ |
Modules to install. |
| WorkspaceFormPersistenceTest::setUp | function | core/ |
|
| WorkspaceFormPersistenceTest::testFormPersistence | function | core/ |
Tests that the active workspace is persisted throughout a form's lifecycle. |
| WorkspaceFormValidationTest | class | core/ |
Tests Workspaces form validation. |
| WorkspaceFormValidationTest.php | file | core/ |
|
| WorkspaceFormValidationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WorkspaceFormValidationTest::$modules | property | core/ |
Modules to install. |
| WorkspaceFormValidationTest::setUp | function | core/ |
|
| WorkspaceFormValidationTest::testValidateLimitErrors | function | core/ |
Tests partial form validation through #limit_validation_errors. |
| WorkspaceInformation | class | core/ |
General service for workspace support information. |
| WorkspaceInformation.php | file | core/ |
|
| WorkspaceInformation::$ignored | property | core/ |
An array of workspace-ignored statuses, keyed by entity type ID. |
| WorkspaceInformation::$supported | property | core/ |
An array of workspace-support statuses, keyed by entity type ID. |
| WorkspaceInformation::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
| WorkspaceInformation::isEntityDeletable | function | core/ |
Determines whether an entity can be deleted in the given workspace. |
| WorkspaceInformation::isEntityIgnored | function | core/ |
Determines whether CRUD operations for an entity are allowed. |
| WorkspaceInformation::isEntitySupported | function | core/ |
Determines whether an entity can belong to a workspace. |
| WorkspaceInformation::isEntityTypeIgnored | function | core/ |
Determines whether CRUD operations for an entity type are allowed. |
Pagination
- Previous page
- Page 205
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.