Action::fields in core/modules/system/src/Plugin/migrate/source/Action.php
Returns available fields on the source.
ActionAdminManageForm::buildForm in core/modules/action/src/Form/ActionAdminManageForm.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.
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.
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.
AjaxTestFormPromise::buildForm in core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php
Form for testing the addition of various types of elements via Ajax.
Alignment::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php
Form for choosing which alignment types are available.
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.
AssetsStream::getDescription in core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
Returns the description of the stream wrapper for use in the UI.
AssetsStream::getName in core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
Returns the name of the stream wrapper for use in the 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.
BigPipeTestForm::buildForm in core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php
Form constructor.
Block::fields in core/modules/block/src/Plugin/migrate/source/Block.php
Returns available fields on the source.
BlockComponentRenderArray::onBuildRender in core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
Builds render arrays for block plugins and sets it on the event.
BlockContentController::add in core/modules/block_content/src/Controller/BlockContentController.php
Displays add content block links for available types.
BlockContentController::blockContentTypeRedirect in core/modules/block_content/src/Controller/BlockContentController.php
Provides a redirect to the list of block types.
BlockContentController::blockLibraryRedirect in core/modules/block_content/src/Controller/BlockContentController.php
Provides a redirect to the content block library.
BlockContentController::editRedirect in core/modules/block_content/src/Controller/BlockContentController.php
Provides a redirect to block edit page.
BlockContentController::getAddFormTitle in core/modules/block_content/src/Controller/BlockContentController.php
Provides the page title for this controller.
BlockContentForm::actions in core/modules/block_content/src/BlockContentForm.php
Returns an array of supported actions for the current entity form.
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.
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::save in core/modules/block/src/BlockForm.php
Form submission handler for the 'save' action.
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.
BlockListBuilder::validateForm in core/modules/block/src/BlockListBuilder.php
Form validation handler.
BlockManagerTest::setUp in core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
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
BookManager::addParentSelectFormElements in core/modules/book/src/BookManager.php
Builds the parent selection form element for the node form or outline tab.
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.
BookUninstallValidator::validate in core/modules/book/src/BookUninstallValidator.php
Determines the reasons a module can not be uninstalled.
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.
BundleConfigImportValidate::onConfigImporterValidate in core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php
Ensures bundles that will be deleted are not in use.
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.
ClearCacheForm::buildForm in core/modules/system/src/Form/ClearCacheForm.php
Form constructor.
ClearCacheForm::submitForm in core/modules/system/src/Form/ClearCacheForm.php
Clears the caches.
CodeBlock::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
Form constructor.
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.
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.
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.
CommentEntityTranslation::fields in core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
Returns available fields on the source.
CommentLinkBuilder::buildCommentedEntityLinks in core/modules/comment/src/CommentLinkBuilder.php
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.
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.
ConfigController::diff in core/modules/config/src/Controller/ConfigController.php
Shows diff of specified configuration file.
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.
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/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
Checks that the configuration synchronization is valid.
ConfigManager::diff in core/lib/Drupal/Core/Config/ConfigManager.php
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 the entity listing as renderable array for table.html.twig.
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.
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::getTitle in core/modules/language/src/Form/ContentLanguageSettingsForm.php
The _title_callback for the language.content_settings_page route.
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.
ContentTranslationContextualLinks::getDerivativeDefinitions in core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php
Gets the definition of all derivatives of a base plugin.
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.
Cookie::applies in core/modules/user/src/Authentication/Provider/Cookie.php
CopyFieldValueTestForm::buildForm in core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php
Form constructor.
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.
CurrentUserContext::getRuntimeContexts in core/modules/user/src/ContextProvider/CurrentUserContext.php
Gets runtime context values for the given context IDs.
D6NodeDeriver::getDerivativeDefinitions in core/modules/node/src/Plugin/migrate/D6NodeDeriver.php
Gets the definition of all derivatives of a base plugin.
D7NodeDeriver::getDerivativeDefinitions in core/modules/node/src/Plugin/migrate/D7NodeDeriver.php
Gets the definition of all derivatives of a base plugin.
D7TaxonomyTermDeriver::getDerivativeDefinitions in core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php
Gets the definition of all derivatives of a base plugin.
DatabaseDriverUninstallValidator::validate in core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php
Determines the reasons a module can not be uninstalled.
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.
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
DateFormatter::formatInterval in core/lib/Drupal/Core/Datetime/DateFormatter.php
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.
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.
DefaultSelectionDeriver::getDerivativeDefinitions in core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php
Gets the definition of all derivatives of a base plugin.
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.
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.
DrupalDateTime::format in core/lib/Drupal/Core/Datetime/DrupalDateTime.php
Overrides format().
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
EmbeddedForm::buildForm in core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php
Form constructor.
EmptySource::fields in core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
Returns available fields on the source.
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.
EntityDefinitionUpdateManager::getChangeSummary in core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
EntityDeleteActionDeriver::getDerivativeDefinitions in core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
Gets the definition of all derivatives of a base plugin.
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.
EntityForm::actions in core/lib/Drupal/Core/Entity/EntityForm.php
Returns an array of supported actions for the current entity form.
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.
EntityReferenceTranslationDeriver::getDerivativeDefinitions in core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php
Gets the definition of all derivatives of a base plugin.
EntitySchemaSubscriber::getWorkspaceFieldDefinition in core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
Gets the base field definition for the 'workspace' revision metadata field.
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.
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.
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.
Extension::fields in core/modules/system/src/Plugin/migrate/source/Extension.php
Returns available fields on the source.
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.
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.
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.
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.
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.
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::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.
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.
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.
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.
FileViewsData::getViewsData in core/modules/file/src/FileViewsData.php
Returns views data for the entity type.
FileWidgetAjaxController::progress in core/modules/file/src/Controller/FileWidgetAjaxController.php
Returns the progress status for a file upload process.
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.
FilterInOperatorTest::testFilterOptionAsMarkup in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
Tests that the InOperator filter can handle TranslatableMarkup.
FilterPermissions::permissions in core/modules/filter/src/FilterPermissions.php
Returns an array of filter permissions.
FilterUninstallValidator::validate in core/modules/filter/src/FilterUninstallValidator.php
Determines the reasons a module can not be uninstalled.
FinalExceptionSubscriber::onException in core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
Handles exceptions for this subscriber.
FormAjaxSubscriber::onException in core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php
Catches a form AJAX exception and build a response from it.
FormController::buildForm in core/modules/system/tests/modules/condition_test/src/FormController.php
Form constructor.
FormController::submitForm in core/modules/system/tests/modules/condition_test/src/FormController.php
Form submission handler.
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.
FormTestCheckboxesRadiosForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
Form constructor.
FormTestGroupVerticalTabsForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
Form validation handler.
FormTestMachineNameValidationForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
Form constructor.
FormTestRebuildPreserveValuesForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
Form submission 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
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.
ForumManager::getTopics in core/modules/forum/src/ForumManager.php
ForumUninstallValidator::validate in core/modules/forum/src/ForumUninstallValidator.php
Determines the reasons a module can not be uninstalled.
Heading::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php
Form for choosing which heading tags are available.
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.
HighWaterTest::fields in core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php
Returns available fields on the source.
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.
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.
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.
ImageResize::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php
Form constructor.
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.
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.
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.
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.
JSInteractionTestForm::buildForm in core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
Creates the test form.
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.
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.
LanguageBlock::getDerivativeDefinitions in core/modules/language/src/Plugin/Derivative/LanguageBlock.php
Gets the definition of all derivatives of a base plugin.
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.
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.
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.
LayoutBuilderOverridesPermissions::permissions in core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php
Returns an array of permissions.
ListElement::getGroupTitle in core/modules/config_translation/src/FormElement/ListElement.php
Returns the title for the 'details' element of a group of schema elements.
ListPlugin::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
Form constructor.
MailHandler::sendMailMessages in core/modules/contact/src/MailHandler.php
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.
MaintenanceModeSubscriber::onMaintenanceModeRequest in core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns response when site is in maintenance mode and user is not exempt.
Media::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Media.php
Form constructor.
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.
MediaLibraryUiBuilder::buildMediaTypeMenu in core/modules/media_library/src/MediaLibraryUiBuilder.php
Get the media type menu for the media library.
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.
MediaSourceBase::buildConfigurationForm in core/modules/media/src/MediaSourceBase.php
Form constructor.
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.
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::buildForm in core/modules/migrate/src/Form/MessageForm.php
Form constructor.
MessageForm::form in core/modules/contact/src/MessageForm.php
Gets the actual form array to be built.
MessageForm::submitForm in core/modules/migrate/src/Form/MessageForm.php
Form submission handler.
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.
MigrateMissingDatabaseSource::fields in core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php
Returns available fields on the source.
MigrationState::buildDiscoveredDestinationsBySource in core/modules/migrate_drupal/src/MigrationState.php
Builds migration source and destination module information.
MockBlockManager::__construct in core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
MockLayoutBlockDeriver::getDerivativeDefinitions in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
MockMenuBlockDeriver::getDerivativeDefinitions in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
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
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.
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.
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.
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::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.
NodeAccessTestAutoBubblingController::latest in core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php
Lists the three latest published node IDs.
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/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.
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.
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.
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::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.
NoProfilesException::__construct in core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php
Constructs a new "no profiles available" exception.
NumericFormatterBase::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
Returns a form to configure settings for the formatter.
NumericFormatterBase::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
Returns a short summary for the current formatter settings.
OEmbedDeriver::getDerivativeDefinitions in core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php
Gets the definition of all derivatives of a base plugin.
OEmbedForm::buildInputElement in core/modules/media_library/src/Form/OEmbedForm.php
Builds the element for submitting source field value(s).
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.
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.
PagerTestController::buildTestTable in core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
Builds a render array for a multi-page 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.
Permissions::transitionPermissions in core/modules/content_moderation/src/Permissions.php
Returns an array of transition permissions.
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.
PrepareModulesEntityUninstallForm::submitForm in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
Form submission handler.
PreviewAwareBlock::build in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php
Builds and returns the renderable array for this block plugin.
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.
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.
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.
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.
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
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().
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.
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.
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.
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.
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.
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.
SelectProfileForm::buildForm in core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
Form constructor.
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.
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.
SourceEditing::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php
Form constructor.
Sql::saveIdMapping in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Saves a mapping from the source identifiers to the destination identifiers.
SqlCountCache::fields in core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php
Returns available fields on the source.
Style::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php
Form constructor.
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.
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.
SystemInfoController::php in core/modules/system/src/Controller/SystemInfoController.php
Returns the contents of phpinfo().
SystemMenuOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemMenuOffCanvasForm.php
Form constructor.
TabbingManagerTestController::build in core/modules/system/tests/modules/tabbingmanager_test/src/Controller/TabbingManagerTestController.php
Provides a page with the tabbingManager library for testing tabbing manager.
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.
TaxonomyPermissions::buildPermissions in core/modules/taxonomy/src/TaxonomyPermissions.php
Builds a standard list of taxonomy term permissions for a given vocabulary.
TaxonomyTermModerationHandler::enforceRevisionsBundleFormAlter in core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php
Alters bundle forms to enforce revision handling.
TaxonomyTermModerationHandler::enforceRevisionsEntityFormAlter in core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php
Alters entity forms to enforce revision handling.
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.
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.
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.
TestActionConfirmForm::getQuestion in core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php
Returns the question to ask the user.
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.
TestDrupal6SqlBase::fields in core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Returns available fields on the source.
TestForm::buildForm in core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php
Form constructor.
TestForm::buildForm in core/modules/block/tests/modules/block_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.
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.
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.
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.
TitleResolver::getTitle in core/lib/Drupal/Core/Controller/TitleResolver.php
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.
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.
TwigExtensionTestController::testFilterRender in core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php
Menu callback for testing Twig filters in a Twig template.
UnapprovedComments::getTitle in core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php
Returns the localized title to be shown for this tab.
UpdateController::updateRedirect in core/modules/update/src/Controller/UpdateController.php
Provides a redirect to update page.
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::submitForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form submission handler.
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.
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.
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::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.
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::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…
UserEntityTranslation::fields in core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php
Returns available fields on the source.
UserLanguageTestForm::buildForm in core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php
Form constructor.
UserLocalTask::getDerivativeDefinitions in core/modules/user/src/Plugin/Derivative/UserLocalTask.php
Gets the definition of all derivatives of a base plugin.
UserLogoutConfirm::getConfirmText in core/modules/user/src/Form/UserLogoutConfirm.php
Returns a caption for the button that confirms the action.
UserLogoutConfirm::getQuestion in core/modules/user/src/Form/UserLogoutConfirm.php
Returns the question to ask the user.
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.
UserPasswordResetForm::buildForm in core/modules/user/src/Form/UserPasswordResetForm.php
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.
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…
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.
ViewsEntityRow::getDerivativeDefinitions in core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php
Gets the definition of all derivatives of a base plugin.
ViewsExposedFilterBlock::getDerivativeDefinitions in core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.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.
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.
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.
WidgetBase::formMultipleElements in core/lib/Drupal/Core/Field/WidgetBase.php
Special handling to create form elements for multiple values.
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…
WorkspaceListBuilder::buildHeader in core/modules/workspaces/src/WorkspaceListBuilder.php
Builds the header row for the entity listing.
WorkspaceListBuilder::buildRow in core/modules/workspaces/src/WorkspaceListBuilder.php
Builds a row for an entity in 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.
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.