You are here

1430 calls to StringTranslationTrait::t() in Drupal 9

AccessPluginBase::summaryTitle in core/modules/views/src/Plugin/views/access/AccessPluginBase.php
Returns the summary of the settings in the display.
AccountForm::alterPreferredLangcodeDescription in core/modules/user/src/AccountForm.php
Alters the preferred language widget description.
AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
Action::fields in core/modules/action/src/Plugin/migrate/source/Action.php
Returns available fields on the source.
ActionAdminManageForm::buildForm in core/modules/action/src/Form/ActionAdminManageForm.php
Form constructor.
ActionAjaxTest::buildConfigurationForm in core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php
Form constructor.
ActionFormBase::form in core/modules/action/src/Form/ActionFormBase.php
Gets the actual form array to be built.
ActionFormBase::save in core/modules/action/src/Form/ActionFormBase.php
Form submission handler for the 'save' action.
ActionListBuilder::render in core/modules/action/src/ActionListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
AddFormBase::buildActions in core/modules/media_library/src/Form/AddFormBase.php
Returns an array of supported actions for the form.
AddFormBase::buildCurrentSelectionArea in core/modules/media_library/src/Form/AddFormBase.php
Returns a render array containing the current selection.
AddFormBase::buildEntityFormElement in core/modules/media_library/src/Form/AddFormBase.php
Builds the sub-form for setting required fields on a new media item.
AddFormBase::buildForm in core/modules/media_library/src/Form/AddFormBase.php
Form constructor.
AddFormBase::buildSelectedItemElement in core/modules/media_library/src/Form/AddFormBase.php
Returns a render array for a single pre-selected media item.
AddFormBase::removeButtonSubmit in core/modules/media_library/src/Form/AddFormBase.php
Submit handler for the remove button.
AddHandler::buildForm in core/modules/views_ui/src/Form/Ajax/AddHandler.php
Form constructor.
AdvancedSettingsForm::buildForm in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Form constructor.
AdvancedSettingsForm::cacheSubmit in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Submission handler to clear the Views cache.
AggregatorController::adminOverview in core/modules/aggregator/src/Controller/AggregatorController.php
Displays the aggregator administration page.
AggregatorController::feedRefresh in core/modules/aggregator/src/Controller/AggregatorController.php
Refreshes a feed, then redirects to the overview page.
AggregatorController::pageLast in core/modules/aggregator/src/Controller/AggregatorController.php
Displays the most recent items gathered from any feed.
AggregatorFeed::fields in core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
Returns available fields on the source.
AggregatorFeedBlock::blockForm in core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::build in core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
Builds and returns the renderable array for this block plugin.
AggregatorFeedViewsData::getViewsData in core/modules/aggregator/src/AggregatorFeedViewsData.php
Returns views data for the entity type.
AggregatorItem::fields in core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
Returns available fields on the source.
AggregatorItemViewsData::getViewsData in core/modules/aggregator/src/AggregatorItemViewsData.php
Returns views data for the entity type.
AggregatorTitleFormatter::settingsForm in core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php
Returns a form to configure settings for the formatter.
AjaxCssForm::buildForm in core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php
Form constructor.
AjaxFormBlock::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
Form constructor.
AjaxFormBlock::updateOptions in core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
Updates the options of a select list.
AjaxFormsTestCommandsForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php
.
AjaxFormsTestImageButtonForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
Form constructor.
AjaxFormsTestLazyLoadForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php
Form constructor.
AjaxFormsTestSimpleForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php
Form constructor.
AjaxFormsTestValidationForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php
Form constructor.
AjaxFormsTestValidationForm::submitForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php
Form submission handler.
AjaxTestDialogForm::dialog in core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php
Util to render dialog in ajax callback.
AjaxTestForm::buildForm in core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php
Form constructor.
AjaxTestImageEffect::ajaxCallback in core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AJAX callback.
AjaxTestImageEffect::buildConfigurationForm in core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
Form constructor.
AlreadyInstalledException::__construct in core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php
Constructs a new "already installed" exception.
Analyze::buildForm in core/modules/views_ui/src/Form/Ajax/Analyze.php
Form constructor.
AreaPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/area/AreaPluginBase.php
Provide a form to edit options for this plugin.
ArgumentDefaultPluginBase::checkAccess in core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
If we don't have access to the form but are showing it anyway, ensure that the form is safe and cannot be changed from user input.
ArgumentPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide a form to edit options for this plugin.
ArgumentPluginBase::defaultActions in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide a list of default behaviors for this argument if the argument is not present.
ArgumentPluginBase::defaultArgumentForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide a form for selecting the default argument when the default action is set to provide default argument.
ArgumentPluginBase::defaultSummaryForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide a form for selecting further summary options when the default action is set to display one.
ArgumentPluginBase::getSortName in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Return a description of how the argument would normally be sorted.
ArgumentPluginBase::getTokenHelp in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide token help information for the argument.
ArgumentValidatorPluginBase::checkAccess in core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php
Blocks user input when the form is shown but we don´t have access.
Attachment::attachmentPositions in core/modules/views/src/Plugin/views/display/Attachment.php
Attachment::buildOptionsForm in core/modules/views/src/Plugin/views/display/Attachment.php
Provide the default form for setting options.
Attachment::optionsSummary in core/modules/views/src/Plugin/views/display/Attachment.php
Provide the summary for attachment options in the views UI.
BanAdmin::buildForm in core/modules/ban/src/Form/BanAdmin.php
BanAdmin::submitForm in core/modules/ban/src/Form/BanAdmin.php
Form submission handler.
BanAdmin::validateForm in core/modules/ban/src/Form/BanAdmin.php
Form validation handler.
BanDelete::getConfirmText in core/modules/ban/src/Form/BanDelete.php
Returns a caption for the button that confirms the action.
BanDelete::getQuestion in core/modules/ban/src/Form/BanDelete.php
Returns the question to ask the user.
BanDelete::submitForm in core/modules/ban/src/Form/BanDelete.php
Form submission handler.
BaseFieldFileFormatterBase::settingsForm in core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php
Returns a form to configure settings for the formatter.
BasicSettingsForm::buildForm in core/modules/views_ui/src/Form/BasicSettingsForm.php
Form constructor.
BigPipeTestForm::buildForm in core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php
Form constructor.
Block::blockForm in core/modules/views/src/Plugin/views/display/Block.php
Adds the configuration form elements specific to this views block plugin.
Block::buildOptionsForm in core/modules/views/src/Plugin/views/display/Block.php
Provide the default form for setting options.
Block::defineOptions in core/modules/views/src/Plugin/views/display/Block.php
Information about options for all kinds of purposes will be held here.
Block::fields in core/modules/block/src/Plugin/migrate/source/Block.php
Returns available fields on the source.
Block::optionsSummary in core/modules/views/src/Plugin/views/display/Block.php
Provide the summary for page options in the views UI.
BlockComponentRenderArray::onBuildRender in core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
Builds render arrays for block plugins and sets it on the event.
BlockContentBlock::blockForm in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
Overrides \Drupal\Core\Block\BlockBase::blockForm().
BlockContentBlock::build in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
Builds and returns the renderable array for this block plugin.
BlockContentController::add in core/modules/block_content/src/Controller/BlockContentController.php
Displays add custom block links for available types.
BlockContentController::getAddFormTitle in core/modules/block_content/src/Controller/BlockContentController.php
Provides the page title for this controller.
BlockContentForm::form in core/modules/block_content/src/BlockContentForm.php
Gets the actual form array to be built.
BlockContentForm::save in core/modules/block_content/src/BlockContentForm.php
Form submission handler for the 'save' action.
BlockContentListBuilder::buildHeader in core/modules/block_content/src/BlockContentListBuilder.php
Builds the header row for the entity listing.
BlockContentModerationHandler::enforceRevisionsBundleFormAlter in core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php
Alters bundle forms to enforce revision handling.
BlockContentModerationHandler::enforceRevisionsEntityFormAlter in core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php
Alters entity forms to enforce revision handling.
BlockContentTranslationHandler::entityFormTitle in core/modules/block_content/src/BlockContentTranslationHandler.php
Returns the title to be used for the entity form page.
BlockContentTypeForm::form in core/modules/block_content/src/BlockContentTypeForm.php
Gets the actual form array to be built.
BlockContentTypeForm::save in core/modules/block_content/src/BlockContentTypeForm.php
Form submission handler for the 'save' action.
BlockContentTypeListBuilder::buildHeader in core/modules/block_content/src/BlockContentTypeListBuilder.php
Builds the header row for the entity listing.
BlockContentTypeListBuilder::getTitle in core/modules/block_content/src/BlockContentTypeListBuilder.php
Gets the title of the page.
BlockContentViewsData::getViewsData in core/modules/block_content/src/BlockContentViewsData.php
Returns views data for the entity type.
BlockController::performOperation in core/modules/block/src/Controller/BlockController.php
Calls a method on a block and reloads the listing page.
BlockCustom::fields in core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
Returns available fields on the source.
BlockCustomTranslation::fields in core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
Returns available fields on the source.
BlockedIp::fields in core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php
Returns an array of destination fields.
BlockedIps::fields in core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
Returns available fields on the source.
BlockEntitySettingTrayForm::actions in core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php
Returns an array of supported actions for the current entity form.
BlockEntitySettingTrayForm::form in core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php
Gets the actual form array to be built.
BlockEntitySettingTrayForm::title in core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php
Provides a title callback to get the block's admin label.
BlockForm::actions in core/modules/block/src/BlockForm.php
Returns an array of supported actions for the current entity form.
BlockForm::buildVisibilityInterface in core/modules/block/src/BlockForm.php
Helper function for building the visibility UI form.
BlockForm::form in core/modules/block/src/BlockForm.php
Gets the actual form array to be built.
BlockForm::submitForm in core/modules/block/src/BlockForm.php
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…
BlockLibraryController::listBlocks in core/modules/block/src/Controller/BlockLibraryController.php
Shows a list of blocks that can be added to a theme's layout.
BlockListBuilder::buildBlocksForm in core/modules/block/src/BlockListBuilder.php
Builds the main "Blocks" portion of the form.
BlockListBuilder::buildForm in core/modules/block/src/BlockListBuilder.php
Form constructor.
BlockListBuilder::getDefaultOperations in core/modules/block/src/BlockListBuilder.php
Gets this list's default operations.
BlockListBuilder::submitForm in core/modules/block/src/BlockListBuilder.php
Form submission handler.
BlockPluginTrait::buildConfigurationForm in core/lib/Drupal/Core/Block/BlockPluginTrait.php
Creates a generic configuration form for all block types. Individual block plugins can add elements to this form by overriding BlockBase::blockForm(). Most block plugins should not override this method unless they need to alter the generic form elements.
BlockPluginTrait::getPreviewFallbackString in core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockTranslation::fields in core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php
Returns available fields on the source.
BlockTranslation::fields in core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php
Returns available fields on the source.
Book::fields in core/modules/book/src/Plugin/migrate/source/Book.php
Returns available fields on the source.
BookAdminEditForm::bookAdminTable in core/modules/book/src/Form/BookAdminEditForm.php
Builds the table portion of the form for the book administration page.
BookAdminEditForm::bookAdminTableTree in core/modules/book/src/Form/BookAdminEditForm.php
Helps build the main table in the book administration page form.
BookAdminEditForm::buildForm in core/modules/book/src/Form/BookAdminEditForm.php
Form constructor.
BookAdminEditForm::submitForm in core/modules/book/src/Form/BookAdminEditForm.php
Form submission handler.
BookAdminEditForm::validateForm in core/modules/book/src/Form/BookAdminEditForm.php
Form validation handler.
BookBreadcrumbBuilder::build in core/modules/book/src/BookBreadcrumbBuilder.php
Builds the breadcrumb.
BookManager::addFormElements in core/modules/book/src/BookManager.php
Builds the common elements of the book form for the node and outline forms.
BookManager::addParentSelectFormElements in core/modules/book/src/BookManager.php
Builds the parent selection form element for the node form or outline tab.
BookNavigationBlock::blockForm in core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookOutlineForm::actions in core/modules/book/src/Form/BookOutlineForm.php
Returns an array of supported actions for the current entity form.
BookOutlineForm::save in core/modules/book/src/Form/BookOutlineForm.php
Form submission handler for the 'save' action.
BookRemoveForm::getConfirmText in core/modules/book/src/Form/BookRemoveForm.php
Returns a caption for the button that confirms the action.
BookRemoveForm::getDescription in core/modules/book/src/Form/BookRemoveForm.php
Returns additional text to display as a description.
BookRemoveForm::getQuestion in core/modules/book/src/Form/BookRemoveForm.php
Returns the question to ask the user.
BookRemoveForm::submitForm in core/modules/book/src/Form/BookRemoveForm.php
Form submission handler.
BookSettingsForm::buildForm in core/modules/book/src/Form/BookSettingsForm.php
Form constructor.
BookSettingsForm::validateForm in core/modules/book/src/Form/BookSettingsForm.php
Form validation handler.
BookUninstallValidator::validate in core/modules/book/src/BookUninstallValidator.php
Determines the reasons a module can not be uninstalled.
Boolean::buildOptionsForm in core/modules/views/src/Plugin/views/field/Boolean.php
Default options form that provides the label widget that all fields should have.
Boolean::init in core/modules/views/src/Plugin/views/field/Boolean.php
Initialize the plugin.
BooleanFormatter::getOutputFormats in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
Gets the available format options.
BooleanFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
Returns a form to configure settings for the formatter.
BooleanFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
Returns a short summary for the current formatter settings.
BooleanItem::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php
Returns a form for the field-level settings.
BooleanOperator::adminSummary in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Display the filter on the administrative summary.
BooleanOperator::getValueOptions in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Return the possible options for this filter.
BooleanOperator::init in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
BooleanOperator::operators in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Returns an array of operator information.
BooleanOperator::valueForm in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Options form subform for setting options.
BooleanOperator::valueValidate in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Validate the options form.
Box::fields in core/modules/block_content/src/Plugin/migrate/source/d6/Box.php
Returns available fields on the source.
BreakLockForm::buildForm in core/modules/views_ui/src/Form/BreakLockForm.php
Form constructor.
BreakLockForm::getConfirmText in core/modules/views_ui/src/Form/BreakLockForm.php
Returns a caption for the button that confirms the action.
BreakLockForm::getDescription in core/modules/views_ui/src/Form/BreakLockForm.php
Returns additional text to display as a description.
BreakLockForm::getQuestion in core/modules/views_ui/src/Form/BreakLockForm.php
Returns the question to ask the user.
BreakLockForm::submitForm in core/modules/views_ui/src/Form/BreakLockForm.php
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…
BreakLockLink::preRenderLock in core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php
Pre-render callback: Renders a lock into #markup.
Breakpoint::getLabel in core/modules/breakpoint/src/Breakpoint.php
Returns the translated label.
BreakpointManager::getGroupLabel in core/modules/breakpoint/src/BreakpointManager.php
Gets the label for a breakpoint group.
Broken::brokenMessage in core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
Generate message with debugging information as to why the block is broken.
BulkForm::buildOptionsForm in core/modules/views/src/Plugin/views/field/BulkForm.php
Default options form that provides the label widget that all fields should have.
BulkForm::defineOptions in core/modules/views/src/Plugin/views/field/BulkForm.php
Information about options for all kinds of purposes will be held here.
BulkForm::emptySelectedMessage in core/modules/views/src/Plugin/views/field/BulkForm.php
Returns the message to be displayed when there are no selected items.
BulkForm::viewsForm in core/modules/views/src/Plugin/views/field/BulkForm.php
Form constructor for the bulk form.
BulkForm::viewsFormSubmit in core/modules/views/src/Plugin/views/field/BulkForm.php
Submit handler for the bulk form.
Bundle::getValueOptions in core/modules/views/src/Plugin/views/filter/Bundle.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
BundleConfigImportValidate::onConfigImporterValidate in core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php
Ensures bundles that will be deleted are not in use.
CachePluginBase::summaryTitle in core/modules/views/src/Plugin/views/cache/CachePluginBase.php
Return a string to display as the clickable title for the access control.
ChooseBlockController::build in core/modules/layout_builder/src/Controller/ChooseBlockController.php
Provides the UI for choosing a new block.
ChooseBlockController::inlineBlockList in core/modules/layout_builder/src/Controller/ChooseBlockController.php
Provides the UI for choosing a new inline block.
CKEditor::buildConfigurationForm in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
Form constructor.
CKEditor::getDefaultSettings in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
Returns the default settings for this configurable text editor.
Color::fields in core/modules/color/src/Plugin/migrate/source/d7/Color.php
Returns available fields on the source.
Combine::buildOptionsForm in core/modules/views/src/Plugin/views/filter/Combine.php
Provide the basic form which calls through to subforms. If overridden, it is best to call through to the parent, or to at least make sure all of the functions in this form are called.
Combine::validate in core/modules/views/src/Plugin/views/filter/Combine.php
Validate that the plugin is correct and can be saved.
Comment::fields in core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
Returns available fields on the source.
Comment::fields in core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
Returns available fields on the source.
Comment::rowStyleOptions in core/modules/comment/src/Plugin/views/wizard/Comment.php
Retrieves row style plugin names.
CommentAdminOverview::buildForm in core/modules/comment/src/Form/CommentAdminOverview.php
Form constructor for the comment overview administration form.
CommentAdminOverview::submitForm in core/modules/comment/src/Form/CommentAdminOverview.php
Form submission handler.
CommentAdminOverview::validateForm in core/modules/comment/src/Form/CommentAdminOverview.php
Form validation handler.
CommentBreadcrumbBuilder::build in core/modules/comment/src/CommentBreadcrumbBuilder.php
Builds the breadcrumb.
CommentBulkForm::emptySelectedMessage in core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
Returns the message to be displayed when there are no selected items.
CommentController::commentApprove in core/modules/comment/src/Controller/CommentController.php
Publishes the specified comment.
CommentController::getReplyForm in core/modules/comment/src/Controller/CommentController.php
Form constructor for the comment reply form.
CommentDefaultFormatter::settingsForm in core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
Returns a form to configure settings for the formatter.
CommentDefaultFormatter::settingsSummary in core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
Returns a short summary for the current formatter settings.
CommentEntityTranslation::fields in core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
Returns available fields on the source.
CommentForm::actions in core/modules/comment/src/CommentForm.php
Returns an array of supported actions for the current entity form.
CommentForm::buildEntity in core/modules/comment/src/CommentForm.php
Builds an updated entity object based upon the submitted form values.
CommentForm::form in core/modules/comment/src/CommentForm.php
Gets the actual form array to be built.
CommentForm::preview in core/modules/comment/src/CommentForm.php
Form submission handler for the 'preview' action.
CommentForm::save in core/modules/comment/src/CommentForm.php
Form submission handler for the 'save' action.
CommentItem::storageSettingsForm in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Returns a form for the storage-level settings.
CommentLinkBuilder::buildCommentedEntityLinks in core/modules/comment/src/CommentLinkBuilder.php
Builds links for the given entity.
CommentManager::forbiddenMessage in core/modules/comment/src/CommentManager.php
Provides a message if posting comments is forbidden.
CommentTestController::commentReport in core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php
Provides a comment report.
CommentType::fields in core/modules/comment/src/Plugin/migrate/source/CommentType.php
Returns available fields on the source.
CommentType::getCommentFields in core/modules/comment/src/Plugin/migrate/source/CommentType.php
Returns the fields containing comment settings for each node type.
CommentTypeForm::form in core/modules/comment/src/CommentTypeForm.php
Gets the actual form array to be built.
CommentTypeForm::save in core/modules/comment/src/CommentTypeForm.php
Form submission handler for the 'save' action.
CommentViewsData::getViewsData in core/modules/comment/src/CommentViewsData.php
Returns views data for the entity type.
CommentWidget::formElement in core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php
Returns the form for a single field widget.
ComplexTestTypeConfigureForm::buildConfigurationForm in core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php
Form constructor.
ComplexTestTypeStateForm::buildConfigurationForm in core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php
Form constructor.
ComplexTestTypeTransitionForm::buildConfigurationForm in core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php
Form constructor.
Config::fields in core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php
Returns available fields on the source.
ConfigEntityMapper::getOperations in core/modules/config_translation/src/ConfigEntityMapper.php
Provides an array of information to build a list of operation links.
ConfigExportForm::buildForm in core/modules/config/src/Form/ConfigExportForm.php
Form constructor.
ConfigFieldMapper::getTypeLabel in core/modules/config_translation/src/ConfigFieldMapper.php
Returns the label of the type of data the mapper encapsulates.
ConfigFormBase::buildForm in core/lib/Drupal/Core/Form/ConfigFormBase.php
Form constructor.
ConfigFormBase::submitForm in core/lib/Drupal/Core/Form/ConfigFormBase.php
Form submission handler.
ConfigHandler::buildForm in core/modules/views_ui/src/Form/Ajax/ConfigHandler.php
Form constructor.
ConfigHandlerExtra::buildForm in core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php
Form constructor.
ConfigHandlerGroup::buildForm in core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php
Form constructor.
ConfigImporter::checkOp in core/lib/Drupal/Core/Config/ConfigImporter.php
Checks that the operation is still valid.
ConfigImporter::processConfiguration in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes a configuration change.
ConfigImporter::processConfigurations in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes configuration as a batch operation.
ConfigImporter::processMissingContent in core/lib/Drupal/Core/Config/ConfigImporter.php
Handles processing of missing content.
ConfigImporter::validate in core/lib/Drupal/Core/Config/ConfigImporter.php
Dispatches validate event for a ConfigImporter object.
ConfigImportForm::buildForm in core/modules/config/src/Form/ConfigImportForm.php
Form constructor.
ConfigImportForm::submitForm in core/modules/config/src/Form/ConfigImportForm.php
Form submission handler.
ConfigImportForm::validateForm in core/modules/config/src/Form/ConfigImportForm.php
Form validation handler.
ConfigImportSubscriber::onConfigImporterValidate in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates the configuration to be imported.
ConfigImportSubscriber::onConfigImporterValidate in core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
Checks that the configuration synchronization is valid.
ConfigImportSubscriber::validateDependencies in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates configuration being imported does not have unmet dependencies.
ConfigImportSubscriber::validateModules in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates module installations and uninstallations.
ConfigImportSubscriber::validateThemes in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates theme installations and uninstallations.
ConfigManager::diff in core/lib/Drupal/Core/Config/ConfigManager.php
Creates a Diff object using the config data from the two storages.
ConfigNamesMapper::getOperations in core/modules/config_translation/src/ConfigNamesMapper.php
Provides an array of information to build a list of operation links.
ConfigNamesMapper::getTitle in core/modules/config_translation/src/ConfigNamesMapper.php
Returns title of this translation page.
ConfigNamesMapper::getTypeName in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the name of the type of data the mapper encapsulates.
ConfigSingleExportForm::buildForm in core/modules/config/src/Form/ConfigSingleExportForm.php
Form constructor.
ConfigSingleExportForm::findConfiguration in core/modules/config/src/Form/ConfigSingleExportForm.php
Handles switching the configuration type selector.
ConfigSingleExportForm::updateExport in core/modules/config/src/Form/ConfigSingleExportForm.php
Handles switching the export textarea.
ConfigSingleImportForm::buildForm in core/modules/config/src/Form/ConfigSingleImportForm.php
Form constructor.
ConfigSingleImportForm::getQuestion in core/modules/config/src/Form/ConfigSingleImportForm.php
Returns the question to ask the user.
ConfigSingleImportForm::submitForm in core/modules/config/src/Form/ConfigSingleImportForm.php
Form submission handler.
ConfigSingleImportForm::validateForm in core/modules/config/src/Form/ConfigSingleImportForm.php
Form validation handler.
ConfigSubscriber::onConfigImporterValidate in core/modules/config/src/ConfigSubscriber.php
Checks that the Configuration module is not being uninstalled.
ConfigSync::buildForm in core/modules/config/src/Form/ConfigSync.php
Form constructor.
ConfigSync::submitForm in core/modules/config/src/Form/ConfigSync.php
Form submission handler.
ConfigTestController::editTitle in core/modules/config/tests/config_test/src/ConfigTestController.php
Route title callback.
ConfigTranslationAddForm::buildForm in core/modules/config_translation/src/Form/ConfigTranslationAddForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
ConfigTranslationBlockListBuilder::buildHeader in core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php
Builds the header row for the entity listing.
ConfigTranslationBlockListBuilder::getFilterLabels in core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php
Provides user facing strings for the filter element.
ConfigTranslationContextualLink::getTitle in core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php
Returns the localized title to be shown for this contextual link.
ConfigTranslationController::itemPage in core/modules/config_translation/src/Controller/ConfigTranslationController.php
Language translations overview page for a configuration name.
ConfigTranslationDeleteForm::getConfirmText in core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
Returns a caption for the button that confirms the action.
ConfigTranslationDeleteForm::getQuestion in core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
Returns the question to ask the user.
ConfigTranslationDeleteForm::submitForm in core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
Form submission handler.
ConfigTranslationEditForm::buildForm in core/modules/config_translation/src/Form/ConfigTranslationEditForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
ConfigTranslationEditForm::submitForm in core/modules/config_translation/src/Form/ConfigTranslationEditForm.php
Form submission handler.
ConfigTranslationEntityListBuilder::buildHeader in core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php
Builds the header row for the entity listing.
ConfigTranslationEntityListBuilder::getFilterLabels in core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php
Provides user facing strings for the filter element.
ConfigTranslationEntityListBuilder::render in core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php
Builds a listing of entities for the given entity type.
ConfigTranslationFieldListBuilder::buildHeader in core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php
Builds the header row for the entity listing.
ConfigTranslationFieldListBuilder::getFilterLabels in core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php
Provides user facing strings for the filter element.
ConfigTranslationFormBase::buildForm in core/modules/config_translation/src/Form/ConfigTranslationFormBase.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
ConfigTranslationFormBase::submitForm in core/modules/config_translation/src/Form/ConfigTranslationFormBase.php
Form submission handler.
ConfigTranslationLocalTask::getTitle in core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php
Returns the localized title to be shown for this tab.
ConfigTranslationMapperList::buildHeader in core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php
Builds the header row for the mapper listing.
ConfigureSectionForm::buildForm in core/modules/layout_builder/src/Form/ConfigureSectionForm.php
Form constructor.
ConfirmFormArrayPathTestForm::getCancelText in core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php
Returns a caption for the link which cancels the action.
ConfirmFormBase::getCancelText in core/lib/Drupal/Core/Form/ConfirmFormBase.php
Returns a caption for the link which cancels the action.
ConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Form/ConfirmFormBase.php
Returns a caption for the button that confirms the action.
ConfirmFormBase::getDescription in core/lib/Drupal/Core/Form/ConfirmFormBase.php
Returns additional text to display as a description.
ConfirmFormTestForm::getCancelText in core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
Returns a caption for the link which cancels the action.
ConfirmFormTestForm::getConfirmText in core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
Returns a caption for the button that confirms the action.
ConfirmFormTestForm::getDescription in core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
Returns additional text to display as a description.
ConfirmFormTestForm::getQuestion in core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
Returns the question to ask the user.
ConfirmFormTestForm::submitForm in core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
Form submission handler.
ContactCategory::fields in core/modules/contact/src/Plugin/migrate/source/ContactCategory.php
Returns available fields on the source.
ContactController::contactPersonalPage in core/modules/contact/src/Controller/ContactController.php
Form constructor for the personal contact form.
ContactController::contactSitePage in core/modules/contact/src/Controller/ContactController.php
Presents the site-wide contact form.
ContactFormEditForm::form in core/modules/contact/src/ContactFormEditForm.php
Gets the actual form array to be built.
ContactFormEditForm::save in core/modules/contact/src/ContactFormEditForm.php
Form submission handler for the 'save' action.
ContactFormEditForm::validateForm in core/modules/contact/src/ContactFormEditForm.php
Form validation handler.
ContactLink::buildOptionsForm in core/modules/contact/src/Plugin/views/field/ContactLink.php
Default options form that provides the label widget that all fields should have.
ContactLink::getDefaultLabel in core/modules/contact/src/Plugin/views/field/ContactLink.php
Returns the default label for this link.
ContactLink::renderLink in core/modules/contact/src/Plugin/views/field/ContactLink.php
Prepares the link to view an entity.
ContainerForm::form in core/modules/forum/src/Form/ContainerForm.php
Gets the actual form array to be built.
ContentEntityConfirmFormBase::getCancelText in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Returns a caption for the link which cancels the action.
ContentEntityConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Returns a caption for the button that confirms the action.
ContentEntityConfirmFormBase::getDescription in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Returns additional text to display as a description.
ContentEntityForm::addRevisionableFormFields in core/lib/Drupal/Core/Entity/ContentEntityForm.php
Add revision form fields if the entity enabled the UI.
ContentLanguageSettingsForm::buildForm in core/modules/language/src/Form/ContentLanguageSettingsForm.php
Form constructor.
ContentLanguageSettingsForm::submitForm in core/modules/language/src/Form/ContentLanguageSettingsForm.php
Form submission handler.
ContentModerationConfigureEntityTypesForm::ajaxCallback in core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
Ajax callback to close the modal and update the selected text.
ContentModerationConfigureEntityTypesForm::buildForm in core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
Form constructor.
ContentModerationConfigureEntityTypesForm::getTitle in core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
Route title callback.
ContentModerationConfigureForm::buildConfigurationForm in core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php
Form constructor.
ContentModerationStateForm::buildConfigurationForm in core/modules/content_moderation/src/Form/ContentModerationStateForm.php
Form constructor.
ContentTranslationController::overview in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds the translations overview page.
ContentTranslationHandler::entityFormAlter in core/modules/content_translation/src/ContentTranslationHandler.php
Performs the needed alterations to the entity form.
ContentTranslationHandler::entityFormSharedElements in core/modules/content_translation/src/ContentTranslationHandler.php
Process callback: determines which elements get clue in the form.
ContentTranslationLocalTasks::getDerivativeDefinitions in core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php
Gets the definition of all derivatives of a base plugin.
ContentTranslationPermissions::buildBundlePermission in core/modules/content_translation/src/ContentTranslationPermissions.php
Builds a content translation permission array for a bundle.
ContentTranslationPermissions::contentPermissions in core/modules/content_translation/src/ContentTranslationPermissions.php
Returns an array of content translation permissions.
ContentUninstallValidator::validate in core/lib/Drupal/Core/Entity/ContentUninstallValidator.php
Determines the reasons a module can not be uninstalled.
ContextualLinks::buildOptionsForm in core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
Default options form that provides the label widget that all fields should have.
Cookie::applies in core/modules/user/src/Authentication/Provider/Cookie.php
Checks whether suitable authentication credentials are on the request.
Counter::buildOptionsForm in core/modules/views/src/Plugin/views/field/Counter.php
Default options form that provides the label widget that all fields should have.
CredentialForm::buildForm in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Form constructor.
CredentialForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Returns a caption for the button that confirms the action.
CredentialForm::validateForm in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Form validation handler.
CredentialForm::validatePaths in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
The #element_validate handler for the source path elements.
CronController::runManually in core/modules/system/src/CronController.php
Run cron manually.
CronForm::buildForm in core/modules/system/src/Form/CronForm.php
Form constructor.
CronForm::runCron in core/modules/system/src/Form/CronForm.php
Form submission handler for running cron manually.
CronForm::submitForm in core/modules/system/src/Form/CronForm.php
Form submission handler.
Current::init in core/modules/user/src/Plugin/views/filter/Current.php
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
CurrentUserContext::getRuntimeContexts in core/modules/user/src/ContextProvider/CurrentUserContext.php
Gets runtime context values for the given context IDs.
DatabaseDriverUninstallValidator::validate in core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php
Determines the reasons a module can not be uninstalled.
DataFieldRow::buildOptionsForm in core/modules/rest/src/Plugin/views/row/DataFieldRow.php
Provide a form for setting options.
DataFieldRow::validateAliasName in core/modules/rest/src/Plugin/views/row/DataFieldRow.php
Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm().
DataFieldRow::validateOptionsForm in core/modules/rest/src/Plugin/views/row/DataFieldRow.php
Validate the options form.
Date::buildOptionsForm in core/modules/views/src/Plugin/views/sort/Date.php
Basic options for all sort criteria.
Date::buildOptionsForm in core/modules/views/src/Plugin/views/field/Date.php
Default options form that provides the label widget that all fields should have.
Date::defaultArgumentForm in core/modules/views/src/Plugin/views/argument/Date.php
Add an option to set the default value to the current date.
Date::getSortName in core/modules/views/src/Plugin/views/argument/Date.php
Return a description of how the argument would normally be sorted.
Date::render in core/modules/views/src/Plugin/views/field/Date.php
Renders the field.
Date::validateValidTime in core/modules/views/src/Plugin/views/filter/Date.php
Validate that the time values convert to something usable.
Date::valueForm in core/modules/views/src/Plugin/views/filter/Date.php
Add a type selector to the value form.
DateFormat::getTranslationElement in core/modules/config_translation/src/FormElement/DateFormat.php
Returns the translation form element for a given configuration definition.
DateFormatAddForm::actions in core/modules/system/src/Form/DateFormatAddForm.php
Returns an array of supported actions for the current entity form.
DateFormatEditForm::actions in core/modules/system/src/Form/DateFormatEditForm.php
Returns an array of supported actions for the current entity form.
DateFormatEditForm::form in core/modules/system/src/Form/DateFormatEditForm.php
Gets the actual form array to be built.
DateFormatFormBase::form in core/modules/system/src/Form/DateFormatFormBase.php
Gets the actual form array to be built.
DateFormatFormBase::save in core/modules/system/src/Form/DateFormatFormBase.php
Form submission handler for the 'save' action.
DateFormatFormBase::validateForm in core/modules/system/src/Form/DateFormatFormBase.php
Form validation handler.
DateFormatter::formatDiff in core/lib/Drupal/Core/Datetime/DateFormatter.php
Formats a time interval between two timestamps.
DateFormatter::formatInterval in core/lib/Drupal/Core/Datetime/DateFormatter.php
Formats a time interval with the requested granularity.
DateRangeCustomFormatter::settingsForm in core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php
Returns a form to configure settings for the formatter.
DateRangeCustomFormatter::settingsSummary in core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php
Returns a short summary for the current formatter settings.
DateRangeDatelistWidget::settingsForm in core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php
Returns a form to configure settings for the widget.
DateRangeDatelistWidget::settingsSummary in core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php
Returns a short summary for the current widget settings.
DateRangeDefaultFormatter::settingsForm in core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php
Returns a form to configure settings for the formatter.
DateRangeDefaultFormatter::settingsSummary in core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php
Returns a short summary for the current formatter settings.
DateRangeFieldItemList::defaultValuesForm in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
Returns a form for the default value input.
DateRangeFieldItemList::defaultValuesFormValidate in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
Validates the submitted default value.
DateRangeItem::storageSettingsForm in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
Returns a form for the storage-level settings.
DateRangePlainFormatter::settingsForm in core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php
Returns a form to configure settings for the formatter.
DateRangePlainFormatter::settingsSummary in core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php
Returns a short summary for the current formatter settings.
DateRangeWidgetBase::formElement in core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php
Returns the form for a single field widget.
DateRangeWidgetBase::validateStartEnd in core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php
#element_validate callback to ensure that the start date <= the end date.
DateTimeCustomFormatter::settingsForm in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php
Returns a form to configure settings for the formatter.
DateTimeFormatterBase::settingsForm in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php
Returns a form to configure settings for the formatter.
DateTimeFormatterBase::settingsSummary in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php
Returns a short summary for the current formatter settings.
DblogClearLogConfirmForm::getQuestion in core/modules/dblog/src/Form/DblogClearLogConfirmForm.php
Returns the question to ask the user.
DblogClearLogConfirmForm::submitForm in core/modules/dblog/src/Form/DblogClearLogConfirmForm.php
Form submission handler.
DbLogController::eventDetails in core/modules/dblog/src/Controller/DbLogController.php
Displays details about a specific database log message.
DbLogController::formatMessage in core/modules/dblog/src/Controller/DbLogController.php
Formats a database log message.
DbLogController::overview in core/modules/dblog/src/Controller/DbLogController.php
Displays a listing of database log messages.
DbLogController::topLogMessages in core/modules/dblog/src/Controller/DbLogController.php
Shows the most frequent log messages of a given event type.
DblogFilterForm::buildForm in core/modules/dblog/src/Form/DblogFilterForm.php
Form constructor.
DblogFilterForm::validateForm in core/modules/dblog/src/Form/DblogFilterForm.php
Form validation handler.
DblogMessage::buildOptionsForm in core/modules/dblog/src/Plugin/views/field/DblogMessage.php
Default options form that provides the label widget that all fields should have.
DbUpdateController::handle in core/modules/system/src/Controller/DbUpdateController.php
Returns a database update page.
DbUpdateController::helpfulLinks in core/modules/system/src/Controller/DbUpdateController.php
Provides links to the homepage and administration pages.
DbUpdateController::info in core/modules/system/src/Controller/DbUpdateController.php
Returns the info database update page.
DbUpdateController::requirements in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of requirement errors or warnings.
DbUpdateController::results in core/modules/system/src/Controller/DbUpdateController.php
Displays results of the update script with any accompanying errors.
DbUpdateController::selection in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of available database updates.
DbUpdateController::updateTasksList in core/modules/system/src/Controller/DbUpdateController.php
Provides the update task list render array.
DefaultSelection::buildConfigurationForm in core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php
Form constructor.
DefaultsEntityForm::actions in core/modules/layout_builder/src/Form/DefaultsEntityForm.php
Returns an array of supported actions for the current entity form.
DefaultsEntityForm::buildMessage in core/modules/layout_builder/src/Form/DefaultsEntityForm.php
Renders a message to display at the top of the layout builder.
DefaultsEntityForm::save in core/modules/layout_builder/src/Form/DefaultsEntityForm.php
Form submission handler for the 'save' action.
DefaultSummary::buildOptionsForm in core/modules/views/src/Plugin/views/style/DefaultSummary.php
Provide a form to edit options for this plugin.
DeleteForm::getConfirmText in core/modules/forum/src/Form/DeleteForm.php
Returns a caption for the button that confirms the action.
DeleteForm::getQuestion in core/modules/forum/src/Form/DeleteForm.php
Returns the question to ask the user.
DeleteForm::submitForm in core/modules/forum/src/Form/DeleteForm.php
Form submission handler.
DeleteMultipleForm::buildForm in core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
Form constructor.
DeleteMultipleForm::getConfirmText in core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
Returns a caption for the button that confirms the action.
DescriptionAwareFileFormatterBase::settingsForm in core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php
Returns a form to configure settings for the formatter.
DescriptionAwareFileFormatterBase::settingsSummary in core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php
Returns a short summary for the current formatter settings.
DiscardLayoutChangesForm::getQuestion in core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
Returns the question to ask the user.
DiscardLayoutChangesForm::submitForm in core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
Form submission handler.
Display::buildForm in core/modules/views_ui/src/Form/Ajax/Display.php
Form constructor.
DisplayExtenderTest::buildOptionsForm in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php
Provide a form to edit options for this plugin.
DisplayExtenderTest::defineOptions in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php
Information about options for all kinds of purposes will be held here.
DisplayExtenderTest::optionsSummary in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php
Provide the default summary for options in the views UI.
DisplayLink::buildOptionsForm in core/modules/views/src/Plugin/views/area/DisplayLink.php
Provide a form to edit options for this plugin.
DisplayLink::validate in core/modules/views/src/Plugin/views/area/DisplayLink.php
Validate that the plugin is correct and can be saved.
DisplayPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provide a form to edit options for this plugin.
DisplayPluginBase::getArgumentText in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides help text for the arguments.
DisplayPluginBase::getPagerText in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides help text for pagers.
DisplayPluginBase::getSpecialBlocks in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides the block system with any exposed widget blocks for this display.
DisplayPluginBase::optionLink in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Returns a link to a section of a form.
DisplayPluginBase::optionsSummary in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides the default summary for options in the views UI.
DisplayPluginBase::validate in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Validate that the plugin is correct and can be saved.
DisplayPluginBase::validateOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Validate the options form.
DisplayTest::buildOptionsForm in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php
Provide a form to edit options for this plugin.
DisplayTest::optionsSummary in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php
Provides the default summary for options in the views UI.
DisplayTest::validateOptionsForm in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php
Validate the options form.
DrupalDateTime::format in core/lib/Drupal/Core/Datetime/DrupalDateTime.php
Overrides format().
DrupalImage::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php
Returns the buttons that this plugin provides, along with metadata.
DrupalImage::getConfig in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalLink::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php
Returns the buttons that this plugin provides, along with metadata.
DrupalLink::getConfig in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMediaLibrary::getButtons in core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php
Returns the buttons that this plugin provides, along with metadata.
DummyAjaxWidget::formElement in core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php
Returns the form for a single field widget.
DynamicLocalTasks::getDerivativeDefinitions in core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php
Gets the definition of all derivatives of a base plugin.
DynamicLocalTasks::getDerivativeDefinitions in core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php
Gets the definition of all derivatives of a base plugin.
DynamicPageCacheTestController::htmlUncacheableContexts in core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php
A route returning a render array (with 'user' context, so uncacheable)
DynamicPageCacheTestController::htmlWithCacheContexts in core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php
A route returning a render array (with cache contexts, so cacheable).
EditDetails::buildForm in core/modules/views_ui/src/Form/Ajax/EditDetails.php
Form constructor.
EditorImageDialog::buildForm in core/modules/editor/src/Form/EditorImageDialog.php
EditorLinkDialog::buildForm in core/modules/editor/src/Form/EditorLinkDialog.php
EditorMediaDialog::buildForm in core/modules/media/src/Form/EditorMediaDialog.php
EmailDefaultWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php
Returns a form to configure settings for the widget.
Entity::buildOptionsForm in core/modules/views/src/Plugin/views/argument_validator/Entity.php
Provides the default form for setting options.
Entity::buildOptionsForm in core/modules/views/src/Plugin/views/area/Entity.php
Provide a form to edit options for this plugin.
EntityConfirmFormBase::getCancelText in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Returns a caption for the link which cancels the action.
EntityConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Returns a caption for the button that confirms the action.
EntityConfirmFormBase::getDescription in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Returns additional text to display as a description.
EntityConstraintViolationList::filterByFields in core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
Filters this violation list by the given fields.
EntityController::addBundleTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic add title callback for entities with bundles.
EntityController::addPage in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Displays add links for the available bundles.
EntityController::addTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic add title callback for an entity type.
EntityController::deleteTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic delete title callback.
EntityController::editTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic edit title callback.
EntityDefinitionUpdateManager::getChangeSummary in core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
Gets a human readable summary of the detected changes.
EntityDeleteActionDeriver::getDerivativeDefinitions in core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
Gets the definition of all derivatives of a base plugin.
EntityDisplayFormBase::buildExtraFieldRow in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Builds the table row structure for a single extra field.
EntityDisplayFormBase::buildFieldRow in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Builds the table row structure for a single field.
EntityDisplayFormBase::form in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Gets the actual form array to be built.
EntityDisplayFormBase::getRegions in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Get the regions needed to create the overview form.
EntityDisplayFormBase::submitForm in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
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…
EntityDisplayModeAddForm::buildForm in core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php
Form constructor.
EntityDisplayModeFormBase::form in core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php
Gets the actual form array to be built.
EntityDisplayModeFormBase::save in core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php
Form submission handler for the 'save' action.
EntityDisplayModeListBuilder::buildHeader in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
Builds the header row for the entity listing.
EntityDisplayModeListBuilder::render in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
EntityField::buildGroupByForm in core/modules/views/src/Plugin/views/field/EntityField.php
Extend the groupby form with group columns.
EntityField::buildOptionsForm in core/modules/views/src/Plugin/views/field/EntityField.php
Default options form that provides the label widget that all fields should have.
EntityField::documentSelfTokens in core/modules/views/src/Plugin/views/field/EntityField.php
Document any special tokens this field might use for itself.
EntityField::multiple_options_form in core/modules/views/src/Plugin/views/field/EntityField.php
Provide options for multiple value fields.
EntityForm::actions in core/lib/Drupal/Core/Entity/EntityForm.php
Returns an array of supported actions for the current entity form.
EntityFormDisplayEditForm::buildFieldRow in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Builds the table row structure for a single field.
EntityFormDisplayEditForm::getDisplayModesLink in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Returns a link to the form or view mode admin page.
EntityFormDisplayEditForm::getTableHeader in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Returns an array containing the table headers.
EntityLabel::buildOptionsForm in core/modules/views/src/Plugin/views/field/EntityLabel.php
Default options form that provides the label widget that all fields should have.
EntityLink::buildOptionsForm in core/modules/comment/src/Plugin/views/field/EntityLink.php
Default options form that provides the label widget that all fields should have.
EntityLink::buildOptionsForm in core/modules/views/src/Plugin/views/field/EntityLink.php
Default options form that provides the label widget that all fields should have.
EntityLink::getDefaultLabel in core/modules/views/src/Plugin/views/field/EntityLink.php
Returns the default label for this link.
EntityLinkDelete::getDefaultLabel in core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
Returns the default label for this link.
EntityLinkEdit::getDefaultLabel in core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
Returns the default label for this link.
EntityListBuilder::buildHeader in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Builds the header row for the entity listing.
EntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Gets this list's default operations.
EntityListBuilder::render in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
EntityModerationForm::buildForm in core/modules/content_moderation/src/Form/EntityModerationForm.php
Form constructor.
EntityModerationForm::submitForm in core/modules/content_moderation/src/Form/EntityModerationForm.php
Form submission handler.
EntityOperations::buildOptionsForm in core/modules/views/src/Plugin/views/field/EntityOperations.php
Default options form that provides the label widget that all fields should have.
EntityReference::buildOptionsForm in core/modules/views/src/Plugin/views/style/EntityReference.php
Provide a form to edit options for this plugin.
EntityReference::buildOptionsForm in core/modules/views/src/Plugin/views/row/EntityReference.php
Provide a form for setting options.
EntityReference::validate in core/modules/views/src/Plugin/views/display/EntityReference.php
Validate that the plugin is correct and can be saved.
EntityReferenceAutocompleteWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php
Returns a form to configure settings for the widget.
EntityReferenceAutocompleteWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php
Returns a short summary for the current widget settings.
EntityReferenceTranslationDeriver::getDerivativeDefinitions in core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php
Gets the definition of all derivatives of a base plugin.
EntityRow::buildOptionsForm in core/modules/views/src/Plugin/views/row/EntityRow.php
Provide a form for setting options.
EntityRow::summaryTitle in core/modules/views/src/Plugin/views/row/EntityRow.php
Returns the summary of the settings in the display.
EntityTestForm::save in core/modules/system/tests/modules/entity_test/src/EntityTestForm.php
Form submission handler for the 'save' action.
EntityTestPermissions::buildPermissions in core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php
Returns a list of entity test permissions for a given entity test bundle.
EntityTestViewsData::getViewsData in core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php
Returns views data for the entity type.
EntityTranslationSettings::fields in core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
Returns available fields on the source.
EntityType::getGroupLabel in core/lib/Drupal/Core/Entity/EntityType.php
Gets the human-readable name of the entity type group.
EntityTypeInfo::entityExtraFieldInfo in core/modules/content_moderation/src/EntityTypeInfo.php
Gets the "extra fields" for a bundle.
EntityTypeRepository::getEntityTypeLabels in core/lib/Drupal/Core/Entity/EntityTypeRepository.php
Builds a list of entity type labels suitable for a Form API options list.
EntityViewDisplayEditForm::buildFieldRow in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Builds the table row structure for a single field.
EntityViewDisplayEditForm::getDisplayModesLink in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns a link to the form or view mode admin page.
EntityViewDisplayEditForm::getFieldLabelOptions in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns an array of visibility options for field labels.
EntityViewDisplayEditForm::getTableHeader in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns an array containing the table headers.
EntityViewsData::addEntityLinks in core/modules/views/src/EntityViewsData.php
Sets the entity links in case corresponding link templates exist.
EntityViewsData::getViewsData in core/modules/views/src/EntityViewsData.php
Returns views data for the entity type.
EntityViewsData::processViewsDataForLanguage in core/modules/views/src/EntityViewsData.php
Processes the views data for a language field.
Equality::operatorOptions in core/modules/views/src/Plugin/views/filter/Equality.php
Provide simple equality operator.
Equality::valueForm in core/modules/views/src/Plugin/views/filter/Equality.php
Provide a simple textfield for equality.
ExportForm::buildForm in core/modules/locale/src/Form/ExportForm.php
Form constructor.
ExportForm::submitForm in core/modules/locale/src/Form/ExportForm.php
Form submission handler.
ExposedFormPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
Provide a form to edit options for this plugin.
ExposedFormPluginBase::defineOptions in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
Information about options for all kinds of purposes will be held here.
ExposedFormPluginBase::exposedFormAlter in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
Alters the exposed form.
Extension::fields in core/modules/system/src/Plugin/migrate/source/Extension.php
Returns available fields on the source.
ExtraFieldBlock::build in core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
Builds and returns the renderable array for this block plugin.
ExtraFieldBlockDeriver::getDerivativeDefinitions in core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
FavoriteAnimalTestForm::buildForm in core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php
Form constructor.
FavoriteAnimalTestForm::submitForm in core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php
Form submission handler.
Feed::buildOptionsForm in core/modules/views/src/Plugin/views/display/Feed.php
Provide a form to edit options for this plugin.
Feed::optionsSummary in core/modules/views/src/Plugin/views/display/Feed.php
Provides the default summary for options in the views UI.
FeedForm::save in core/modules/aggregator/src/FeedForm.php
Form submission handler for the 'save' action.
FeedItemsDeleteForm::getConfirmText in core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
Returns a caption for the button that confirms the action.
FeedItemsDeleteForm::getQuestion in core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
Returns the question to ask the user.
Field::fields in core/modules/field/src/Plugin/migrate/source/d6/Field.php
Returns available fields on the source.
Field::fields in core/modules/field/src/Plugin/migrate/source/d7/Field.php
Returns available fields on the source.
Field::prepareRow in core/modules/field/src/Plugin/migrate/source/d6/Field.php
Adds additional data to the row.
FieldBlock::blockForm in core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
FieldBlockDeriver::getDerivativeDefinitions in core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
FieldConfigEditForm::actions in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Returns an array of supported actions for the current entity form.
FieldConfigEditForm::form in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Gets the actual form array to be built.
FieldConfigEditForm::save in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Form submission handler for the 'save' action.
FieldConfigListBuilder::buildHeader in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds the header row for the entity listing.
FieldConfigListBuilder::buildRow in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds a row for an entity in the entity listing.
FieldConfigListBuilder::getDefaultOperations in core/modules/field_ui/src/FieldConfigListBuilder.php
Gets this list's default operations.
FieldConfigListBuilder::render in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
FieldFormButtonTest::viewsFormSubmit in core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php
Submit handler for the views form.
FieldInstance::fields in core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php
Returns available fields on the source.
FieldInstance::fields in core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php
Returns available fields on the source.
FieldInstanceOptionTranslation::fields in core/modules/field/src/Plugin/migrate/source/d6/FieldInstanceOptionTranslation.php
Returns available fields on the source.
FieldInstancePerFormDisplay::fields in core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php
Returns available fields on the source.
FieldInstancePerViewMode::fields in core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php
Returns available fields on the source.
FieldInstancePerViewMode::fields in core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php
Returns available fields on the source.
FieldItemList::defaultValuesForm in core/lib/Drupal/Core/Field/FieldItemList.php
Returns a form for the default value input.
FieldLabelDescriptionTranslation::fields in core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
Returns available fields on the source.
FieldLabelDescriptionTranslation::fields in core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
Returns available fields on the source.
FieldOptionTranslation::fields in core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php
Returns available fields on the source.
FieldOptionTranslation::fields in core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php
Returns available fields on the source.
FieldPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Default options form that provides the label widget that all fields should have.
FieldPluginBase::getElements in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Provides a list of elements valid for field HTML.
FieldPluginBase::renderText in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Performs an advanced text render for the item.
Fields::buildOptionsForm in core/modules/views/src/Plugin/views/row/Fields.php
Provide a form for setting options.
FieldStorageAddForm::buildForm in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Form constructor.
FieldStorageAddForm::getExistingFieldStorageOptions in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Returns an array of existing field storages that can be added to a bundle.
FieldStorageAddForm::submitForm in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Form submission handler.
FieldStorageAddForm::validateAddExisting in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Validates the 're-use existing field' case.
FieldStorageAddForm::validateAddNew in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Validates the 'add new field' case.
FieldStorageAddForm::validateForm in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Form validation handler.
FieldStorageConfigEditForm::actions in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Returns an array of supported actions for the current entity form.
FieldStorageConfigEditForm::form in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Gets the actual form array to be built.
FieldStorageConfigEditForm::getCardinalityForm in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Builds the cardinality form.
FieldStorageConfigEditForm::save in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Form submission handler for the 'save' action.
FieldStorageConfigEditForm::validateCardinality in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Validates the cardinality.
FieldStorageConfigListBuilder::buildHeader in core/modules/field_ui/src/FieldStorageConfigListBuilder.php
Builds the header row for the entity listing.
FieldStorageConfigListBuilder::buildRow in core/modules/field_ui/src/FieldStorageConfigListBuilder.php
Builds a row for an entity in the entity listing.
FieldTypePluginManager::processDefinition in core/lib/Drupal/Core/Field/FieldTypePluginManager.php
Performs extra processing on plugin definitions.
FieldUiLocalAction::getDerivativeDefinitions in core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php
Gets the definition of all derivatives of a base plugin.
FieldUiLocalTask::getDerivativeDefinitions in core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
Gets the definition of all derivatives of a base plugin.
FieldUiPermissions::fieldPermissions in core/modules/field_ui/src/FieldUiPermissions.php
Returns an array of field UI permissions.
FieldUninstallValidator::validate in core/modules/field/src/FieldUninstallValidator.php
Determines the reasons a module can not be uninstalled.
File::buildOptionsForm in core/modules/file/src/Plugin/views/field/File.php
Provide link to file option.
File::fields in core/modules/file/src/Plugin/migrate/source/d6/File.php
Returns available fields on the source.
File::fields in core/modules/file/src/Plugin/migrate/source/d7/File.php
Returns available fields on the source.
File::getMetadataAttributes in core/modules/media/src/Plugin/media/Source/File.php
Gets a list of metadata attributes provided by this plugin.
FileExtensionFormatter::settingsForm in core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php
Returns a form to configure settings for the formatter.
FileItem::fieldSettingsForm in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Returns a form for the field-level settings.
FileMediaFormatterBase::settingsForm in core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php
Returns a form to configure settings for the formatter.
FileMediaFormatterBase::settingsSummary in core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php
Returns a short summary for the current formatter settings.
FilemimeFormatter::settingsForm in core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php
Returns a form to configure settings for the formatter.
FileModuleTestForm::buildForm in core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php
FileModuleTestForm::submitForm in core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php
Form submission handler.
FileSize::buildOptionsForm in core/modules/views/src/Plugin/views/field/FileSize.php
Default options form that provides the label widget that all fields should have.
FileSystemForm::buildForm in core/modules/system/src/Form/FileSystemForm.php
Form constructor.
FileTestSaveUploadFromForm::buildForm in core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
Form constructor.
FileTestSaveUploadFromForm::validateForm in core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
Form validation handler.
FileTransferAuthorizeForm::buildForm in core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php
Form constructor.
FileTransferAuthorizeForm::validateForm in core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php
Form validation handler.
FileUploadForm::validateUploadElement in core/modules/media_library/src/Form/FileUploadForm.php
Validates the upload element.
FileUriFormatter::settingsForm in core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php
Returns a form to configure settings for the formatter.
FileVideoFormatter::settingsForm in core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
Returns a form to configure settings for the formatter.
FileVideoFormatter::settingsSummary in core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
Returns a short summary for the current formatter settings.
FileViewsData::getViewsData in core/modules/file/src/FileViewsData.php
Returns views data for the entity type.
FilterAlign::tips in core/modules/filter/src/Plugin/Filter/FilterAlign.php
Generates a filter's tip.
FilterAutoP::tips in core/modules/filter/src/Plugin/Filter/FilterAutoP.php
Generates a filter's tip.
FilterCaption::tips in core/modules/filter/src/Plugin/Filter/FilterCaption.php
Generates a filter's tip.
FilterDisableForm::getConfirmText in core/modules/filter/src/Form/FilterDisableForm.php
Returns a caption for the button that confirms the action.
FilterDisableForm::getDescription in core/modules/filter/src/Form/FilterDisableForm.php
Returns additional text to display as a description.
FilterDisableForm::getQuestion in core/modules/filter/src/Form/FilterDisableForm.php
Returns the question to ask the user.
FilterDisableForm::submitForm in core/modules/filter/src/Form/FilterDisableForm.php
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…
FilterFormat::fields in core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php
Returns available fields on the source.
FilterFormat::fields in core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php
Returns available fields on the source.
FilterFormatAddForm::submitForm in core/modules/filter/src/FilterFormatAddForm.php
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…
FilterFormatEditForm::submitForm in core/modules/filter/src/FilterFormatEditForm.php
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…
FilterFormatFormBase::actions in core/modules/filter/src/FilterFormatFormBase.php
Returns an array of supported actions for the current entity form.
FilterFormatFormBase::form in core/modules/filter/src/FilterFormatFormBase.php
Gets the actual form array to be built.
FilterFormatFormBase::validateForm in core/modules/filter/src/FilterFormatFormBase.php
Form validation handler.
FilterFormatListBuilder::buildForm in core/modules/filter/src/FilterFormatListBuilder.php
Form constructor.
FilterFormatListBuilder::buildHeader in core/modules/filter/src/FilterFormatListBuilder.php
Builds the header row for the entity listing.
FilterFormatListBuilder::buildRow in core/modules/filter/src/FilterFormatListBuilder.php
Builds a row for an entity in the entity listing.
FilterFormatListBuilder::getDefaultOperations in core/modules/filter/src/FilterFormatListBuilder.php
Gets this list's default operations.
FilterFormatListBuilder::submitForm in core/modules/filter/src/FilterFormatListBuilder.php
Form submission handler.
FilterHtml::settingsForm in core/modules/filter/src/Plugin/Filter/FilterHtml.php
Generates a filter's settings form.
FilterHtml::tips in core/modules/filter/src/Plugin/Filter/FilterHtml.php
Generates a filter's tip.
FilterHtmlEscape::tips in core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php
Generates a filter's tip.
FilterHtmlImageSecure::tips in core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php
Generates a filter's tip.
FilterInOperatorTest::testFilterOptionAsMarkup in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
Tests that the InOperator filter can handle TranslatableMarkup.
FilterNull::tips in core/modules/filter/src/Plugin/Filter/FilterNull.php
Generates a filter's tip.
FilterPermissions::permissions in core/modules/filter/src/FilterPermissions.php
Returns an array of filter permissions.
FilterPluginBase::buildExposedFiltersGroupForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Build the form to let users create the group of exposed filters.
FilterPluginBase::buildExposeForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Options form subform for exposed filter options.
FilterPluginBase::buildGroupValidate in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Validate the build group options form.
FilterPluginBase::exposedTranslate in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Make some translations to a form item to make it more suitable to exposing.
FilterPluginBase::groupForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Build a form containing a group of operator | values to apply as a single filter.
FilterPluginBase::operatorForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Options form subform for setting the operator.
FilterPluginBase::showBuildGroupButton in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Shortcut to display the build_group/hide button.
FilterPluginBase::showExposeButton in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Shortcut to display the expose/hide button.
FilterPluginBase::validateExposeForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Validate the options form.
FilterPluginBase::validateIdentifier in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Validates a filter identifier.
FilterTest::buildOptionsForm in core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::buildOptionsForm().
FilterUninstallValidator::validate in core/modules/filter/src/FilterUninstallValidator.php
Determines the reasons a module can not be uninstalled.
FilterUrl::settingsForm in core/modules/filter/src/Plugin/Filter/FilterUrl.php
Generates a filter's settings form.
FilterUrl::tips in core/modules/filter/src/Plugin/Filter/FilterUrl.php
Generates a filter's tip.
FinalExceptionSubscriber::onException in core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
Handles exceptions for this subscriber.
Fixed::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/Fixed.php
Provide the default form for setting options.
FormAjaxSubscriber::onException in core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php
Catches a form AJAX exception and build a response from it.
FormElementBase::getSourceElement in core/modules/config_translation/src/FormElement/FormElementBase.php
Returns the source element for a given configuration definition.
FormElementBase::getTranslationElement in core/modules/config_translation/src/FormElement/FormElementBase.php
Returns the translation form element for a given configuration definition.
FormTestArgumentsObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
Form constructor.
FormTestArgumentsObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
Form submission handler.
FormTestArgumentsObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
Form validation handler.
FormTestCheckboxesRadiosForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
Form constructor.
FormTestControllerObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Form constructor.
FormTestControllerObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Form submission handler.
FormTestControllerObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Form validation handler.
FormTestMachineNameValidationForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
Form constructor.
FormTestObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestObject.php
Form constructor.
FormTestObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestObject.php
Form submission handler.
FormTestObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestObject.php
Form validation handler.
FormTestRebuildPreserveValuesForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
Form submission handler.
FormTestServiceObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php
Form constructor.
FormTestServiceObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php
Form submission handler.
FormTestServiceObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php
Form validation handler.
FormTestTableForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php
Form constructor.
FormTestTableSelectMultipleFalseForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
Form submission handler.
FormTestTableSelectMultipleTrueForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
Form submission handler.
FormTestValidateForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php
Form validation handler.
FormValidator::doValidateForm in core/lib/Drupal/Core/Form/FormValidator.php
Performs validation on form elements.
FormValidator::performRequiredValidation in core/lib/Drupal/Core/Form/FormValidator.php
Performs validation of elements that are not subject to limited validation.
FormValidator::setInvalidTokenError in core/lib/Drupal/Core/Form/FormValidator.php
Sets a form_token error on the given form state.
ForumBlockBase::blockForm in core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::build in core/modules/forum/src/Plugin/Block/ForumBlockBase.php
Builds and returns the renderable array for this block plugin.
ForumBreadcrumbBuilderBase::build in core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php
Builds the breadcrumb.
ForumController::buildActionLinks in core/modules/forum/src/Controller/ForumController.php
Generates an action link to display at the top of the forum listing.
ForumController::forumIndex in core/modules/forum/src/Controller/ForumController.php
Returns forum index page.
ForumForm::form in core/modules/forum/src/Form/ForumForm.php
Gets the actual form array to be built.
ForumForm::forumParentSelect in core/modules/forum/src/Form/ForumForm.php
Returns a select box for available parent terms.
ForumForm::save in core/modules/forum/src/Form/ForumForm.php
Form submission handler for the 'save' action.
ForumManager::getTopics in core/modules/forum/src/ForumManager.php
Gets list of forum topics.
ForumSettingsForm::buildForm in core/modules/forum/src/ForumSettingsForm.php
Form constructor.
ForumUninstallValidator::validate in core/modules/forum/src/ForumUninstallValidator.php
Determines the reasons a module can not be uninstalled.
Full::buildOptionsForm in core/modules/views/src/Plugin/views/pager/Full.php
Provide the default form for setting options.
Full::defineOptions in core/modules/views/src/Plugin/views/pager/Full.php
Information about options for all kinds of purposes will be held here.
Grid::buildOptionsForm in core/modules/views/src/Plugin/views/style/Grid.php
Provide a form to edit options for this plugin.
GroupByNumeric::getSortName in core/modules/views/src/Plugin/views/argument/GroupByNumeric.php
Return a description of how the argument would normally be sorted.
GroupwiseMax::buildOptionsForm in core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php
Provide a form to edit options for this plugin.
HandlerBase::adminLabel in core/modules/views/src/Plugin/views/HandlerBase.php
Return a string representing this handler's name in the UI.
HandlerBase::buildGroupByForm in core/modules/views/src/Plugin/views/HandlerBase.php
Provide a form for aggregation settings.
HandlerBase::buildOptionsForm in core/modules/views/src/Plugin/views/HandlerBase.php
Provide a form to edit options for this plugin.
HelpBreadcrumbBuilder::build in core/modules/help_topics/src/HelpBreadcrumbBuilder.php
Builds the breadcrumb.
HelpController::helpMain in core/modules/help/src/Controller/HelpController.php
Prints a page listing various types of help.
HelpController::helpPage in core/modules/help/src/Controller/HelpController.php
Prints a page listing general help for a module.
HelpSearch::findResults in core/modules/help_topics/src/Plugin/Search/HelpSearch.php
Finds the search results.
HelpTopicPluginController::viewHelpTopic in core/modules/help_topics/src/Controller/HelpTopicPluginController.php
Displays a help topic page.
HelpTwigExtension::getTopicLink in core/modules/help_topics/src/HelpTwigExtension.php
Returns a link to a help topic, or the title of the topic.
HighWaterTest::fields in core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php
Returns available fields on the source.
HistoryUserTimestamp::adminSummary in core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php
Display the filter on the administrative summary.
HistoryUserTimestamp::buildOptionsForm in core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
Provide link to node option.
HistoryUserTimestamp::valueForm in core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php
Options form subform for setting options.
HtmlList::buildOptionsForm in core/modules/views/src/Plugin/views/style/HtmlList.php
Render the given style.
Http4xxController::on401 in core/modules/system/src/Controller/Http4xxController.php
The default 401 content.
Http4xxController::on403 in core/modules/system/src/Controller/Http4xxController.php
The default 403 content.
Http4xxController::on404 in core/modules/system/src/Controller/Http4xxController.php
The default 404 content.
Http4xxController::on4xx in core/modules/system/src/Controller/Http4xxController.php
The default 4xx error content.
HTTPStatusCode::buildOptionsForm in core/modules/views/src/Plugin/views/area/HTTPStatusCode.php
Provide a form to edit options for this plugin.
IdAuditor::audit in core/modules/migrate/src/Audit/IdAuditor.php
Audits a migration.
IdConflictForm::buildForm in core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php
Form constructor.
IdConflictForm::conflictsForm in core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php
Build the markup for conflict warnings.
IdConflictForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php
Returns a caption for the button that confirms the action.
IdConflictForm::i18nWarningForm in core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php
Build the markup for i18n warnings.
Image::getMetadataAttributes in core/modules/media/src/Plugin/media/Source/Image.php
Gets a list of metadata attributes provided by this plugin.
ImageCachePreset::fields in core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php
Returns available fields on the source.
ImageEffectAddForm::buildForm in core/modules/image/src/Form/ImageEffectAddForm.php
Form constructor.
ImageEffectDeleteForm::getConfirmText in core/modules/image/src/Form/ImageEffectDeleteForm.php
Returns a caption for the button that confirms the action.
ImageEffectDeleteForm::getQuestion in core/modules/image/src/Form/ImageEffectDeleteForm.php
Returns the question to ask the user.
ImageEffectDeleteForm::submitForm in core/modules/image/src/Form/ImageEffectDeleteForm.php
Form submission handler.
ImageEffectEditForm::buildForm in core/modules/image/src/Form/ImageEffectEditForm.php
Form constructor.
ImageEffectFormBase::buildForm in core/modules/image/src/Form/ImageEffectFormBase.php
ImageEffectFormBase::submitForm in core/modules/image/src/Form/ImageEffectFormBase.php
Form submission handler.
ImageFormatter::settingsForm in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
Returns a form to configure settings for the formatter.
ImageStyleAddForm::actions in core/modules/image/src/Form/ImageStyleAddForm.php
Returns an array of supported actions for the current entity form.
ImageStyleAddForm::submitForm in core/modules/image/src/Form/ImageStyleAddForm.php
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…
ImageStyleDownloadController::deliver in core/modules/image/src/Controller/ImageStyleDownloadController.php
Generates a derivative, given a style and image path.
ImageStyleEditForm::effectSave in core/modules/image/src/Form/ImageStyleEditForm.php
Submit handler for image effect.
ImageStyleEditForm::effectValidate in core/modules/image/src/Form/ImageStyleEditForm.php
Validate handler for image effect.
ImageStyleEditForm::form in core/modules/image/src/Form/ImageStyleEditForm.php
Gets the actual form array to be built.
ImageStyleEditForm::save in core/modules/image/src/Form/ImageStyleEditForm.php
Form submission handler for the 'save' action.
ImageStyleFlushForm::getConfirmText in core/modules/image/src/Form/ImageStyleFlushForm.php
Returns a caption for the button that confirms the action.
ImageStyleFlushForm::getDescription in core/modules/image/src/Form/ImageStyleFlushForm.php
Returns additional text to display as a description.
ImageStyleFlushForm::getQuestion in core/modules/image/src/Form/ImageStyleFlushForm.php
Returns the question to ask the user.
ImageStyleFlushForm::submitForm in core/modules/image/src/Form/ImageStyleFlushForm.php
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…
ImageStyleFormBase::form in core/modules/image/src/Form/ImageStyleFormBase.php
Gets the actual form array to be built.
ImageStyleListBuilder::buildHeader in core/modules/image/src/ImageStyleListBuilder.php
Builds the header row for the entity listing.
ImageStyleListBuilder::render in core/modules/image/src/ImageStyleListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
ImageStyles::fields in core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
Returns available fields on the source.
ImageToolkitForm::buildForm in core/modules/system/src/Form/ImageToolkitForm.php
Form constructor.
ImportForm::buildForm in core/modules/locale/src/Form/ImportForm.php
Form constructor for the translation import screen.
ImportForm::submitForm in core/modules/locale/src/Form/ImportForm.php
Form submission handler.
ImportForm::validateForm in core/modules/locale/src/Form/ImportForm.php
Form validation handler.
InaccessibleMenuLink::getTitle in core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php
Returns the localized title to be shown for this link.
IncrementalForm::buildForm in core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php
Form constructor.
IncrementalForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php
Returns a caption for the button that confirms the action.
IndexTidDepth::buildOptionsForm in core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
Provide a form to edit options for this plugin.
IndexTidDepth::title in core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
Get the title this argument will assign the view, given the argument.
InlineBlock::blockForm in core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
InlineBlock::buildConfigurationForm in core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
Form constructor.
InOperator::adminSummary in core/modules/views/src/Plugin/views/filter/InOperator.php
Display the filter on the administrative summary.
InOperator::buildExposeForm in core/modules/views/src/Plugin/views/filter/InOperator.php
Options form subform for exposed filter options.
InOperator::getValueOptions in core/modules/views/src/Plugin/views/filter/InOperator.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
InOperator::init in core/modules/views/src/Plugin/views/filter/InOperator.php
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
InOperator::operators in core/modules/views/src/Plugin/views/filter/InOperator.php
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
InOperator::validate in core/modules/views/src/Plugin/views/filter/InOperator.php
Validate that the plugin is correct and can be saved.
InOperator::valueForm in core/modules/views/src/Plugin/views/filter/InOperator.php
Options form subform for setting options.
InputRequired::buildOptionsForm in core/modules/views/src/Plugin/views/exposed_form/InputRequired.php
Provide a form to edit options for this plugin.
InputRequired::defineOptions in core/modules/views/src/Plugin/views/exposed_form/InputRequired.php
Information about options for all kinds of purposes will be held here.
Internal::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php
Returns the buttons that this plugin provides, along with metadata.
JsAjaxTestForm::buildForm in core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php
Form for testing the addition of various types of elements via Ajax.
JsCookieTestController::jqueryCookieShimTest in core/modules/system/tests/modules/js_cookie_test/src/Controller/JsCookieTestController.php
Provides buttons to add and remove cookies using JavaScript.
JsonApiSettingsForm::buildForm in core/modules/jsonapi/src/Form/JsonApiSettingsForm.php
Form constructor.
JsWebAssertTestForm::buildForm in core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php
Form for testing the addition of various types of elements via AJAX.
Language::fields in core/modules/language/src/Plugin/migrate/source/Language.php
Returns available fields on the source.
Language::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php
Returns the buttons that this plugin provides, along with metadata.
Language::settingsForm in core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php
Returns a settings form to configure this CKEditor plugin.
LanguageAddForm::form in core/modules/language/src/Form/LanguageAddForm.php
Gets the actual form array to be built.
LanguageAddForm::save in core/modules/language/src/Form/LanguageAddForm.php
Form submission handler for the 'save' action.
LanguageAddForm::validateCustom in core/modules/language/src/Form/LanguageAddForm.php
Validates the language addition form on custom language button.
LanguageAddForm::validatePredefined in core/modules/language/src/Form/LanguageAddForm.php
Element specific validator for the Add language button.
LanguageArgument::language in core/modules/views/src/Plugin/views/argument/LanguageArgument.php
Returns the language name for a given langcode.
LanguageContentSettings::fields in core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php
Returns available fields on the source.
LanguageContentSettings::fields in core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php
Returns available fields on the source.
LanguageContentSettingsTaxonomyVocabulary::fields in core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php
Returns available fields on the source.
LanguageContentSettingsTaxonomyVocabulary::fields in core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php
Returns available fields on the source.
LanguageEditForm::actions in core/modules/language/src/Form/LanguageEditForm.php
Returns an array of supported actions for the current entity form.
LanguageField::buildOptionsForm in core/modules/views/src/Plugin/views/field/LanguageField.php
Default options form that provides the label widget that all fields should have.
LanguageFilter::getValueOptions in core/modules/views/src/Plugin/views/filter/LanguageFilter.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
LanguageFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php
Returns a form to configure settings for the formatter.
LanguageFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php
Returns a short summary for the current formatter settings.
LanguageFormBase::commonForm in core/modules/language/src/Form/LanguageFormBase.php
Common elements of the language addition and editing form.
LanguageFormBase::validateCommon in core/modules/language/src/Form/LanguageFormBase.php
Validates the language editing element.
LanguageListBuilder::submitForm in core/modules/language/src/LanguageListBuilder.php
Form submission handler.
LanguageListBuilder::validateForm in core/modules/language/src/LanguageListBuilder.php
Form validation handler.
LanguageSelectWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php
Returns a form to configure settings for the widget.
LanguageTestController::testEntity in core/modules/language/tests/language_test/src/Controller/LanguageTestController.php
Route entity upcasting test helper.
LayoutBuilder::buildAddSectionLink in core/modules/layout_builder/src/Element/LayoutBuilder.php
Builds a link to add a new section at a given delta.
LayoutBuilder::buildAdministrativeSection in core/modules/layout_builder/src/Element/LayoutBuilder.php
Builds the render array for the layout section while editing.
LayoutBuilderController::title in core/modules/layout_builder/src/Controller/LayoutBuilderController.php
Provides a title callback.
LayoutBuilderDisableForm::getDescription in core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php
Returns additional text to display as a description.
LayoutBuilderDisableForm::getQuestion in core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php
Returns the question to ask the user.
LayoutBuilderDisableForm::submitForm in core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php
Form submission handler.
LayoutBuilderEntityViewDisplayForm::form in core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php
Gets the actual form array to be built.
LayoutBuilderOverridesPermissions::permissions in core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php
Returns an array of permissions.
LinkApprove::getDefaultLabel in core/modules/comment/src/Plugin/views/field/LinkApprove.php
Returns the default label for this link.
LinkBase::buildOptionsForm in core/modules/views/src/Plugin/views/field/LinkBase.php
Default options form that provides the label widget that all fields should have.
LinkBase::getDefaultLabel in core/modules/views/src/Plugin/views/field/LinkBase.php
Returns the default label for this link.
LinkReply::getDefaultLabel in core/modules/comment/src/Plugin/views/field/LinkReply.php
Returns the default label for this link.
Links::buildOptionsForm in core/modules/views/src/Plugin/views/field/Links.php
Default options form that provides the label widget that all fields should have.
LinkWidget::flagErrors in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Override the '%uri' message parameter, to ensure that 'internal:' URIs show a validation error message that doesn't mention that scheme.
LinkWidget::formElement in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Returns the form for a single field widget.
LinkWidget::settingsForm in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Returns a form to configure settings for the widget.
LinkWidget::settingsSummary in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Returns a short summary for the current widget settings.
ListElement::getGroupTitle in core/modules/config_translation/src/FormElement/ListElement.php
Returns the title for the 'details' element of a group of schema elements.
ListingEmpty::render in core/modules/node/src/Plugin/views/area/ListingEmpty.php
Render the area.
ListingEmpty::render in core/modules/block_content/src/Plugin/views/area/ListingEmpty.php
Render the area.
LocaleSettingsForm::buildForm in core/modules/locale/src/Form/LocaleSettingsForm.php
Form constructor.
LocaleSettingsForm::validateForm in core/modules/locale/src/Form/LocaleSettingsForm.php
Form validation handler.
LocalTasksBlock::blockForm in core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LoggingForm::buildForm in core/modules/system/src/Form/LoggingForm.php
Form constructor.
LoginLogoutMenuLink::getTitle in core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php
Returns the localized title to be shown for this link.
LonelyMonkeyController::testBrokenClass in core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
MachineName::buildOptionsForm in core/modules/views/src/Plugin/views/field/MachineName.php
Default options form that provides the label widget that all fields should have.
MailHandler::sendMailMessages in core/modules/contact/src/MailHandler.php
Sends mail messages as appropriate for a given Message form submission.
MailManager::doMail in core/lib/Drupal/Core/Mail/MailManager.php
Composes and optionally sends an email message.
MaintenanceModeSubscriber::onKernelRequestMaintenance in core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns the site maintenance page if the site is offline.
ManyToOne::buildOptionsForm in core/modules/views/src/Plugin/views/argument/ManyToOne.php
Provide a form to edit options for this plugin.
ManyToOne::operators in core/modules/views/src/Plugin/views/filter/ManyToOne.php
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
ManyToOne::title in core/modules/views/src/Plugin/views/argument/ManyToOne.php
Get the title this argument will assign the view, given the argument.
Mapping::buildOptionsForm in core/modules/views/src/Plugin/views/style/Mapping.php
Provide a form to edit options for this plugin.
MappingTest::defineMapping in core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php
Builds the list of field mappings.
Media::getAvailableSorts in core/modules/media/src/Plugin/views/wizard/Media.php
Gets the availableSorts property.
MediaEmbed::renderMissingMediaIndicator in core/modules/media/src/Plugin/Filter/MediaEmbed.php
Builds the render array for the indicator when media cannot be loaded.
MediaEmbed::settingsForm in core/modules/media/src/Plugin/Filter/MediaEmbed.php
Generates a filter's settings form.
MediaEmbed::tips in core/modules/media/src/Plugin/Filter/MediaEmbed.php
Generates a filter's tip.
MediaForm::form in core/modules/media/src/MediaForm.php
Gets the actual form array to be built.
MediaForm::save in core/modules/media/src/MediaForm.php
Form submission handler for the 'save' action.
MediaLibrarySelectForm::viewsForm in core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
Form constructor for the media library select form.
MediaLibrarySelectForm::viewsFormValidate in core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
MediaLibraryUiBuilder::buildMediaTypeMenu in core/modules/media_library/src/MediaLibraryUiBuilder.php
Get the media type menu for the media library.
MediaLibraryWidget::formElement in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Returns the form for a single field widget.
MediaLibraryWidget::getNoMediaTypesAvailableMessage in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Gets the message to display when there are no allowed media types.
MediaLibraryWidget::settingsForm in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Returns a form to configure settings for the widget.
MediaListBuilder::buildHeader in core/modules/media/src/MediaListBuilder.php
Builds the header row for the entity listing.
MediaListBuilder::buildRow in core/modules/media/src/MediaListBuilder.php
Builds a row for an entity in the entity listing.
MediaPermissions::buildPermissions in core/modules/media/src/MediaPermissions.php
Returns a list of media permissions for a given media type.
MediaSettingsForm::buildForm in core/modules/media/src/Form/MediaSettingsForm.php
Form constructor.
MediaSourceBase::buildConfigurationForm in core/modules/media/src/MediaSourceBase.php
Form constructor.
MediaThumbnailFormatter::settingsForm in core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php
Returns a form to configure settings for the formatter.
MediaThumbnailFormatter::settingsSummary in core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php
Returns a short summary for the current formatter settings.
MediaTypeForm::actions in core/modules/media/src/MediaTypeForm.php
Returns an array of supported actions for the current entity form.
MediaTypeForm::form in core/modules/media/src/MediaTypeForm.php
Gets the actual form array to be built.
MediaTypeForm::save in core/modules/media/src/MediaTypeForm.php
Form submission handler for the 'save' action.
MediaTypeListBuilder::buildHeader in core/modules/media/src/MediaTypeListBuilder.php
Builds the header row for the entity listing.
MediaTypeListBuilder::render in core/modules/media/src/MediaTypeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
MediaViewsData::getViewsData in core/modules/media/src/MediaViewsData.php
Returns views data for the entity type.
Menu::fields in core/modules/system/src/Plugin/migrate/source/Menu.php
Returns available fields on the source.
MenuForm::buildOverviewForm in core/modules/menu_ui/src/MenuForm.php
Form constructor to edit an entire menu tree at once.
MenuForm::buildOverviewTreeForm in core/modules/menu_ui/src/MenuForm.php
Recursive helper function for buildOverviewForm().
MenuForm::form in core/modules/menu_ui/src/MenuForm.php
Gets the actual form array to be built.
MenuForm::save in core/modules/menu_ui/src/MenuForm.php
Form submission handler for the 'save' action.
MenuLink::fields in core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php
Returns available fields on the source.
MenuLinkContentForm::form in core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
Gets the actual form array to be built.
MenuLinkContentForm::save in core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
Form submission handler for the 'save' action.
MenuLinkDefaultForm::buildConfigurationForm in core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
Form constructor.
MenuLinkEditForm::buildForm in core/modules/menu_ui/src/Form/MenuLinkEditForm.php
MenuLinkEditForm::submitForm in core/modules/menu_ui/src/Form/MenuLinkEditForm.php
Form submission handler.
MenuLinkLocalized::fields in core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkLocalized.php
Returns available fields on the source.
MenuLinkResetForm::getConfirmText in core/modules/menu_ui/src/Form/MenuLinkResetForm.php
Returns a caption for the button that confirms the action.
MenuLinkResetForm::getDescription in core/modules/menu_ui/src/Form/MenuLinkResetForm.php
Returns additional text to display as a description.
MenuLinkResetForm::getQuestion in core/modules/menu_ui/src/Form/MenuLinkResetForm.php
Returns the question to ask the user.
MenuLinkResetForm::submitForm in core/modules/menu_ui/src/Form/MenuLinkResetForm.php
Form submission handler.
MenuLinkTranslation::fields in core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php
Returns available fields on the source.
MenuLinkTranslation::fields in core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php
Returns available fields on the source.
MenuParentFormSelector::parentSelectOptionsTreeWalk in core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
Iterates over all items in the tree to prepare the parents select options.
MenuTranslation::fields in core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php
Returns available fields on the source.
MessageForm::actions in core/modules/contact/src/MessageForm.php
Returns an array of supported actions for the current entity form.
MessageForm::form in core/modules/contact/src/MessageForm.php
Gets the actual form array to be built.
MessageForm::validateForm in core/modules/contact/src/MessageForm.php
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…
MigrateExecutable::import in core/modules/migrate/src/MigrateExecutable.php
Performs an import operation - migrate items from source to destination.
MigrateExecutable::memoryExceeded in core/modules/migrate/src/MigrateExecutable.php
Tests whether we've exceeded the desired memory threshold.
MigrateExecutable::rollback in core/modules/migrate/src/MigrateExecutable.php
Performs a rollback operation - remove previously-imported items.
MigrateExternalTranslatedTestSource::fields in core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
Returns available fields on the source.
MigrationState::buildDiscoveredDestinationsBySource in core/modules/migrate_drupal/src/MigrationState.php
Builds migration source and destination module information.
ModeratedNodeListBuilder::buildHeader in core/modules/content_moderation/src/ModeratedNodeListBuilder.php
Builds the header row for the entity listing.
ModeratedNodeListBuilder::render in core/modules/content_moderation/src/ModeratedNodeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
ModerationInformation::getUnsupportedFeatures in core/modules/content_moderation/src/ModerationInformation.php
Gets unsupported features for a given entity type.
ModerationOptOutPublish::access in core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php
Checks object access.
ModerationOptOutUnpublish::access in core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php
Checks object access.
ModerationStateWidget::formElement in core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php
Returns the form for a single field widget.
ModuleExtensionList::ensureRequiredDependencies in core/lib/Drupal/Core/Extension/ModuleExtensionList.php
Marks dependencies of required modules as 'required', recursively.
ModulesListConfirmForm::getConfirmText in core/modules/system/src/Form/ModulesListConfirmForm.php
Returns a caption for the button that confirms the action.
ModulesListConfirmForm::getDescription in core/modules/system/src/Form/ModulesListConfirmForm.php
Returns additional text to display as a description.
ModulesListConfirmForm::getQuestion in core/modules/system/src/Form/ModulesListConfirmForm.php
Returns the question to ask the user.
ModulesListExperimentalConfirmForm::buildMessageList in core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php
Builds the message list for the confirmation form.
ModulesListExperimentalConfirmForm::getQuestion in core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php
Returns the question to ask the user.
ModulesListForm::buildForm in core/modules/system/src/Form/ModulesListForm.php
Form constructor.
ModulesListForm::buildRow in core/modules/system/src/Form/ModulesListForm.php
Builds a table row for the system modules page.
ModulesUninstallForm::buildForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form constructor.
ModulesUninstallForm::validateForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form validation handler.
MoreLink::getInfo in core/lib/Drupal/Core/Render/Element/MoreLink.php
Returns the element properties for this element.
MoveBlockForm::buildForm in core/modules/layout_builder/src/Form/MoveBlockForm.php
Builds the move block form.
MoveBlockForm::title in core/modules/layout_builder/src/Form/MoveBlockForm.php
Provides a title callback.
Name::valueForm in core/modules/user/src/Plugin/views/filter/Name.php
Options form subform for setting options.
NegotiationBrowserDeleteForm::getQuestion in core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
Returns the question to ask the user.
NegotiationBrowserDeleteForm::submitForm in core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
Form submission handler.
NegotiationBrowserForm::buildForm in core/modules/language/src/Form/NegotiationBrowserForm.php
Form constructor.
NegotiationBrowserForm::validateForm in core/modules/language/src/Form/NegotiationBrowserForm.php
Form validation handler.
NegotiationConfigureForm::buildForm in core/modules/language/src/Form/NegotiationConfigureForm.php
Form constructor.
NegotiationConfigureForm::configureFormTable in core/modules/language/src/Form/NegotiationConfigureForm.php
Builds a language negotiation method configuration table.
NegotiationConfigureForm::submitForm in core/modules/language/src/Form/NegotiationConfigureForm.php
Form submission handler.
NegotiationSelectedForm::buildForm in core/modules/language/src/Form/NegotiationSelectedForm.php
Form constructor.
NegotiationSessionForm::buildForm in core/modules/language/src/Form/NegotiationSessionForm.php
Form constructor.
NegotiationUrlForm::buildForm in core/modules/language/src/Form/NegotiationUrlForm.php
Form constructor.
NegotiationUrlForm::validateForm in core/modules/language/src/Form/NegotiationUrlForm.php
Form validation handler.
NestedEntityTestForm::submitForm in core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
Form submission handler.
NestedTableDragTestForm::buildForm in core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php
Form constructor.
Node::buildFilters in core/modules/node/src/Plugin/views/wizard/Node.php
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::buildFilters().
Node::buildOptionsForm in core/modules/node/src/Plugin/views/field/Node.php
Provide link to node option.
Node::fields in core/modules/node/src/Plugin/migrate/source/d6/Node.php
Returns available fields on the source.
Node::fields in core/modules/node/src/Plugin/migrate/source/d7/Node.php
Returns available fields on the source.
Node::getAvailableSorts in core/modules/node/src/Plugin/views/wizard/Node.php
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::getAvailableSorts().
Node::rowStyleOptions in core/modules/node/src/Plugin/views/wizard/Node.php
Retrieves row style plugin names.
NodeAccessTestAutoBubblingController::latest in core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php
Lists the three latest published node IDs.
NodeBulkForm::emptySelectedMessage in core/modules/node/src/Plugin/views/field/NodeBulkForm.php
Returns the message to be displayed when there are no selected items.
NodeComment::getValueOptions in core/modules/comment/src/Plugin/views/filter/NodeComment.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
NodeController::addPageTitle in core/modules/node/src/Controller/NodeController.php
The _title_callback for the node.add route.
NodeController::revisionOverview in core/modules/node/src/Controller/NodeController.php
Generates an overview table of older revisions of a node.
NodeController::revisionPageTitle in core/modules/node/src/Controller/NodeController.php
Page title callback for a node revision.
NodeCounter::fields in core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php
Returns an array of destination fields.
NodeCounter::fields in core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php
Returns available fields on the source.
NodeEntityTranslation::fields in core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php
Returns available fields on the source.
NodeForm::actions in core/modules/node/src/NodeForm.php
Returns an array of supported actions for the current entity form.
NodeForm::form in core/modules/node/src/NodeForm.php
Gets the actual form array to be built.
NodeForm::save in core/modules/node/src/NodeForm.php
Form submission handler for the 'save' action.
NodeListBuilder::buildHeader in core/modules/node/src/NodeListBuilder.php
Builds the header row for the entity listing.
NodeListBuilder::buildRow in core/modules/node/src/NodeListBuilder.php
Builds a row for an entity in the entity listing.
NodeModerationHandler::enforceRevisionsEntityFormAlter in core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php
Alters entity forms to enforce revision handling.
NodeNewComments::buildOptionsForm in core/modules/comment/src/Plugin/views/field/NodeNewComments.php
Default options form that provides the label widget that all fields should have.
NodePermissions::buildPermissions in core/modules/node/src/NodePermissions.php
Returns a list of node permissions for a given node type.
NodePreviewForm::buildForm in core/modules/node/src/Form/NodePreviewForm.php
Form constructor.
NodeRevision::fields in core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php
Returns available fields on the source.
NodeRevision::fields in core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php
Returns available fields on the source.
NodeRevisionDeleteForm::getConfirmText in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Returns a caption for the button that confirms the action.
NodeRevisionDeleteForm::getQuestion in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Returns the question to ask the user.
NodeRevisionDeleteForm::submitForm in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Form submission handler.
NodeRevisionRevertForm::getConfirmText in core/modules/node/src/Form/NodeRevisionRevertForm.php
Returns a caption for the button that confirms the action.
NodeRevisionRevertForm::getQuestion in core/modules/node/src/Form/NodeRevisionRevertForm.php
Returns the question to ask the user.
NodeRevisionRevertForm::submitForm in core/modules/node/src/Form/NodeRevisionRevertForm.php
Form submission handler.
NodeRevisionRevertTranslationForm::buildForm in core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php
Form constructor.
NodeRevisionRevertTranslationForm::getQuestion in core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php
Returns the question to ask the user.
NodeRouteContext::getAvailableContexts in core/modules/node/src/ContextProvider/NodeRouteContext.php
Gets all available contexts for the purposes of configuration.
NodeSearch::buildConfigurationForm in core/modules/node/src/Plugin/Search/NodeSearch.php
Form constructor.
NodeSearch::findResults in core/modules/node/src/Plugin/Search/NodeSearch.php
Queries to find search results, and sets status messages.
NodeTermData::buildOptionsForm in core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php
Provide a form to edit options for this plugin.
NodeType::fields in core/modules/node/src/Plugin/migrate/source/d6/NodeType.php
Returns available fields on the source.
NodeType::fields in core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
Returns available fields on the source.
NodeType::getCommentFields in core/modules/node/src/Plugin/migrate/source/d6/NodeType.php
Returns the fields containing comment settings for each node type.
NodeType::getCommentFields in core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
Returns the fields containing comment settings for each node type.
NodeTypeForm::actions in core/modules/node/src/NodeTypeForm.php
Returns an array of supported actions for the current entity form.
NodeTypeForm::form in core/modules/node/src/NodeTypeForm.php
Gets the actual form array to be built.
NodeTypeForm::save in core/modules/node/src/NodeTypeForm.php
Form submission handler for the 'save' action.
NodeTypeForm::validateForm in core/modules/node/src/NodeTypeForm.php
Form validation handler.
NodeTypeListBuilder::render in core/modules/node/src/NodeTypeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
NodeViewsData::getViewsData in core/modules/node/src/NodeViewsData.php
Returns views data for the entity type.
None::buildOptionsForm in core/modules/views/src/Plugin/views/pager/None.php
Provide the default form for setting options.
None::summaryTitle in core/modules/views/src/Plugin/views/access/None.php
Returns the summary of the settings in the display.
None::summaryTitle in core/modules/views/src/Plugin/views/cache/None.php
Return a string to display as the clickable title for the access control.
None::summaryTitle in core/modules/views/src/Plugin/views/pager/None.php
Return a string to display as the clickable title for the pager plugin.
NoProfilesException::__construct in core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php
Constructs a new "no profiles available" exception.
NullArgument::buildOptionsForm in core/modules/views/src/Plugin/views/argument/NullArgument.php
Override buildOptionsForm() so that only the relevant options are displayed to the user.
NumberListField::buildOptionsForm in core/modules/options/src/Plugin/views/argument/NumberListField.php
Provide a form to edit options for this plugin.
NumericArgument::buildOptionsForm in core/modules/views/src/Plugin/views/argument/NumericArgument.php
Provide a form to edit options for this plugin.
NumericArgument::getSortName in core/modules/views/src/Plugin/views/argument/NumericArgument.php
Return a description of how the argument would normally be sorted.
NumericArgument::title in core/modules/views/src/Plugin/views/argument/NumericArgument.php
Get the title this argument will assign the view, given the argument.
NumericField::buildOptionsForm in core/modules/views/src/Plugin/views/field/NumericField.php
Default options form that provides the label widget that all fields should have.
NumericFilter::adminSummary in core/modules/views/src/Plugin/views/filter/NumericFilter.php
Display the filter on the administrative summary.
NumericFilter::buildExposeForm in core/modules/views/src/Plugin/views/filter/NumericFilter.php
Options form subform for exposed filter options.
NumericFilter::operators in core/modules/views/src/Plugin/views/filter/NumericFilter.php
NumericFilter::valueForm in core/modules/views/src/Plugin/views/filter/NumericFilter.php
Provide a simple textfield for equality.
OEmbed::buildConfigurationForm in core/modules/media/src/Plugin/media/Source/OEmbed.php
Form constructor.
OEmbed::createSourceField in core/modules/media/src/Plugin/media/Source/OEmbed.php
Creates the source field definition for a type.
OEmbed::getMetadataAttributes in core/modules/media/src/Plugin/media/Source/OEmbed.php
Gets a list of metadata attributes provided by this plugin.
OEmbed::validateConfigurationForm in core/modules/media/src/Plugin/media/Source/OEmbed.php
Form validation handler.
OEmbedForm::buildInputElement in core/modules/media_library/src/Form/OEmbedForm.php
Builds the element for submitting source field value(s).
OEmbedFormatter::settingsForm in core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
Returns a form to configure settings for the formatter.
OEmbedFormatter::settingsSummary in core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
Returns a short summary for the current formatter settings.
OEmbedWidget::formElement in core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php
Returns the form for a single field widget.
OpmlFeedAdd::buildForm in core/modules/aggregator/src/Form/OpmlFeedAdd.php
Form constructor.
OpmlFeedAdd::submitForm in core/modules/aggregator/src/Form/OpmlFeedAdd.php
Form submission handler.
OpmlFeedAdd::validateForm in core/modules/aggregator/src/Form/OpmlFeedAdd.php
Form validation handler.
OpmlFields::buildOptionsForm in core/modules/views/src/Plugin/views/row/OpmlFields.php
Provide a form for setting options.
OpmlFields::validate in core/modules/views/src/Plugin/views/row/OpmlFields.php
Validate that the plugin is correct and can be saved.
OverridesEntityForm::actions in core/modules/layout_builder/src/Form/OverridesEntityForm.php
Returns an array of supported actions for the current entity form.
OverridesEntityForm::buildMessage in core/modules/layout_builder/src/Form/OverridesEntityForm.php
Renders a message to display at the top of the layout builder.
OverridesEntityForm::save in core/modules/layout_builder/src/Form/OverridesEntityForm.php
Form submission handler for the 'save' action.
OverridesSectionStorage::buildLocalTasks in core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
Provides the local tasks dynamically for Layout Builder plugins.
Overview::buildForm in core/modules/forum/src/Form/Overview.php
Form constructor.
OverviewForm::buildForm in core/modules/migrate_drupal_ui/src/Form/OverviewForm.php
Form constructor.
OverviewForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/OverviewForm.php
Returns a caption for the button that confirms the action.
OverviewTerms::buildForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form constructor.
OverviewTerms::submitForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form submission handler.
Page::buildOptionsForm in core/modules/views/src/Plugin/views/display/Page.php
Provide a form to edit options for this plugin.
Page::getArgumentText in core/modules/views/src/Plugin/views/display/Page.php
Provides help text for the arguments.
Page::getPagerText in core/modules/views/src/Plugin/views/display/Page.php
Provides help text for pagers.
Page::optionsSummary in core/modules/views/src/Plugin/views/display/Page.php
Provides the default summary for options in the views UI.
Page::validate in core/modules/views/src/Plugin/views/display/Page.php
Validate that the plugin is correct and can be saved.
Page::validateOptionsForm in core/modules/views/src/Plugin/views/display/Page.php
Validate the options form.
PagerPluginBase::summaryTitle in core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
Return a string to display as the clickable title for the pager plugin.
PagerTestController::buildTestTable in core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
Builds a render array for a pageable test table.
PagerTestController::queryParameters in core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
Returns a pager with 'parameters' variable.
PathAliasForm::save in core/modules/path/src/PathAliasForm.php
Form submission handler for the 'save' action.
PathAliasListBuilder::buildHeader in core/modules/path/src/PathAliasListBuilder.php
Builds the header row for the entity listing.
PathAliasListBuilder::render in core/modules/path/src/PathAliasListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
PathBasedBreadcrumbBuilder::build in core/modules/system/src/PathBasedBreadcrumbBuilder.php
Builds the breadcrumb.
PathFilterForm::buildForm in core/modules/path/src/Form/PathFilterForm.php
Form constructor.
PathPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Provide a form to edit options for this plugin.
PathPluginBase::optionsSummary in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Provides the default summary for options in the views UI.
PathPluginBase::validatePath in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Validates the path of the display.
PathWidget::formElement in core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php
Returns the form for a single field widget.
PerformanceForm::buildForm in core/modules/system/src/Form/PerformanceForm.php
Form constructor.
PerformanceForm::submitCacheClear in core/modules/system/src/Form/PerformanceForm.php
Clears the caches.
Permission::buildOptionsForm in core/modules/user/src/Plugin/views/access/Permission.php
Provide a form to edit options for this plugin.
Permission::summaryTitle in core/modules/user/src/Plugin/views/access/Permission.php
Returns the summary of the settings in the display.
PermissionHandler::buildPermissionsYaml in core/modules/user/src/PermissionHandler.php
Builds all permissions provided by .permissions.yml files.
Permissions::transitionPermissions in core/modules/content_moderation/src/Permissions.php
Returns an array of transition permissions.
PluginBase::globalTokenForm in core/modules/views/src/Plugin/views/PluginBase.php
Adds elements for available core tokens to a form.
PluginBase::listLanguages in core/modules/views/src/Plugin/views/PluginBase.php
Makes an array of languages, optionally including special languages.
PluginBase::summaryTitle in core/modules/views/src/Plugin/views/PluginBase.php
Returns the summary of the settings in the display.
PluralVariants::getSourceElement in core/modules/config_translation/src/FormElement/PluralVariants.php
Returns the source element for a given configuration definition.
PluralVariants::getTranslationElement in core/modules/config_translation/src/FormElement/PluralVariants.php
Returns the translation form element for a given configuration definition.
PrepareLayout::onPrepareLayout in core/modules/layout_builder/src/EventSubscriber/PrepareLayout.php
Prepares a layout for use in the UI.
PrepareModulesEntityUninstallForm::buildForm in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
Form constructor.
PrepareModulesEntityUninstallForm::getConfirmText in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
Returns a caption for the button that confirms the action.
PrepareModulesEntityUninstallForm::getDescription in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
Returns additional text to display as a description.
PrepareModulesEntityUninstallForm::getQuestion in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
Returns the question to ask the user.
PrerenderList::buildOptionsForm in core/modules/views/src/Plugin/views/field/PrerenderList.php
Default options form that provides the label widget that all fields should have.
ProfileField::fields in core/modules/user/src/Plugin/migrate/source/ProfileField.php
Returns available fields on the source.
ProfileFieldOptionTranslation::fields in core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php
Returns available fields on the source.
ProfileFieldTranslation::fields in core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php
Returns available fields on the source.
ProfileFieldValues::fields in core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php
Returns available fields on the source.
ProfileForm::actions in core/modules/user/src/ProfileForm.php
Returns an array of supported actions for the current entity form.
ProfileForm::save in core/modules/user/src/ProfileForm.php
Form submission handler for the 'save' action.
ProjectCoreCompatibility::createMessageFromCoreCompatibility in core/modules/update/src/ProjectCoreCompatibility.php
Creates core a compatibility message from a semantic version constraint.
ProjectSecurityRequirement::getDateEndRequirement in core/modules/update/src/ProjectSecurityRequirement.php
Gets the security coverage requirement based on an end date.
ProjectSecurityRequirement::getReleaseCycleLink in core/modules/update/src/ProjectSecurityRequirement.php
Gets a link the release cycle page on drupal.org.
ProjectSecurityRequirement::getRequirement in core/modules/update/src/ProjectSecurityRequirement.php
Gets the security coverage requirement, if any.
ProjectSecurityRequirement::getVersionEndCoverageMessage in core/modules/update/src/ProjectSecurityRequirement.php
Gets the message for additional minor version security coverage.
ProjectSecurityRequirement::getVersionEndRequirement in core/modules/update/src/ProjectSecurityRequirement.php
Gets the requirements based on security coverage until a specific version.
ProjectSecurityRequirement::getVersionNoSecurityCoverageMessage in core/modules/update/src/ProjectSecurityRequirement.php
Gets the formatted message for a project with no security coverage.
QueryBatchTest::fields in core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php
Returns available fields on the source.
QueryParameter::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/QueryParameter.php
Provide the default form for setting options.
QueryPluginBase::summaryTitle in core/modules/views/src/Plugin/views/query/QueryPluginBase.php
Returns the summary of the settings in the display.
QueryTest::buildOptionsForm in core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
Provide a form to edit options for this plugin.
QuickEditFieldForm::buildEntity in core/modules/quickedit/src/Form/QuickEditFieldForm.php
Returns a cloned entity containing updated field values.
QuickEditFieldForm::buildForm in core/modules/quickedit/src/Form/QuickEditFieldForm.php
Builds a form for a single entity field.
QuickEditImageController::upload in core/modules/image/src/Controller/QuickEditImageController.php
Returns JSON representing the new file upload, or validation errors.
Raw::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/Raw.php
Provide the default form for setting options.
RdfMapping::fields in core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php
Returns available fields on the source.
Rearrange::buildForm in core/modules/views_ui/src/Form/Ajax/Rearrange.php
Form constructor.
RearrangeFilter::buildForm in core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php
Form constructor.
RebuildPermissionsForm::getConfirmText in core/modules/node/src/Form/RebuildPermissionsForm.php
Returns a caption for the button that confirms the action.
RebuildPermissionsForm::getDescription in core/modules/node/src/Form/RebuildPermissionsForm.php
Returns additional text to display as a description.
RebuildPermissionsForm::getQuestion in core/modules/node/src/Form/RebuildPermissionsForm.php
Returns the question to ask the user.
RedirectBlockForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php
Form constructor.
RegionalForm::buildForm in core/modules/system/src/Form/RegionalForm.php
Form constructor.
RegisterForm::actions in core/modules/user/src/RegisterForm.php
Returns an array of supported actions for the current entity form.
RegisterForm::save in core/modules/user/src/RegisterForm.php
Form submission handler for the 'save' action.
ReindexConfirm::getCancelText in core/modules/search/src/Form/ReindexConfirm.php
Returns a caption for the link which cancels the action.
ReindexConfirm::getConfirmText in core/modules/search/src/Form/ReindexConfirm.php
Returns a caption for the button that confirms the action.
ReindexConfirm::getDescription in core/modules/search/src/Form/ReindexConfirm.php
Returns additional text to display as a description.
ReindexConfirm::getQuestion in core/modules/search/src/Form/ReindexConfirm.php
Returns the question to ask the user.
ReindexConfirm::submitForm in core/modules/search/src/Form/ReindexConfirm.php
Form submission handler.
RelationshipPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php
Provide a form to edit options for this plugin.
RemoveBlockForm::getConfirmText in core/modules/layout_builder/src/Form/RemoveBlockForm.php
Returns a caption for the button that confirms the action.
RemoveBlockForm::getQuestion in core/modules/layout_builder/src/Form/RemoveBlockForm.php
Returns the question to ask the user.
RemoveSectionForm::getConfirmText in core/modules/layout_builder/src/Form/RemoveSectionForm.php
Returns a caption for the button that confirms the action.
RemoveSectionForm::getQuestion in core/modules/layout_builder/src/Form/RemoveSectionForm.php
Returns the question to ask the user.
RenderArrayNonHtmlSubscriberTestController::rawString in core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController::renderArray in core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderedEntity::buildOptionsForm in core/modules/views/src/Plugin/views/field/RenderedEntity.php
Default options form that provides the label widget that all fields should have.
ReorderDisplays::buildForm in core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
Form constructor.
RequiredModuleUninstallValidator::validate in core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php
Determines the reasons a module can not be uninstalled.
ResourceBase::permissions in core/modules/rest/src/Plugin/ResourceBase.php
Implements ResourceInterface::permissions().
ResponsiveImageFormatter::settingsForm in core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
Returns a form to configure settings for the formatter.
ResponsiveImageStyleForm::form in core/modules/responsive_image/src/ResponsiveImageStyleForm.php
Overrides Drupal\Core\Entity\EntityForm::form().
ResponsiveImageStyleForm::save in core/modules/responsive_image/src/ResponsiveImageStyleForm.php
Form submission handler for the 'save' action.
ResponsiveImageStyles::fields in core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php
Returns available fields on the source.
RestExport::buildOptionsForm in core/modules/rest/src/Plugin/views/display/RestExport.php
Provide a form to edit options for this plugin.
RestExport::optionsSummary in core/modules/rest/src/Plugin/views/display/RestExport.php
Provides the default summary for options in the views UI.
Result::buildOptionsForm in core/modules/views/src/Plugin/views/area/Result.php
Provide a form to edit options for this plugin.
Result::defineOptions in core/modules/views/src/Plugin/views/area/Result.php
Information about options for all kinds of purposes will be held here.
RevertOverridesForm::getConfirmText in core/modules/layout_builder/src/Form/RevertOverridesForm.php
Returns a caption for the button that confirms the action.
RevertOverridesForm::getQuestion in core/modules/layout_builder/src/Form/RevertOverridesForm.php
Returns the question to ask the user.
RevertOverridesForm::submitForm in core/modules/layout_builder/src/Form/RevertOverridesForm.php
Form submission handler.
ReviewForm::buildForm in core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
Form constructor.
ReviewForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
Returns a caption for the button that confirms the action.
RevisionLink::getDefaultLabel in core/modules/node/src/Plugin/views/field/RevisionLink.php
Returns the default label for this link.
RevisionLinkDelete::getDefaultLabel in core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
Returns the default label for this link.
RevisionLinkRevert::getDefaultLabel in core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php
Returns the default label for this link.
Role::buildOptionsForm in core/modules/user/src/Plugin/views/access/Role.php
Provide a form to edit options for this plugin.
Role::fields in core/modules/user/src/Plugin/migrate/source/d6/Role.php
Returns available fields on the source.
Role::fields in core/modules/user/src/Plugin/migrate/source/d7/Role.php
Returns available fields on the source.
Role::summaryTitle in core/modules/user/src/Plugin/views/access/Role.php
Returns the summary of the settings in the display.
Role::validateOptionsForm in core/modules/user/src/Plugin/views/access/Role.php
Validate the options form.
RoleForm::form in core/modules/user/src/RoleForm.php
Gets the actual form array to be built.
RoleForm::save in core/modules/user/src/RoleForm.php
Form submission handler for the 'save' action.
RoleListBuilder::submitForm in core/modules/user/src/RoleListBuilder.php
Form submission handler.
Roles::documentSelfTokens in core/modules/user/src/Plugin/views/field/Roles.php
Document any special tokens this field might use for itself.
Roles::operators in core/modules/user/src/Plugin/views/filter/Roles.php
Override empty and not empty operator labels to be clearer for user roles.
RoleSettingsForm::buildForm in core/modules/user/src/Form/RoleSettingsForm.php
Form constructor.
RotateImageEffect::validateConfigurationForm in core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
Form validation handler.
RowPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/row/RowPluginBase.php
Provide a form for setting options.
RowTest::buildOptionsForm in core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php
Provide a form for setting options.
Rss::buildOptionsForm in core/modules/views/src/Plugin/views/style/Rss.php
Provide a form to edit options for this plugin.
Rss::buildOptionsForm_summary_options in core/modules/node/src/Plugin/views/row/Rss.php
Return the main options, which are shown in the summary title.
Rss::buildOptionsForm_summary_options in core/modules/comment/src/Plugin/views/row/Rss.php
Return the main options, which are shown in the summary title.
RssFeedsForm::buildForm in core/modules/system/src/Form/RssFeedsForm.php
Form constructor.
RssFields::buildOptionsForm in core/modules/views/src/Plugin/views/row/RssFields.php
Provide a form for setting options.
RssFields::validate in core/modules/views/src/Plugin/views/row/RssFields.php
Validate that the plugin is correct and can be saved.
RssPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/row/RssPluginBase.php
Provide a form for setting options.
ScaleImageEffect::validateConfigurationForm in core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
Form validation handler.
Search::operatorForm in core/modules/search/src/Plugin/views/filter/Search.php
Options form subform for setting the operator.
Search::valueForm in core/modules/search/src/Plugin/views/filter/Search.php
Options form subform for setting options.
SearchBlock::blockForm in core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlockForm::buildForm in core/modules/search/src/Form/SearchBlockForm.php
Form constructor.
SearchController::editTitle in core/modules/search/src/Controller/SearchController.php
Route title callback.
SearchController::performOperation in core/modules/search/src/Controller/SearchController.php
Performs an operation on the search page entity.
SearchController::setAsDefault in core/modules/search/src/Controller/SearchController.php
Sets the search page as the default.
SearchController::view in core/modules/search/src/Controller/SearchController.php
Creates a render array for the search page.
SearchEmbeddedForm::buildForm in core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php
Form constructor.
SearchEmbeddedForm::submitForm in core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php
Form submission handler.
SearchPage::fields in core/modules/search/src/Plugin/migrate/source/d6/SearchPage.php
Returns available fields on the source.
SearchPage::fields in core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php
Returns available fields on the source.
SearchPageAddForm::actions in core/modules/search/src/Form/SearchPageAddForm.php
Returns an array of supported actions for the current entity form.
SearchPageAddForm::save in core/modules/search/src/Form/SearchPageAddForm.php
Form submission handler for the 'save' action.
SearchPageEditForm::actions in core/modules/search/src/Form/SearchPageEditForm.php
Returns an array of supported actions for the current entity form.
SearchPageEditForm::save in core/modules/search/src/Form/SearchPageEditForm.php
Form submission handler for the 'save' action.
SearchPageForm::buildForm in core/modules/search/src/Form/SearchPageForm.php
Form constructor.
SearchPageFormBase::form in core/modules/search/src/Form/SearchPageFormBase.php
Gets the actual form array to be built.
SearchPageFormBase::validateForm in core/modules/search/src/Form/SearchPageFormBase.php
Form validation handler.
SearchPageListBuilder::buildForm in core/modules/search/src/SearchPageListBuilder.php
Form constructor.
SearchPageListBuilder::buildHeader in core/modules/search/src/SearchPageListBuilder.php
Builds the header row for the entity listing.
SearchPageListBuilder::buildRow in core/modules/search/src/SearchPageListBuilder.php
Builds a row for an entity in the entity listing.
SearchPageListBuilder::getDefaultOperations in core/modules/search/src/SearchPageListBuilder.php
Gets this list's default operations.
SearchPageListBuilder::submitForm in core/modules/search/src/SearchPageListBuilder.php
Form submission handler.
SearchPageListBuilder::validateAddSearchPage in core/modules/search/src/SearchPageListBuilder.php
Form validation handler for adding a new search page.
SearchPluginBase::getHelp in core/modules/search/src/Plugin/SearchPluginBase.php
Returns the searching help.
SearchPluginBase::suggestedTitle in core/modules/search/src/Plugin/SearchPluginBase.php
Provides a suggested title for a page of search results.
SearchRow::buildOptionsForm in core/modules/search/src/Plugin/views/row/SearchRow.php
Provide a form for setting options.
SelectProfileForm::buildForm in core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
Form constructor.
Serialized::buildOptionsForm in core/modules/views/src/Plugin/views/field/Serialized.php
Default options form that provides the label widget that all fields should have.
Serialized::validateOptionsForm in core/modules/views/src/Plugin/views/field/Serialized.php
Validate the options form.
Serializer::buildOptionsForm in core/modules/rest/src/Plugin/views/style/Serializer.php
Provide a form to edit options for this plugin.
SessionTestController::get in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Prints the stored session value to the screen.
SessionTestController::getFromSessionObject in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Prints the stored session value to the screen.
SessionTestController::hasSessionBagFlag in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Prints a message if the flag in the session bag is set.
SessionTestController::isLoggedIn in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Only available if current user is logged in.
SessionTestController::noSet in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Turns off session saving and then tries to save a value anyway.
SessionTestController::set in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Stores a value in $_SESSION['session_test_value'].
SessionTestController::setMessage in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Sets a message to me displayed on the following page.
SetCustomize::actions in core/modules/shortcut/src/Form/SetCustomize.php
Returns an array of supported actions for the current entity form.
SetCustomize::form in core/modules/shortcut/src/Form/SetCustomize.php
Gets the actual form array to be built.
SetCustomize::save in core/modules/shortcut/src/Form/SetCustomize.php
Form submission handler for the 'save' action.
SettingsForm::buildForm in core/modules/media_library/src/Form/SettingsForm.php
Form constructor.
SettingsForm::buildForm in core/modules/aggregator/src/Form/SettingsForm.php
Form constructor.
Shortcut::fields in core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php
Returns available fields on the source.
ShortcutController::deleteShortcutLinkInline in core/modules/shortcut/src/Controller/ShortcutController.php
Deletes the selected shortcut.
ShortcutForm::save in core/modules/shortcut/src/ShortcutForm.php
Form submission handler for the 'save' action.
ShortcutSet::fields in core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php
Returns available fields on the source.
ShortcutSetController::addShortcutLinkInline in core/modules/shortcut/src/Controller/ShortcutSetController.php
Creates a new link in the provided shortcut set.
ShortcutSetForm::form in core/modules/shortcut/src/ShortcutSetForm.php
Gets the actual form array to be built.
ShortcutSetForm::save in core/modules/shortcut/src/ShortcutSetForm.php
Form submission handler for the 'save' action.
ShortcutSetUsers::fields in core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php
Returns available fields on the source.
SimpleConfigSectionStorage::buildLocalTasks in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php
Provides the local tasks dynamically for Layout Builder plugins.
SiteConfigureForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form constructor.
SiteInformationForm::buildForm in core/modules/system/src/Form/SiteInformationForm.php
Form constructor.
SiteInformationForm::validateForm in core/modules/system/src/Form/SiteInformationForm.php
Form validation handler.
SiteMaintenanceModeForm::buildForm in core/modules/system/src/Form/SiteMaintenanceModeForm.php
Form constructor.
SiteSettingsForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Form constructor.
Some::buildOptionsForm in core/modules/views/src/Plugin/views/pager/Some.php
Provide the default form for setting options.
SortPluginBase::adminSummary in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Display whether or not the sort order is ascending or descending.
SortPluginBase::buildExposeForm in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Form for exposed handler options.
SortPluginBase::showExposeButton in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Shortcut to display the expose/hide button.
SortPluginBase::showSortForm in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Shortcut to display the value form.
SortPluginBase::sortOptions in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Provide a list of options for the default sort form.
SortPluginBase::validateExposeForm in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Validate the options form.
Sql::buildOptionsForm in core/modules/views/src/Plugin/views/query/Sql.php
Add settings for the ui.
Sql::getAggregationInfo in core/modules/views/src/Plugin/views/query/Sql.php
Get aggregation info for group by queries.
Sql::saveIdMapping in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Saves a mapping from the source identifiers to the destination identifiers.
SqlBase::buildOptionsForm in core/modules/views/src/Plugin/views/pager/SqlBase.php
Provide the default form for setting options.
SqlBase::defineOptions in core/modules/views/src/Plugin/views/pager/SqlBase.php
Information about options for all kinds of purposes will be held here.
SqlBase::exposedFormValidate in core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::validateOptionsForm in core/modules/views/src/Plugin/views/pager/SqlBase.php
Provide the default form form for validating options.
StatisticsPopularBlock::blockForm in core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::build in core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
Builds and returns the renderable array for this block plugin.
StatisticsSettingsForm::buildForm in core/modules/statistics/src/StatisticsSettingsForm.php
Form constructor.
Status::getValueOptions in core/modules/file/src/Plugin/views/filter/Status.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
StringArgument::buildOptionsForm in core/modules/views/src/Plugin/views/argument/StringArgument.php
Provide a form to edit options for this plugin.
StringArgument::getSortName in core/modules/views/src/Plugin/views/argument/StringArgument.php
Return a description of how the argument would normally be sorted.
StringArgument::title in core/modules/views/src/Plugin/views/argument/StringArgument.php
Get the title this argument will assign the view, given the argument.
StringFilter::adminSummary in core/modules/views/src/Plugin/views/filter/StringFilter.php
Display the filter on the administrative summary.
StringFilter::buildExposeForm in core/modules/views/src/Plugin/views/filter/StringFilter.php
Options form subform for exposed filter options.
StringFilter::operators in core/modules/views/src/Plugin/views/filter/StringFilter.php
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
StringFilter::valueForm in core/modules/views/src/Plugin/views/filter/StringFilter.php
Provide a simple textfield for equality.
StringFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
Returns a form to configure settings for the formatter.
StringFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
Returns a short summary for the current formatter settings.
StringListField::buildOptionsForm in core/modules/options/src/Plugin/views/argument/StringListField.php
Provide a form to edit options for this plugin.
StylePluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Provide a form to edit options for this plugin.
StylePluginBase::validate in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Validate that the plugin is correct and can be saved.
StylesCombo::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
Returns the buttons that this plugin provides, along with metadata.
StylesCombo::settingsForm in core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
Returns a settings form to configure this CKEditor plugin.
StylesCombo::validateStylesValue in core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
#element_validate handler for the "styles" element in settingsForm().
StyleTest::buildOptionsForm in core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php
Provide a form to edit options for this plugin.
SwitchShortcutSet::buildForm in core/modules/shortcut/src/Form/SwitchShortcutSet.php
Form constructor.
SwitchShortcutSet::submitForm in core/modules/shortcut/src/Form/SwitchShortcutSet.php
Form submission handler.
SwitchShortcutSet::validateForm in core/modules/shortcut/src/Form/SwitchShortcutSet.php
Form validation handler.
SwitchToLiveForm::getDescription in core/modules/workspaces/src/Form/SwitchToLiveForm.php
Returns additional text to display as a description.
SwitchToLiveForm::getQuestion in core/modules/workspaces/src/Form/SwitchToLiveForm.php
Returns the question to ask the user.
SwitchToLiveForm::submitForm in core/modules/workspaces/src/Form/SwitchToLiveForm.php
Form submission handler.
SystemBrandingBlock::blockForm in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingBlock::build in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
Builds and returns the renderable array for this block plugin.
SystemBrandingOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
Form constructor.
SystemConfigSubscriber::onConfigImporterValidateNotEmpty in core/modules/system/src/SystemConfigSubscriber.php
Checks that the configuration synchronization is valid.
SystemConfigSubscriber::onConfigImporterValidateSiteUUID in core/modules/system/src/SystemConfigSubscriber.php
Checks that the configuration synchronization is valid.
SystemController::overview in core/modules/system/src/Controller/SystemController.php
Provide the administration overview page.
SystemController::themesPage in core/modules/system/src/Controller/SystemController.php
Returns a theme listing.
SystemMenuBlock::blockForm in core/modules/system/src/Plugin/Block/SystemMenuBlock.php
SystemMenuOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemMenuOffCanvasForm.php
Form constructor.
SystemPoweredByBlock::build in core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
Builds and returns the renderable array for this block plugin.
SystemTestController::mainContentFallback in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Tests main content fallback.
SystemTestController::messengerServiceTest in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Tests setting messages and removing one before it is displayed.
SystemTestController::setHeader in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Sets a header.
Table::buildOptionsForm in core/modules/views/src/Plugin/views/style/Table.php
Render the given style.
TableDragTestForm::buildFormActions in core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php
Builds the test table form actions.
TableDragTestForm::buildTestTable in core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php
Builds the draggable test table.
Tag::summaryTitle in core/modules/views/src/Plugin/views/cache/Tag.php
Return a string to display as the clickable title for the access control.
Taxonomy::title in core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php
Override the behavior of title(). Get the title of the node.
TaxonomyIndexTid::buildExposeForm in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
Options form subform for exposed filter options.
TaxonomyIndexTid::buildExtraOptionsForm in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
Provide a form for setting options.
TaxonomyIndexTid::buildOptionsForm in core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
Provide "link to term" option.
TaxonomyIndexTid::documentSelfTokens in core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
Document any special tokens this field might use for itself.
TaxonomyIndexTid::valueForm in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
Options form subform for setting options.
TaxonomyIndexTidDepth::buildExtraOptionsForm in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php
Provide a form for setting options.
TaxonomyIndexTidDepth::operatorOptions in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php
Build strings from the operators() for 'select' options.
TaxonomyPermissions::buildPermissions in core/modules/taxonomy/src/TaxonomyPermissions.php
Builds a standard list of taxonomy term permissions for a given vocabulary.
Term::fields in core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php
Returns available fields on the source.
Term::fields in core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php
Returns available fields on the source.
TermBreadcrumbBuilder::build in core/modules/taxonomy/src/TermBreadcrumbBuilder.php
Builds the breadcrumb.
TermEntityTranslation::fields in core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
Returns available fields on the source.
TermForm::actions in core/modules/taxonomy/src/TermForm.php
Returns an array of supported actions for the current entity form.
TermForm::form in core/modules/taxonomy/src/TermForm.php
Gets the actual form array to be built.
TermForm::save in core/modules/taxonomy/src/TermForm.php
Form submission handler for the 'save' action.
TermForm::validateForm in core/modules/taxonomy/src/TermForm.php
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…
TermLocalizedTranslation::fields in core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php
Returns available fields on the source.
TermLocalizedTranslation::fields in core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php
Returns available fields on the source.
TermName::buildOptionsForm in core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php
Provides the default form for setting options.
TermName::buildOptionsForm in core/modules/taxonomy/src/Plugin/views/field/TermName.php
Default options form that provides the label widget that all fields should have.
TermNode::fields in core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php
Returns available fields on the source.
TermRouteContext::getAvailableContexts in core/modules/taxonomy/src/ContextProvider/TermRouteContext.php
Gets all available contexts for the purposes of configuration.
TermTranslation::fields in core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php
Returns available fields on the source.
TermViewsData::getViewsData in core/modules/taxonomy/src/TermViewsData.php
Returns views data for the entity type.
Test::buildConfigurationForm in core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php
Form constructor.
Test::getMetadata in core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php
Gets the value for a metadata attribute for a given media item.
Test::getMetadataAttributes in core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php
Gets a list of metadata attributes provided by this plugin.
TestAjaxBlock::blockForm in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
TestAjaxBlock::build in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
Builds and returns the renderable array for this block plugin.
TestBlockInstantiation::blockForm in core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
TestController::modal in core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php
Renders a link to open the /admin/content view in a modal dialog.
TestForm::buildForm in core/modules/block/tests/modules/block_test/src/Form/TestForm.php
Form constructor.
TestForm::buildForm in core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php
Form constructor.
TestForm::submitForm in core/modules/block/tests/modules/block_test/src/Form/TestForm.php
Form submission handler.
TestForm::validateForm in core/modules/block/tests/modules/block_test/src/Form/TestForm.php
Form validation handler.
TestFormApiFormBlock::buildForm in core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php
Form constructor.
TestLocalAction4::getTitle in core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php
Returns the localized title to be shown for this action.
TestSettingsValidationBlock::blockValidate in core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php
TestTasksSettingsSub1::getTitle in core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php
Returns the localized title to be shown for this tab.
TestToolkit::buildConfigurationForm in core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
Form constructor.
TestToolkit::validateConfigurationForm in core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
Form validation handler.
TestTranslation::getMetadata in core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php
Gets the value for a metadata attribute for a given media item.
Text::buildOptionsForm in core/modules/views/src/Plugin/views/area/Text.php
Provide a form to edit options for this plugin.
TextareaWidget::settingsForm in core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php
Returns a form to configure settings for the widget.
TextareaWithSummaryWidget::formElement in core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php
Returns the form for a single field widget.
TextCustom::buildOptionsForm in core/modules/views/src/Plugin/views/area/TextCustom.php
Provide a form to edit options for this plugin.
TextWithSummaryItem::getConstraints in core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
Gets a list of validation constraints.
ThemeAdminForm::buildForm in core/modules/system/src/Form/ThemeAdminForm.php
Form constructor.
ThemeController::install in core/modules/system/src/Controller/ThemeController.php
Installs a theme.
ThemeController::setDefaultTheme in core/modules/system/src/Controller/ThemeController.php
Set the default theme.
ThemeController::uninstall in core/modules/system/src/Controller/ThemeController.php
Uninstalls a theme.
ThemeExperimentalConfirmForm::buildForm in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Form constructor.
ThemeExperimentalConfirmForm::getConfirmText in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Returns a caption for the button that confirms the action.
ThemeExperimentalConfirmForm::getDescription in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Returns additional text to display as a description.
ThemeExperimentalConfirmForm::getQuestion in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Returns the question to ask the user.
ThemeExperimentalConfirmForm::submitForm in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Form submission handler.
ThemeSettings::fields in core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php
Returns available fields on the source.
ThemeSettingsForm::buildForm in core/modules/system/src/Form/ThemeSettingsForm.php
ThemeSettingsForm::validateForm in core/modules/system/src/Form/ThemeSettingsForm.php
Form validation handler.
Tid::buildOptionsForm in core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php
Provide the default form for setting options.
Time::buildOptionsForm in core/modules/views/src/Plugin/views/cache/Time.php
Provide a form to edit options for this plugin.
Time::validateOptionsForm in core/modules/views/src/Plugin/views/cache/Time.php
Validate the options form.
TimeInterval::buildOptionsForm in core/modules/views/src/Plugin/views/field/TimeInterval.php
Default options form that provides the label widget that all fields should have.
TimestampAgoFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php
Returns a form to configure settings for the formatter.
TimestampAgoFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php
Returns a short summary for the current formatter settings.
TimestampAgoFormatter::viewElements in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php
Builds a renderable array for a field value.
TimestampDatetimeWidget::formElement in core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php
Returns the form for a single field widget.
TimestampFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
Returns a form to configure settings for the formatter.
TimestampFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
Returns a short summary for the current formatter settings.
Title::buildOptionsForm in core/modules/views/src/Plugin/views/area/Title.php
Provide a form to edit options for this plugin.
TitleResolver::getTitle in core/lib/Drupal/Core/Controller/TitleResolver.php
Returns a static or dynamic title for the route.
TokenizeAreaPluginBase::tokenForm in core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php
Adds tokenization form elements.
Toolbar::getInfo in core/modules/toolbar/src/Element/Toolbar.php
Returns the element properties for this element.
ToolbarLinkBuilder::renderToolbarLinks in core/modules/user/src/ToolbarLinkBuilder.php
Lazy builder callback for rendering toolbar links.
TourViewBuilder::viewMultiple in core/modules/tour/src/TourViewBuilder.php
Builds the render array for the provided entities.
TrackChangesTest::fields in core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
Returns available fields on the source.
TrackerController::buildContent in core/modules/tracker/src/Controller/TrackerController.php
Builds content for the tracker controllers.
TrackerNode::fields in core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php
Returns available fields on the source.
TrackerUser::fields in core/modules/tracker/src/Plugin/migrate/source/d7/TrackerUser.php
Returns available fields on the source.
TranslateEditForm::buildForm in core/modules/locale/src/Form/TranslateEditForm.php
Form constructor.
TranslateEditForm::submitForm in core/modules/locale/src/Form/TranslateEditForm.php
Form submission handler.
TranslateEditForm::validateForm in core/modules/locale/src/Form/TranslateEditForm.php
Form validation handler.
TranslateFilterForm::buildForm in core/modules/locale/src/Form/TranslateFilterForm.php
Form constructor.
TranslateFormBase::translateFilters in core/modules/locale/src/Form/TranslateFormBase.php
Lists locale translation filters that can be applied.
TranslationLink::getDefaultLabel in core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
Returns the default label for this link.
TranslationStatusForm::buildForm in core/modules/locale/src/Form/TranslationStatusForm.php
Form builder for displaying the current translation status.
TranslationStatusForm::createInfoString in core/modules/locale/src/Form/TranslationStatusForm.php
Provides debug info for projects in case translation files are not found.
TranslationStatusForm::prepareUpdateData in core/modules/locale/src/Form/TranslationStatusForm.php
Prepare information about projects with available translation updates.
TranslationStatusForm::validateForm in core/modules/locale/src/Form/TranslationStatusForm.php
Form validation handler.
TwigExtensionTestController::testFilterRender in core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php
Menu callback for testing Twig filters in a Twig template.
Type::node_type in core/modules/node/src/Plugin/views/argument/Type.php
UnapprovedComments::getTitle in core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php
Returns the localized title to be shown for this tab.
UnformattedSummary::buildOptionsForm in core/modules/views/src/Plugin/views/style/UnformattedSummary.php
Provide a form to edit options for this plugin.
UnpublishByKeywordComment::buildConfigurationForm in core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php
Form constructor.
UpdateManager::fetchDataBatch in core/modules/update/src/UpdateManager.php
Processes a step in batch for fetching available update data.
UpdateManagerInstall::buildForm in core/modules/update/src/Form/UpdateManagerInstall.php
Form constructor.
UpdateManagerInstall::submitForm in core/modules/update/src/Form/UpdateManagerInstall.php
Form submission handler.
UpdateManagerInstall::validateForm in core/modules/update/src/Form/UpdateManagerInstall.php
Form validation handler.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.
UpdateManagerUpdate::validateForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form validation handler.
UpdateReady::buildForm in core/modules/update/src/Form/UpdateReady.php
Form constructor.
UpdateReady::submitForm in core/modules/update/src/Form/UpdateReady.php
Form submission handler.
UpdateScriptTestController::databaseUpdatesMenuItem in core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php
Outputs a link to the database updates URL.
UpdateSettingsForm::buildForm in core/modules/update/src/UpdateSettingsForm.php
Form constructor.
UpdateSettingsForm::validateForm in core/modules/update/src/UpdateSettingsForm.php
Form validation handler.
Upload::fields in core/modules/file/src/Plugin/migrate/source/d6/Upload.php
Returns available fields on the source.
UploadInstance::fields in core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php
Returns available fields on the source.
UriWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php
Returns a form to configure settings for the widget.
UriWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php
Returns a short summary for the current widget settings.
Url::buildOptionsForm in core/modules/views/src/Plugin/views/field/Url.php
Provide link to the page being visited.
UrlAlias::fields in core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php
Returns available fields on the source.
UrlAlias::fields in core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php
Returns available fields on the source.
UrlAliasBase::fields in core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php
Returns available fields on the source.
User::baseFields in core/modules/user/src/Plugin/migrate/source/d6/User.php
Returns the user base fields to be migrated.
User::buildOptionsForm in core/modules/user/src/Plugin/views/argument_default/User.php
Provide the default form for setting options.
User::buildOptionsForm in core/modules/user/src/Plugin/views/argument_validator/User.php
Provides the default form for setting options.
User::fields in core/modules/user/src/Plugin/migrate/source/d6/User.php
Returns available fields on the source.
User::fields in core/modules/user/src/Plugin/migrate/source/d7/User.php
Returns available fields on the source.
UserBulkForm::emptySelectedMessage in core/modules/user/src/Plugin/views/field/UserBulkForm.php
Returns the message to be displayed when there are no selected items.
UserBulkForm::viewsForm in core/modules/user/src/Plugin/views/field/UserBulkForm.php
Provide a more useful title to improve the accessibility.
UserCancelForm::buildForm in core/modules/user/src/Form/UserCancelForm.php
Form constructor.
UserCancelForm::getConfirmText in core/modules/user/src/Form/UserCancelForm.php
Returns a caption for the button that confirms the action.
UserCancelForm::getDescription in core/modules/user/src/Form/UserCancelForm.php
Returns additional text to display as a description.
UserCancelForm::getQuestion in core/modules/user/src/Form/UserCancelForm.php
Returns the question to ask the user.
UserCancelForm::submitForm in core/modules/user/src/Form/UserCancelForm.php
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…
UserController::confirmCancel in core/modules/user/src/Controller/UserController.php
Confirms cancelling a user account via an email link.
UserController::resetPass in core/modules/user/src/Controller/UserController.php
Redirects to the user password reset form.
UserController::resetPassLogin in core/modules/user/src/Controller/UserController.php
Validates user, hash, and timestamp; logs the user in if correct.
UserData::buildOptionsForm in core/modules/user/src/Plugin/views/field/UserData.php
Default options form that provides the label widget that all fields should have.
UserEntityTranslation::fields in core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php
Returns available fields on the source.
UserListBuilder::buildHeader in core/modules/user/src/UserListBuilder.php
Builds the header row for the entity listing.
UserListBuilder::buildRow in core/modules/user/src/UserListBuilder.php
Builds a row for an entity in the entity listing.
UserListBuilder::render in core/modules/user/src/UserListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
UserLoginBlock::build in core/modules/user/src/Plugin/Block/UserLoginBlock.php
Builds and returns the renderable array for this block plugin.
UserLoginForm::buildForm in core/modules/user/src/Form/UserLoginForm.php
Form constructor.
UserLoginForm::validateFinal in core/modules/user/src/Form/UserLoginForm.php
Checks if user was not authenticated, or if too many logins were attempted.
UserLoginForm::validateName in core/modules/user/src/Form/UserLoginForm.php
Sets an error if supplied username has been blocked.
UserMultipleCancelConfirm::buildForm in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Form constructor.
UserMultipleCancelConfirm::getConfirmText in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Returns a caption for the button that confirms the action.
UserMultipleCancelConfirm::getQuestion in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Returns the question to ask the user.
UserName::buildOptionsForm in core/modules/user/src/Plugin/views/argument_validator/UserName.php
Provides the default form for setting options.
UserNameFormatter::settingsForm in core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php
Returns a form to configure settings for the formatter.
UserPasswordForm::buildForm in core/modules/user/src/Form/UserPasswordForm.php
Form constructor.
UserPasswordForm::submitForm in core/modules/user/src/Form/UserPasswordForm.php
Form submission handler.
UserPasswordForm::validateForm in core/modules/user/src/Form/UserPasswordForm.php
Form validation handler.
UserPasswordResetForm::buildForm in core/modules/user/src/Form/UserPasswordResetForm.php
UserPermissionsForm::buildForm in core/modules/user/src/Form/UserPermissionsForm.php
Form constructor.
UserPermissionsForm::submitForm in core/modules/user/src/Form/UserPermissionsForm.php
Form submission handler.
UserSearch::getHelp in core/modules/user/src/Plugin/Search/UserSearch.php
Returns the searching help.
UserSelection::buildConfigurationForm in core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
Form constructor.
UserUid::getSortName in core/modules/comment/src/Plugin/views/argument/UserUid.php
Return a description of how the argument would normally be sorted.
UserUid::title in core/modules/comment/src/Plugin/views/argument/UserUid.php
Get the title this argument will assign the view, given the argument.
UserViewsData::getViewsData in core/modules/user/src/UserViewsData.php
Returns views data for the entity type.
VariableMultiRow::fields in core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
Returns available fields on the source.
VariantBase::buildConfigurationForm in core/lib/Drupal/Core/Display/VariantBase.php
Form constructor.
View::buildOptionsForm in core/modules/views/src/Plugin/views/area/View.php
Provide a form to edit options for this plugin.
ViewAddForm::actions in core/modules/views_ui/src/ViewAddForm.php
Returns an array of supported actions for the current entity form.
ViewAddForm::form in core/modules/views_ui/src/ViewAddForm.php
Gets the actual form array to be built.
ViewAddForm::submitForm in core/modules/views_ui/src/ViewAddForm.php
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…
ViewDuplicateForm::actions in core/modules/views_ui/src/ViewDuplicateForm.php
Returns an array of supported actions for the current entity form.
ViewDuplicateForm::form in core/modules/views_ui/src/ViewDuplicateForm.php
Gets the actual form array to be built.
ViewEditForm::actions in core/modules/views_ui/src/ViewEditForm.php
Returns an array of supported actions for the current entity form.
ViewEditForm::form in core/modules/views_ui/src/ViewEditForm.php
Gets the actual form array to be built.
ViewEditForm::getDisplayDetails in core/modules/views_ui/src/ViewEditForm.php
Helper function to get the display details section of the edit UI.
ViewEditForm::getDisplayTab in core/modules/views_ui/src/ViewEditForm.php
Returns a renderable array representing the edit page for one display.
ViewEditForm::getFormBucket in core/modules/views_ui/src/ViewEditForm.php
Add information about a section to a display.
ViewEditForm::renderDisplayTop in core/modules/views_ui/src/ViewEditForm.php
Render the top of the display so it can be updated during ajax operations.
ViewEditForm::save in core/modules/views_ui/src/ViewEditForm.php
Form submission handler for the 'save' action.
ViewEditForm::validateForm in core/modules/views_ui/src/ViewEditForm.php
Form validation handler.
ViewFormBase::getDisplayLabel in core/modules/views_ui/src/ViewFormBase.php
Placeholder function for overriding $display['display_title'].
ViewFormBase::getDisplayTabs in core/modules/views_ui/src/ViewFormBase.php
Adds tabs for navigating across Displays when editing a View.
ViewListBuilder::buildHeader in core/modules/views_ui/src/ViewListBuilder.php
Builds the header row for the entity listing.
ViewListBuilder::getDefaultOperations in core/modules/views_ui/src/ViewListBuilder.php
Gets this list's default operations.
ViewListBuilder::render in core/modules/views_ui/src/ViewListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
ViewMode::fields in core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php
Returns available fields on the source.
ViewMode::fields in core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php
Returns available fields on the source.
ViewPreviewForm::actions in core/modules/views_ui/src/ViewPreviewForm.php
Returns an array of supported actions for the current entity form.
ViewPreviewForm::form in core/modules/views_ui/src/ViewPreviewForm.php
Gets the actual form array to be built.
ViewsBlockBase::buildConfigurationForm in core/modules/views/src/Plugin/Block/ViewsBlockBase.php
Form constructor.
ViewsBlockBase::getPreviewFallbackString in core/modules/views/src/Plugin/Block/ViewsBlockBase.php
ViewsEntityArgumentValidator::getDerivativeDefinitions in core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php
Gets the definition of all derivatives of a base plugin.
ViewsExposedForm::buildForm in core/modules/views/src/Form/ViewsExposedForm.php
Form constructor.
ViewsFormMainForm::buildForm in core/modules/views/src/Form/ViewsFormMainForm.php
Form constructor.
ViewsMenuLinkForm::buildConfigurationForm in core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php
Form constructor.
ViewsSelection::buildConfigurationForm in core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
Form constructor.
ViewsSelection::initializeView in core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
Initializes a view.
Vocabulary::fields in core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php
Returns available fields on the source.
Vocabulary::fields in core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
Returns available fields on the source.
VocabularyForm::form in core/modules/taxonomy/src/VocabularyForm.php
Gets the actual form array to be built.
VocabularyForm::save in core/modules/taxonomy/src/VocabularyForm.php
Form submission handler for the 'save' action.
VocabularyListBuilder::submitForm in core/modules/taxonomy/src/VocabularyListBuilder.php
Form submission handler.
VocabularyResetForm::getConfirmText in core/modules/taxonomy/src/Form/VocabularyResetForm.php
Returns a caption for the button that confirms the action.
VocabularyResetForm::getDescription in core/modules/taxonomy/src/Form/VocabularyResetForm.php
Returns additional text to display as a description.
VocabularyResetForm::getQuestion in core/modules/taxonomy/src/Form/VocabularyResetForm.php
Returns the question to ask the user.
VocabularyResetForm::submitForm in core/modules/taxonomy/src/Form/VocabularyResetForm.php
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…
VocabularyTranslation::fields in core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php
Returns available fields on the source.
VocabularyTranslation::fields in core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php
Returns available fields on the source.
VocabularyVid::title in core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php
Override the behavior of title(). Get the name of the vocabulary.
WeekDate::summaryName in core/modules/views/src/Plugin/views/argument/WeekDate.php
Provide a link to the next level of the view.
WidgetBase::formMultipleElements in core/lib/Drupal/Core/Field/WidgetBase.php
Special handling to create form elements for multiple values.
WizardPluginBase::buildFilters in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Builds the form structure for selecting the view's filters.
WizardPluginBase::buildForm in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Form callback to build other elements in the "show" form.
WizardPluginBase::buildFormStyle in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Adds the style options to the wizard form.
WizardPluginBase::buildSorts in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Builds the form structure for selecting the view's sort order.
WorkflowAddForm::form in core/modules/workflows/src/Form/WorkflowAddForm.php
Gets the actual form array to be built.
WorkflowAddForm::save in core/modules/workflows/src/Form/WorkflowAddForm.php
Form submission handler for the 'save' action.
WorkflowDeleteForm::buildForm in core/modules/workflows/src/Form/WorkflowDeleteForm.php
Form constructor.
WorkflowDeleteForm::getConfirmText in core/modules/workflows/src/Form/WorkflowDeleteForm.php
Returns a caption for the button that confirms the action.
WorkflowDeleteForm::getQuestion in core/modules/workflows/src/Form/WorkflowDeleteForm.php
Returns the question to ask the user.
WorkflowDeleteForm::submitForm in core/modules/workflows/src/Form/WorkflowDeleteForm.php
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…
WorkflowEditForm::form in core/modules/workflows/src/Form/WorkflowEditForm.php
Gets the actual form array to be built.
WorkflowEditForm::save in core/modules/workflows/src/Form/WorkflowEditForm.php
Form submission handler for the 'save' action.
WorkflowListBuilder::buildHeader in core/modules/workflows/src/WorkflowListBuilder.php
Builds the header row for the entity listing.
WorkflowListBuilder::render in core/modules/workflows/src/WorkflowListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
WorkflowStateAddForm::actions in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Returns an array of supported actions for the current entity form.
WorkflowStateAddForm::form in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Gets the actual form array to be built.
WorkflowStateAddForm::save in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Form submission handler for the 'save' action.
WorkflowStateDeleteForm::buildForm in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Form constructor.
WorkflowStateDeleteForm::getConfirmText in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Returns a caption for the button that confirms the action.
WorkflowStateDeleteForm::getQuestion in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Returns the question to ask the user.
WorkflowStateDeleteForm::submitForm in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Form submission handler.
WorkflowStateEditForm::actions in core/modules/workflows/src/Form/WorkflowStateEditForm.php
Returns an array of supported actions for the current entity form.
WorkflowStateEditForm::form in core/modules/workflows/src/Form/WorkflowStateEditForm.php
Gets the actual form array to be built.
WorkflowStateEditForm::save in core/modules/workflows/src/Form/WorkflowStateEditForm.php
Form submission handler for the 'save' action.
WorkflowTransitionAddForm::actions in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Returns an array of supported actions for the current entity form.
WorkflowTransitionAddForm::form in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Gets the actual form array to be built.
WorkflowTransitionAddForm::save in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Form submission handler for the 'save' action.
WorkflowTransitionAddForm::validateForm in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Form validation handler.
WorkflowTransitionDeleteForm::getConfirmText in core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
Returns a caption for the button that confirms the action.
WorkflowTransitionDeleteForm::getQuestion in core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
Returns the question to ask the user.
WorkflowTransitionDeleteForm::submitForm in core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
Form submission handler.
WorkflowTransitionEditForm::actions in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Returns an array of supported actions for the current entity form.
WorkflowTransitionEditForm::form in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Gets the actual form array to be built.
WorkflowTransitionEditForm::save in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Form submission handler for the 'save' action.
WorkflowTransitionEditForm::validateForm in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Form validation handler.
WorkspaceAccessControlHandler::checkAccess in core/modules/workspaces/src/WorkspaceAccessControlHandler.php
Performs access checks.
WorkspaceActivateForm::getDescription in core/modules/workspaces/src/Form/WorkspaceActivateForm.php
Returns additional text to display as a description.
WorkspaceActivateForm::getQuestion in core/modules/workspaces/src/Form/WorkspaceActivateForm.php
Returns the question to ask the user.
WorkspaceActivateForm::submitForm in core/modules/workspaces/src/Form/WorkspaceActivateForm.php
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…
WorkspaceForm::form in core/modules/workspaces/src/Form/WorkspaceForm.php
Gets the actual form array to be built.
WorkspaceForm::save in core/modules/workspaces/src/Form/WorkspaceForm.php
Form submission handler for the 'save' action.
WorkspaceListBuilder::buildHeader in core/modules/workspaces/src/WorkspaceListBuilder.php
Builds the header row for the entity listing.
WorkspaceListBuilder::getDefaultOperations in core/modules/workspaces/src/WorkspaceListBuilder.php
Gets this list's default operations.
WorkspaceListBuilder::offCanvasRender in core/modules/workspaces/src/WorkspaceListBuilder.php
Renders the off canvas elements.
WorkspaceListBuilder::render in core/modules/workspaces/src/WorkspaceListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
WorkspaceMergeForm::buildForm in core/modules/workspaces/src/Form/WorkspaceMergeForm.php
Form constructor.
WorkspaceMergeForm::getDescription in core/modules/workspaces/src/Form/WorkspaceMergeForm.php
Returns additional text to display as a description.
WorkspaceMergeForm::getQuestion in core/modules/workspaces/src/Form/WorkspaceMergeForm.php
Returns the question to ask the user.
WorkspaceMergeForm::submitForm in core/modules/workspaces/src/Form/WorkspaceMergeForm.php
Form submission handler.
WorkspacePublisher::getTargetLabel in core/modules/workspaces/src/WorkspacePublisher.php
Returns the human-readable label of the target.
WorkspacePublishForm::buildForm in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Form constructor.
WorkspacePublishForm::getDescription in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Returns additional text to display as a description.
WorkspacePublishForm::getQuestion in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Returns the question to ask the user.
WorkspacePublishForm::submitForm in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Form submission handler.
WorkspaceSwitcherForm::buildForm in core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php
Form constructor.
WorkspaceSwitcherForm::submitForm in core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php
Form submission handler.
WorkspaceSwitcherForm::submitSwitchToLive in core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php
Submit handler for switching to the live version of the site.
WorkspaceViewBuilder::buildComponents in core/modules/workspaces/src/WorkspaceViewBuilder.php
Builds the component fields and properties of a set of entities.