Search for form
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Form | class | core/ |
Provides a render element for a form. |
Form | class | core/ |
Form to test _form routing. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
BookOutlineForm | class | core/ |
Displays the book outline form. |
BookOutlineForm.php | file | core/ |
|
BookOutlineForm::$bookManager | property | core/ |
BookManager service. |
BookOutlineForm::$entity | property | core/ |
The book being displayed. |
BookOutlineForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
BookOutlineForm::create | function | core/ |
Instantiates a new instance of this class. |
BookOutlineForm::form | function | core/ |
Gets the actual form array to be built. |
BookOutlineForm::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
BookOutlineForm::save | function | core/ |
Form submission handler for the 'save' action. |
BookOutlineForm::__construct | function | core/ |
Constructs a BookOutlineForm object. |
BookRemoveForm | class | core/ |
Remove form for book module. |
BookRemoveForm.php | file | core/ |
|
BookRemoveForm::$bookManager | property | core/ |
The book manager. |
BookRemoveForm::$node | property | core/ |
The node representing the book. |
BookRemoveForm::buildForm | function | core/ |
Form constructor. |
BookRemoveForm::create | function | core/ |
Instantiates a new instance of this class. |
BookRemoveForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
BookRemoveForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
BookRemoveForm::getDescription | function | core/ |
Returns additional text to display as a description. |
BookRemoveForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
BookRemoveForm::getQuestion | function | core/ |
Returns the question to ask the user. |
BookRemoveForm::submitForm | function | core/ |
Form submission handler. |
BookRemoveForm::__construct | function | core/ |
Constructs a BookRemoveForm object. |
BookSettingsForm | class | core/ |
Configure book settings for this site. |
BookSettingsForm.php | file | core/ |
|
BookSettingsForm::buildForm | function | core/ |
Form constructor. |
BookSettingsForm::filterAndSortAllowedTypes | function | core/ |
Transformation callback for the book_allowed_types config value. |
BookSettingsForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
BookSettingsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
BookSettingsForm::validateForm | function | core/ |
Form validation handler. |
BookSettingsFormTest | class | core/ |
@covers \Drupal\book\Form\BookSettingsForm @group book |
BookSettingsFormTest.php | file | core/ |
|
BookSettingsFormTest::$modules | property | core/ |
Modules to enable. |
BookSettingsFormTest::setUp | function | core/ |
|
BookSettingsFormTest::testConfigValuesSavedCorrectly | function | core/ |
Tests that submitted values are processed and saved correctly. |
BookTest::testSettingsForm | function | core/ |
Tests that the book settings form can be saved without error. |
book_form_node_confirm_form_alter | function | core/ |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeDeleteForm. |
book_form_node_form_alter | function | core/ |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm. |
book_form_update | function | core/ |
Renders a new parent page select element when the book selection changes. |
book_node_prepare_form | function | core/ |
Implements hook_ENTITY_TYPE_prepare_form() for node entities. |
Boolean::$formats | property | core/ |
The allowed formats. |
Boolean::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
BooleanCheckboxWidget::formElement | function | core/ |
Returns the form for a single field widget. |
BooleanCheckboxWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
BooleanFieldTest::testFormAccess | function | core/ |
Tests field access. |
BooleanFormatter | class | core/ |
Plugin implementation of the 'boolean' formatter. |
BooleanFormatter.php | file | core/ |
|
BooleanFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
BooleanFormatter::getOutputFormats | function | core/ |
Gets the available format options. |
BooleanFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.