1402 calls to StringTranslationTrait::t()

AccountForm::alterPreferredLangcodeDescription in core/modules/user/src/AccountForm.php
Alters the preferred language widget description.
AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
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.
ActionListBuilder::render in core/modules/action/src/ActionListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
ActionResourceTestBase::createEntity in core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
Creates the entity to be tested.
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.
AddModerationDeriver::getDerivativeDefinitions in core/modules/content_moderation/src/Plugin/ConfigAction/AddModerationDeriver.php
Gets the definition of all derivatives of a base plugin.
AdvancedSettingsForm::buildForm in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Form constructor.
AdvancedSettingsForm::cacheSubmit in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Submission handler to clear the Views cache.
AjaxFormBlock::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
Form constructor.
AjaxFormBlock::updateOptions in core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
Updates the options of a select list.
AjaxFormsTestCommandsForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php
.
AjaxFormsTestImageButtonForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
Form constructor.
AjaxFormsTestLazyLoadForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php
Form constructor.
AjaxFormsTestSimpleForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php
Form constructor.
AjaxFormsTestValidationForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php
Form constructor.
AjaxFormsTestValidationForm::submitForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php
Form submission handler.
AjaxTestDialogForm::dialog in core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php
Util to render dialog in ajax callback.
AjaxTestForm::buildForm in core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php
Form constructor.
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.
AllowedScaffoldPackagesValidator::validate in core/modules/package_manager/src/Validator/AllowedScaffoldPackagesValidator.php
Validates that only the implicitly allowed packages can use scaffolding.
AllowedScaffoldPackagesValidatorTest::testPreApply in core/modules/package_manager/tests/src/Kernel/AllowedScaffoldPackagesValidatorTest.php
Tests that the allowed-packages setting is validated during pre-apply.
AllowedScaffoldPackagesValidatorTest::testPreCreate in core/modules/package_manager/tests/src/Kernel/AllowedScaffoldPackagesValidatorTest.php
Tests that the allowed-packages setting is validated during pre-create.
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.
Analyzer::formatMessages in core/modules/views/src/Analyzer.php
Formats the analyze result into a message string.
AnnouncementsFeedHooks::help in core/modules/announcements_feed/src/Hook/AnnouncementsFeedHooks.php
Implements hook_help().
AnnounceRenderer::render in core/modules/announcements_feed/src/AnnounceRenderer.php
Generates the announcements feed render array.
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.
AutomatedCronHooks::formSystemCronSettingsAlter in core/modules/automated_cron/src/Hook/AutomatedCronHooks.php
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
AutomatedCronHooks::help in core/modules/automated_cron/src/Hook/AutomatedCronHooks.php
Implements hook_help().
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.
BanHooks::help in core/modules/ban/src/Hook/BanHooks.php
Implements hook_help().
BaseRequirementsFulfilledValidatorTest::testBaseRequirement in core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php
Tests that base requirement failures stop event propagation.
BaseRequirementsFulfilledValidatorTest::validate in core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php
Validates base requirements.
BasicAuthHooks::help in core/modules/basic_auth/src/Hook/BasicAuthHooks.php
Implements hook_help().
BasicSettingsForm::buildForm in core/modules/views_ui/src/Form/BasicSettingsForm.php
Form constructor.
BatchTestCallbacks::finishedHelper in core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php
Provides a common 'finished' callback for batches 1 to 7.
BatchTestMockForm::buildForm in core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php
Form constructor.
BigPipeHooks::help in core/modules/big_pipe/src/Hook/BigPipeHooks.php
Implements hook_help().
BigPipeTestForm::buildForm in core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php
Form constructor.
BlockComponentRenderArray::onBuildRender in core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
Builds render arrays for block plugins and sets it on the event.
BlockContentBlock::blockForm in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
Overrides \Drupal\Core\Block\BlockBase::blockForm().
BlockContentBlock::build in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
Builds and returns the renderable array for this block plugin.
BlockContentController::add in core/modules/block_content/src/Controller/BlockContentController.php
Displays add content block links for available types.
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.
BlockContentHooks::entityOperation in core/modules/block_content/src/Hook/BlockContentHooks.php
Implements hook_entity_operation().
BlockContentHooks::help in core/modules/block_content/src/Hook/BlockContentHooks.php
Implements hook_help().
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.
BlockContentPermissions::buildPermissions in core/modules/block_content/src/BlockContentPermissions.php
Return all the permissions available for a block type.
BlockContentTranslationHandler::entityFormTitle in core/modules/block_content/src/BlockContentTranslationHandler.php
Returns the title to be used for the entity form page.
BlockContentTypeForm::form in core/modules/block_content/src/BlockContentTypeForm.php
Gets the actual form array to be built.
BlockContentTypeForm::save in core/modules/block_content/src/BlockContentTypeForm.php
Form submission handler for the 'save' action.
BlockContentTypeListBuilder::buildHeader in core/modules/block_content/src/BlockContentTypeListBuilder.php
Builds the header row for the entity listing.
BlockContentTypeListBuilder::getTitle in core/modules/block_content/src/BlockContentTypeListBuilder.php
Gets the title of the page.
BlockContentViewsData::getViewsData in core/modules/block_content/src/BlockContentViewsData.php
Returns views data for the entity type.
BlockController::performOperation in core/modules/block/src/Controller/BlockController.php
Calls a method on a block and reloads the listing page.
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.
BlockHooks::blockBuildLocalActionsBlockAlter in core/modules/block/src/Hook/BlockHooks.php
Implements hook_block_build_BASE_BLOCK_ID_alter().
BlockHooks::help in core/modules/block/src/Hook/BlockHooks.php
Implements hook_help().
BlockHooks::pageTop in core/modules/block/src/Hook/BlockHooks.php
Implements hook_page_top().
BlockHooks::rebuild in core/modules/block/src/Hook/BlockHooks.php
Implements hook_rebuild().
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.
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
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.
BookNavigationBlock::blockForm in core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookOutlineForm::actions in core/modules/book/src/Form/BookOutlineForm.php
Returns an array of supported actions for the current entity form.
BookOutlineForm::save in core/modules/book/src/Form/BookOutlineForm.php
Form submission handler for the 'save' action.
BookRemoveForm::getConfirmText in core/modules/book/src/Form/BookRemoveForm.php
Returns a caption for the button that confirms the action.
BookRemoveForm::getDescription in core/modules/book/src/Form/BookRemoveForm.php
Returns additional text to display as a description.
BookRemoveForm::getQuestion in core/modules/book/src/Form/BookRemoveForm.php
Returns the question to ask the user.
BookRemoveForm::submitForm in core/modules/book/src/Form/BookRemoveForm.php
Form submission handler.
BookSettingsForm::buildForm in core/modules/book/src/Form/BookSettingsForm.php
Form constructor.
BookSettingsForm::validateForm in core/modules/book/src/Form/BookSettingsForm.php
Form validation handler.
BookUninstallValidator::validate in core/modules/book/src/BookUninstallValidator.php
Determines the reasons a module can not be uninstalled.
BooleanItem::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php
Returns a form for the field-level settings.
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…
BreakpointHooks::help in core/modules/breakpoint/src/Hook/BreakpointHooks.php
Implements hook_help().
BreakpointManager::getGroupLabel in core/modules/breakpoint/src/BreakpointManager.php
Gets the label for a breakpoint group.
Broken::brokenMessage in core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
Generate message with debugging information as to why the block is broken.
BundleConfigImportValidate::onConfigImporterValidate in core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php
Ensures bundles that will be deleted are not in use.
Callbacks::validateName in core/modules/system/tests/modules/form_test/src/Callbacks.php
Form element validation handler for 'name' in form_test_validate_form().
ChangeLogger::logChanges in core/modules/package_manager/src/EventSubscriber/ChangeLogger.php
Logs changes made by Package Manager.
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.
Ckeditor5Hooks::formFilterFormatFormAlter in core/modules/ckeditor5/src/Hook/Ckeditor5Hooks.php
Implements hook_form_FORM_ID_alter().
Ckeditor5Hooks::help in core/modules/ckeditor5/src/Hook/Ckeditor5Hooks.php
Implements hook_help().
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::validate in core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
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.
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.
CommentForm::actions in core/modules/comment/src/CommentForm.php
Returns an array of supported actions for the current entity form.
CommentForm::buildEntity in core/modules/comment/src/CommentForm.php
Builds an updated entity object based upon the submitted form values.
CommentForm::form in core/modules/comment/src/CommentForm.php
Gets the actual form array to be built.
CommentForm::getStatusMessage in core/modules/comment/src/CommentForm.php
Gets an appropriate status message when a comment is saved.
CommentForm::preview in core/modules/comment/src/CommentForm.php
Form submission handler for the 'preview' action.
CommentForm::save in core/modules/comment/src/CommentForm.php
Form submission handler for the 'save' action.
CommentHooks::entityExtraFieldInfo in core/modules/comment/src/Hook/CommentHooks.php
Implements hook_entity_extra_field_info().
CommentHooks::help in core/modules/comment/src/Hook/CommentHooks.php
Implements hook_help().
CommentItem::fieldSettingsForm in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Returns a form for the field-level settings.
CommentItem::storageSettingsForm in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Returns a form for the storage-level settings.
CommentLazyBuilders::buildLinks in core/modules/comment/src/CommentLazyBuilders.php
Build the default links (reply, edit, delete …) for a comment.
CommentLinkBuilder::buildCommentedEntityLinks in core/modules/comment/src/CommentLinkBuilder.php
CommentManager::forbiddenMessage in core/modules/comment/src/CommentManager.php
CommentStatistics::getRankingInfo in core/modules/comment/src/CommentStatistics.php
CommentTestController::commentReport in core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php
Provides a comment report.
CommentTokensHooks::tokenInfo in core/modules/comment/src/Hook/CommentTokensHooks.php
Implements hook_token_info().
CommentTranslationHandler::entityFormTitle in core/modules/comment/src/CommentTranslationHandler.php
Returns the title to be used for the entity form page.
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.
CommentTypeListBuilder::buildHeader in core/modules/comment/src/CommentTypeListBuilder.php
Builds the header row for the entity listing.
CommentViewsData::getViewsData in core/modules/comment/src/CommentViewsData.php
Returns views data for the entity type.
CommentViewsHooks::viewsDataAlter in core/modules/comment/src/Hook/CommentViewsHooks.php
Implements hook_views_data_alter().
CommonTestController::typeLinkActiveClass in core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php
Returns links to the current page, with and without query strings.
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.
ComponentMetadata::__construct in core/modules/sdc/src/Component/ComponentMetadata.php
ComponentMetadata constructor.
ComponentMetadata::__construct in core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php
ComponentMetadata constructor.
ComponentPluginManager::processDefinitionCategory in core/lib/Drupal/Core/Theme/ComponentPluginManager.php
Processes a plugin definition to ensure there is a category.
ComponentRenderTest::checkEmbedWithNested in core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php
Render a card with slots that include a CTA component.
ComponentRenderTest::checkInvalidSlot in core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php
Ensure that the slots throw an error for invalid slots.
ComponentRenderTest::checkRenderElementAlters in core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php
Ensures the alter callbacks work properly.
ComponentRenderTest::checkSlots in core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php
Ensure that the slots allow a render array or a scalar when using the render element.
ComposerInspector::validateExecutable in core/modules/package_manager/src/ComposerInspector.php
Validates that the Composer executable exists in a supported version.
ComposerInspector::validateProject in core/modules/package_manager/src/ComposerInspector.php
Checks that `composer.json` is valid and `composer.lock` exists.
ComposerMinimumStabilityValidator::validate in core/modules/package_manager/src/Validator/ComposerMinimumStabilityValidator.php
Validates composer minimum stability.
ComposerMinimumStabilityValidatorTest::testPreRequireEvent in core/modules/package_manager/tests/src/Kernel/ComposerMinimumStabilityValidatorTest.php
Tests error if requested version is less stable than the minimum: stable.
ComposerPatchesValidator::createErrorMessage in core/modules/package_manager/src/Validator/ComposerPatchesValidator.php
Appends a link to online help to an error message.
ComposerPatchesValidator::validate in core/modules/package_manager/src/Validator/ComposerPatchesValidator.php
Validates the status of the patcher plugin.
ComposerPatchesValidatorTest::testErrorDuringPreApplyWithHelp in core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
Tests that validation errors can carry links to help.
ComposerPluginsValidator::validate in core/modules/package_manager/src/Validator/ComposerPluginsValidator.php
Validates the allowed Composer plugins, both in active and stage.
ComposerValidator::validate in core/modules/package_manager/src/Validator/ComposerValidator.php
Validates that the Composer executable is the correct version.
ComposerValidatorTest::testLinkToOnlineHelp in core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php
Tests that invalid configuration links to online help, if available.
ConfigController::diff in core/modules/config/src/Controller/ConfigController.php
Shows diff of specified configuration file.
ConfigEntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php
Gets this list's default operations.
ConfigExportForm::buildForm in core/modules/config/src/Form/ConfigExportForm.php
Form constructor.
ConfigFormBase::buildForm in core/lib/Drupal/Core/Form/ConfigFormBase.php
Form constructor.
ConfigFormBase::checkConfigOverrides in core/lib/Drupal/Core/Form/ConfigFormBase.php
Form #after_build callback: Adds message if overrides exist.
ConfigFormBase::formatMultipleViolationsMessage in core/lib/Drupal/Core/Form/ConfigFormBase.php
Formats multiple violation messages associated with a single form element.
ConfigFormBase::submitForm in core/lib/Drupal/Core/Form/ConfigFormBase.php
Form submission handler.
ConfigFormTestBase::testConfigForm in core/tests/Drupal/KernelTests/ConfigFormTestBase.php
Submit the system_config_form ensure the configuration has expected values.
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.
ConfigHooks::help in core/modules/config/src/Hook/ConfigHooks.php
Implements hook_help().
ConfigImporter::checkOp in core/lib/Drupal/Core/Config/ConfigImporter.php
Checks that the operation is still valid.
ConfigImporter::finish in core/lib/Drupal/Core/Config/ConfigImporter.php
Finishes the batch.
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.
ConfigImportSubscriber::onConfigImporterValidate in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates the configuration to be imported.
ConfigImportSubscriber::validateDependencies in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates configuration being imported does not have unmet dependencies.
ConfigImportSubscriber::validateModules in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates module installations and uninstallations.
ConfigImportSubscriber::validateThemes in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates theme installations and uninstallations.
ConfigManager::diff in core/lib/Drupal/Core/Config/ConfigManager.php
Creates a Diff object using the config data from the two storages.
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.
ConfigTranslationHooks::entityOperation in core/modules/config_translation/src/Hook/ConfigTranslationHooks.php
Implements hook_entity_operation().
ConfigTranslationHooks::help in core/modules/config_translation/src/Hook/ConfigTranslationHooks.php
Implements hook_help().
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.
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.
ContactFormListBuilder::buildHeader in core/modules/contact/src/ContactFormListBuilder.php
Builds the header row for the entity listing.
ContactFormListBuilder::buildRow in core/modules/contact/src/ContactFormListBuilder.php
Builds a row for an entity in the entity listing.
ContactHooks::entityExtraFieldInfo in core/modules/contact/src/Hook/ContactHooks.php
Implements hook_entity_extra_field_info().
ContactHooks::formUserAdminSettingsAlter in core/modules/contact/src/Hook/ContactHooks.php
Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm.
ContactHooks::formUserFormAlter in core/modules/contact/src/Hook/ContactHooks.php
Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm.
ContactHooks::help in core/modules/contact/src/Hook/ContactHooks.php
Implements hook_help().
ContactHooks::mail in core/modules/contact/src/Hook/ContactHooks.php
Implements hook_mail().
ContactViewsHooks::viewsDataAlter in core/modules/contact/src/Hook/ContactViewsHooks.php
Implements hook_views_data_alter().
ContainerForm::form in core/modules/forum/src/Form/ContainerForm.php
Gets the actual form array to be built.
ContentEntityConfirmFormBase::getCancelText in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Returns a caption for the link which cancels the action.
ContentEntityConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Returns a caption for the button that confirms the action.
ContentEntityConfirmFormBase::getDescription in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Returns additional text to display as a description.
ContentEntityForm::addRevisionableFormFields in core/lib/Drupal/Core/Entity/ContentEntityForm.php
Add revision form fields if the entity enabled the UI.
ContentLanguageSettingsForm::buildForm in core/modules/language/src/Form/ContentLanguageSettingsForm.php
Form constructor.
ContentLanguageSettingsForm::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.
ContentModerationHooks::help in core/modules/content_moderation/src/Hook/ContentModerationHooks.php
Implements hook_help().
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.
ContentTranslationController::overview in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds the translations overview page.
ContentTranslationHandler::addTranslatabilityClue in core/modules/content_translation/src/ContentTranslationHandler.php
Adds a clue about the form element translatability.
ContentTranslationHandler::entityFormAlter in core/modules/content_translation/src/ContentTranslationHandler.php
Performs the needed alterations to the entity form.
ContentTranslationHandler::entityFormDelete in core/modules/content_translation/src/ContentTranslationHandler.php
Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormSharedElements in core/modules/content_translation/src/ContentTranslationHandler.php
Process callback: determines which elements get clue in the form.
ContentTranslationHandler::entityFormSourceChange in core/modules/content_translation/src/ContentTranslationHandler.php
Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormValidate in core/modules/content_translation/src/ContentTranslationHandler.php
Form validation handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHooks::entityExtraFieldInfo in core/modules/content_translation/src/Hook/ContentTranslationHooks.php
Implements hook_entity_extra_field_info().
ContentTranslationHooks::entityOperation in core/modules/content_translation/src/Hook/ContentTranslationHooks.php
Implements hook_entity_operation().
ContentTranslationHooks::formFieldConfigEditFormAlter in core/modules/content_translation/src/Hook/ContentTranslationHooks.php
Implements hook_form_FORM_ID_alter() for 'field_config_edit_form'.
ContentTranslationHooks::help in core/modules/content_translation/src/Hook/ContentTranslationHooks.php
Implements hook_help().
ContentTranslationHooks::viewsDataAlter in core/modules/content_translation/src/Hook/ContentTranslationHooks.php
Implements hook_views_data_alter().
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.
ContextualHooks::help in core/modules/contextual/src/Hook/ContextualHooks.php
Implements hook_help().
ContextualHooks::toolbar in core/modules/contextual/src/Hook/ContextualHooks.php
Implements hook_toolbar().
ContextualViewsHooks::viewsDataAlter in core/modules/contextual/src/Hook/ContextualViewsHooks.php
Implements hook_views_data_alter().
Cookie::applies in core/modules/user/src/Authentication/Provider/Cookie.php
Checks whether suitable authentication credentials are on the request.
CopyFieldValueTestForm::buildForm in core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php
Form constructor.
CredentialForm::buildForm in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Form constructor.
CredentialForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Returns a caption for the button that confirms the action.
CredentialForm::validateForm in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Form validation handler.
CredentialForm::validatePaths in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
The #element_validate handler for the source path elements.
CronController::runManually in core/modules/system/src/CronController.php
Run cron manually.
CronForm::buildForm in core/modules/system/src/Form/CronForm.php
Form constructor.
CronForm::runCron in core/modules/system/src/Form/CronForm.php
Form submission handler for running cron manually.
CronForm::submitForm in core/modules/system/src/Form/CronForm.php
Form submission handler.
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.
DatabaseTestController::testTablesort in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a tablesort query and returns the results.
DatabaseTestController::testTablesortFirst in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a tablesort query with a second order_by after and returns the results.
DatabaseTestForm::buildForm in core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php
Form constructor.
DateFormat::getTranslationElement in core/modules/config_translation/src/FormElement/DateFormat.php
Returns the translation form element for a given configuration definition.
DateFormatAddForm::actions in core/modules/system/src/Form/DateFormatAddForm.php
Returns an array of supported actions for the current entity form.
DateFormatEditForm::actions in core/modules/system/src/Form/DateFormatEditForm.php
Returns an array of supported actions for the current entity form.
DateFormatEditForm::form in core/modules/system/src/Form/DateFormatEditForm.php
Gets the actual form array to be built.
DateFormatFormBase::form in core/modules/system/src/Form/DateFormatFormBase.php
Gets the actual form array to be built.
DateFormatFormBase::save in core/modules/system/src/Form/DateFormatFormBase.php
Form submission handler for the 'save' action.
DateFormatFormBase::validateForm in core/modules/system/src/Form/DateFormatFormBase.php
Form validation handler.
DateFormatListBuilder::buildHeader in core/modules/system/src/DateFormatListBuilder.php
Builds the header row for the entity listing.
DateFormatter::formatDiff in core/lib/Drupal/Core/Datetime/DateFormatter.php
Formats a time interval between two timestamps.
DateFormatter::formatInterval in core/lib/Drupal/Core/Datetime/DateFormatter.php
Formats a time interval with the requested granularity.
DateRangeFieldItemList::defaultValuesForm in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
Returns a form for the default value input.
DateRangeFieldItemList::defaultValuesFormValidate in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
Validates the submitted default value.
DateRangeItem::storageSettingsForm in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
Returns a form for the storage-level settings.
DateTimeFieldItemList::defaultValuesForm in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
Returns a form for the default value input.
DateTimeFieldItemList::defaultValuesFormValidate in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
Validates the submitted default value.
DatetimeHooks::help in core/modules/datetime/src/Hook/DatetimeHooks.php
Implements hook_help().
DateTimeItem::storageSettingsForm in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
Returns a form for the storage-level settings.
DatetimeRangeHooks::help in core/modules/datetime_range/src/Hook/DatetimeRangeHooks.php
Implements hook_help().
DateTimeViewsHelper::buildViewsData in core/modules/datetime/src/DateTimeViewsHelper.php
Provides Views integration for any datetime-based fields.
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.
DblogHooks::formSystemLoggingSettingsAlter in core/modules/dblog/src/Hook/DblogHooks.php
Implements hook_form_FORM_ID_alter() for system_logging_settings().
DblogHooks::help in core/modules/dblog/src/Hook/DblogHooks.php
Implements hook_help().
DblogViewsHooks::viewsData in core/modules/dblog/src/Hook/DblogViewsHooks.php
Implements hook_views_data().
DbUpdateController::handle in core/modules/system/src/Controller/DbUpdateController.php
Returns a database update page.
DbUpdateController::helpfulLinks in core/modules/system/src/Controller/DbUpdateController.php
Provides links to the homepage and administration pages.
DbUpdateController::info in core/modules/system/src/Controller/DbUpdateController.php
Returns the info database update page.
DbUpdateController::requirements in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of requirement errors or warnings.
DbUpdateController::results in core/modules/system/src/Controller/DbUpdateController.php
Displays results of the update script with any accompanying errors.
DbUpdateController::selection in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of available database updates.
DbUpdateController::updateTasksList in core/modules/system/src/Controller/DbUpdateController.php
Provides the update task list render array.
DecimalItem::storageSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php
Returns a form for the storage-level settings.
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.
DemoUmamiHooks::help in core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php
Implements hook_help().
DemoUmamiHooks::navigationContentTop in core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php
Implements hook_navigation_content_top().
DevelopmentSettingsForm::buildForm in core/modules/system/src/Form/DevelopmentSettingsForm.php
Form constructor.
DevelopmentSettingsForm::submitForm in core/modules/system/src/Form/DevelopmentSettingsForm.php
Form submission handler.
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.
DiskSpaceValidator::validate in core/modules/package_manager/src/Validator/DiskSpaceValidator.php
Validates that there is enough free disk space to do stage operations.
Display::buildForm in core/modules/views_ui/src/Form/Ajax/Display.php
Form constructor.
DisplayPluginCollection::initializePlugin in core/modules/views/src/DisplayPluginCollection.php
Initializes and stores a plugin.
DrupalDateTime::format in core/lib/Drupal/Core/Datetime/DrupalDateTime.php
Overrides format().
DuplicateInfoFileValidator::validate in core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php
Validates the stage does not have duplicate info.yml not present in active.
DynamicLocalTasks::getDerivativeDefinitions in core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php
Gets the definition of all derivatives of a base plugin.
DynamicLocalTasks::getDerivativeDefinitions in core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php
Gets the definition of all derivatives of a base plugin.
DynamicPageCacheHooks::help in core/modules/dynamic_page_cache/src/Hook/DynamicPageCacheHooks.php
Implements hook_help().
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.
EditorHooks::formFilterAdminOverviewAlter in core/modules/editor/src/Hook/EditorHooks.php
Implements hook_form_FORM_ID_alter().
EditorHooks::formFilterFormatFormAlter in core/modules/editor/src/Hook/EditorHooks.php
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
EditorHooks::help in core/modules/editor/src/Hook/EditorHooks.php
Implements hook_help().
EmailItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php
Gets a list of validation constraints.
EmbeddedForm::buildForm in core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php
Form constructor.
EnabledExtensionsValidator::validate in core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php
Validates that no enabled Drupal extensions have been removed.
EntityConfirmFormBase::getCancelText in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Returns a caption for the link which cancels the action.
EntityConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Returns a caption for the button that confirms the action.
EntityConfirmFormBase::getDescription in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Returns additional text to display as a description.
EntityConstraintViolationList::filterByFields in core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
Filters this violation list by the given fields.
EntityController::addBundleTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic add title callback for entities with bundles.
EntityController::addPage in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Displays add links for the available bundles.
EntityController::addTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic add title callback for an entity type.
EntityController::deleteTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic delete title callback.
EntityController::editTitle in core/lib/Drupal/Core/Entity/Controller/EntityController.php
Provides a generic edit title callback.
EntityCreateDeriver::getDerivativeDefinitions in core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityCreateDeriver.php
Gets the definition of all derivatives of a base plugin.
EntityDefinitionUpdateManager::getChangeSummary in core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
Gets a human readable summary of the detected changes.
EntityDeleteActionDeriver::getDerivativeDefinitions in core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
Gets the definition of all derivatives of a base plugin.
EntityDisplayFormBase::buildExtraFieldRow in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Builds the table row structure for a single extra field.
EntityDisplayFormBase::buildFieldRow in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Builds the table row structure for a single field.
EntityDisplayFormBase::form in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Gets the actual form array to be built.
EntityDisplayFormBase::getRegions in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Get the regions needed to create the overview form.
EntityDisplayFormBase::submitForm in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
EntityDisplayModeAddForm::buildForm in core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php
Form constructor.
EntityDisplayModeFormBase::form in core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php
Gets the actual form array to be built.
EntityDisplayModeFormBase::save in core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php
Form submission handler for the 'save' action.
EntityDisplayModeListBuilder::buildHeader in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
Builds the header row for the entity listing.
EntityDisplayModeListBuilder::render in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
EntityDisplayRepository::getDisplayModeOptions in core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
Gets an array of display mode options.
EntityForm::actions in core/lib/Drupal/Core/Entity/EntityForm.php
Returns an array of supported actions for the current entity form.
EntityFormDisplayEditForm::buildFieldRow in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Builds the table row structure for a single field.
EntityFormDisplayEditForm::getDisplayModesLink in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Returns a link to the form or view mode admin page.
EntityFormDisplayEditForm::getTableHeader in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Returns an array containing the table headers.
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.
EntityMethodDeriver::processMethod in core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php
Processes a method to create derivatives.
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.
EntityRevisionViewController::title in core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php
Provides a title callback for a revision of an entity.
EntitySchemaTestHooks::entityBaseFieldInfo in core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php
Implements hook_entity_base_field_info().
EntityTestForm::form in core/modules/system/tests/modules/entity_test/src/EntityTestForm.php
Gets the actual form array to be built.
EntityTestForm::save in core/modules/system/tests/modules/entity_test/src/EntityTestForm.php
Form submission handler for the 'save' action.
EntityTestHooks::entityExtraFieldInfo in core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php
Implements hook_entity_extra_field_info().
EntityTestHooks::entityFormModeInfoAlter in core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php
Implements hook_entity_form_mode_info_alter().
EntityTestHooks::entityViewModeInfoAlter in core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php
Implements hook_entity_view_mode_info_alter().
EntityTestListBuilder::buildHeader in core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php
Builds the header row for the entity listing.
EntityTestOperationHooks::entityOperation in core/modules/system/tests/modules/entity_test_operation/src/Hook/EntityTestOperationHooks.php
Implements hook_entity_operation().
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.
EntityType::getGroupLabel in core/lib/Drupal/Core/Entity/EntityType.php
Gets the human-readable name of the entity type group.
EntityTypeInfo::entityExtraFieldInfo in core/modules/content_moderation/src/EntityTypeInfo.php
Gets the "extra fields" for a bundle.
EntityTypeRepository::getEntityTypeLabels in core/lib/Drupal/Core/Entity/EntityTypeRepository.php
Builds a list of entity type labels suitable for a Form API options list.
EntityViewDisplayEditForm::buildFieldRow in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Builds the table row structure for a single field.
EntityViewDisplayEditForm::getDisplayModesLink in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns a link to the form or view mode admin page.
EntityViewDisplayEditForm::getTableHeader in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns an array containing the table headers.
EntityViewsData::addEntityLinks in core/modules/views/src/EntityViewsData.php
Sets the entity links in case corresponding link templates exist.
EntityViewsData::getViewsData in core/modules/views/src/EntityViewsData.php
Returns views data for the entity type.
EntityViewsData::processViewsDataForLanguage in core/modules/views/src/EntityViewsData.php
Processes the views data for a language field.
EnvironmentSupportValidator::validate in core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php
Checks that this environment supports Package Manager.
EnvironmentSupportValidatorTest::testInvalidUrl in core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
Tests handling of an invalid URL in the environment support variable.
EnvironmentSupportValidatorTest::testInvalidUrlDuringPreApply in core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
Tests an invalid URL in the environment support variable during pre-apply.
EnvironmentSupportValidatorTest::testValidUrl in core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
Tests that the validation message links to the provided URL.
EnvironmentSupportValidatorTest::testValidUrlDuringPreApply in core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
Tests that the validation message links to the provided URL during pre-apply.
ExperimentalModuleRequirementsTestHooks::help in core/modules/system/tests/modules/experimental_module_requirements_test/src/Hook/ExperimentalModuleRequirementsTestHooks.php
Implements hook_help().
ExperimentalModuleTestHooks::help in core/modules/system/tests/modules/experimental_module_test/src/Hook/ExperimentalModuleTestHooks.php
Implements hook_help().
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.
ExtraFieldBlock::build in core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
Builds and returns the renderable array for this block plugin.
ExtraFieldBlockDeriver::getDerivativeDefinitions in core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
FailureMarkerRequirementTest::testFailureMarkerExists in core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php
Tests that error is shown if failure marker already exists.
FailureMarkerTest::testAssertNotExists in core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php
Tests that the failure marker can contain an exception message.
FailureMarkerTest::testGetMessageWithoutThrowable in core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php
@covers ::getMessage @testWith [true] [false]
FailureMarkerTest::testGetMessageWithThrowable in core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php
@covers ::getMessage @testWith [true] [false]
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.
FieldBlock::blockForm in core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
FieldBlockDeriver::getDerivativeDefinitions in core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
FieldConfigEditForm::actions in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Returns an array of supported actions for the current entity form.
FieldConfigEditForm::form in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Gets the actual form array to be built.
FieldConfigEditForm::handleEntityStorageException in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Handles entity storage exceptions and redirects the form.
FieldConfigEditForm::save in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Form submission handler for the 'save' action.
FieldConfigListBuilder::buildHeader in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds the header row for the entity listing.
FieldConfigListBuilder::buildRow in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds a row for an entity in the entity listing.
FieldConfigListBuilder::getDefaultOperations in core/modules/field_ui/src/FieldConfigListBuilder.php
Gets this list's default operations.
FieldConfigListBuilder::render in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
FieldHooks::help in core/modules/field/src/Hook/FieldHooks.php
Implements hook_help().
FieldItemList::defaultValuesForm in core/lib/Drupal/Core/Field/FieldItemList.php
Returns a form for the default value input.
FieldItemList::getConstraints in core/lib/Drupal/Core/Field/FieldItemList.php
Gets a list of validation constraints.
FieldLayoutHooks::help in core/modules/field_layout/src/Hook/FieldLayoutHooks.php
Implements hook_help().
FieldStorageAddForm::addFieldOptionsForGroup in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Adds field types for the selected group to the form.
FieldStorageAddForm::addGroupFieldOptions in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Adds ungrouped field types and field type groups to the form.
FieldStorageAddForm::buildForm in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Form constructor.
FieldStorageAddForm::submitForm in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Form submission handler.
FieldStorageAddForm::validateFieldType in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Validates the second step (field storage selection and label) of the form.
FieldStorageAddForm::validateGroupOrField in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Validates the first step of the form.
FieldStorageConfigEditForm::form in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Gets the actual form array to be built.
FieldStorageConfigEditForm::getCardinalityForm in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Builds the cardinality form.
FieldStorageConfigEditForm::validateCardinality in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Validates the cardinality.
FieldStorageConfigListBuilder::buildHeader in core/modules/field_ui/src/FieldStorageConfigListBuilder.php
Builds the header row for the entity listing.
FieldStorageConfigListBuilder::buildRow in core/modules/field_ui/src/FieldStorageConfigListBuilder.php
Builds a row for an entity in the entity listing.
FieldStorageReuseForm::buildForm in core/modules/field_ui/src/Form/FieldStorageReuseForm.php
Form constructor.
FieldStorageReuseForm::reuseCallback in core/modules/field_ui/src/Form/FieldStorageReuseForm.php
Callback function to handle re-using an existing field.
FieldUiHooks::entityOperation in core/modules/field_ui/src/Hook/FieldUiHooks.php
Implements hook_entity_operation().
FieldUiHooks::formAlter in core/modules/field_ui/src/Hook/FieldUiHooks.php
Implements hook_form_alter().
FieldUiHooks::formFieldUiFieldStorageAddFormAlter in core/modules/field_ui/src/Hook/FieldUiHooks.php
Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.
FieldUiHooks::help in core/modules/field_ui/src/Hook/FieldUiHooks.php
Implements hook_help().
FieldUiLocalAction::getDerivativeDefinitions in core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php
Gets the definition of all derivatives of a base plugin.
FieldUiLocalTask::getDerivativeDefinitions in core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
Gets the definition of all derivatives of a base plugin.
FieldUiPermissions::fieldPermissions in core/modules/field_ui/src/FieldUiPermissions.php
Returns an array of field UI permissions.
FieldUninstallValidator::validate in core/modules/field/src/FieldUninstallValidator.php
Determines the reasons a module can not be uninstalled.
FieldViewsDataProvider::defaultFieldImplementation in core/modules/views/src/FieldViewsDataProvider.php
Default views data implementation for a field.
FileHooks::formSystemFileSystemSettingsAlter in core/modules/file/src/Hook/FileHooks.php
Implements hook_form_FORM_ID_alter().
FileHooks::help in core/modules/file/src/Hook/FileHooks.php
Implements hook_help().
FileImageDimensionsConstraintValidator::validate in core/modules/file/src/Plugin/Validation/Constraint/FileImageDimensionsConstraintValidator.php
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.
FileRequirements::runtime in core/modules/file/src/Hook/FileRequirements.php
Implements hook_runtime_requirements().
FileSystemForm::buildForm in core/modules/system/src/Form/FileSystemForm.php
Form constructor.
FileTestForm::buildForm in core/modules/file/tests/file_test/src/Form/FileTestForm.php
Form constructor.
FileTestForm::submitForm in core/modules/file/tests/file_test/src/Form/FileTestForm.php
Form submission handler.
FileTestSaveUploadFromForm::buildForm in core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
Form constructor.
FileTestSaveUploadFromForm::validateForm in core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
Form validation handler.
FileTransfer::getSettingsForm in core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Returns a form to collect connection settings credentials.
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.
FileViewsHooks::fieldViewsData in core/modules/file/src/Hook/FileViewsHooks.php
Implements hook_field_views_data().
FileViewsHooks::fieldViewsDataViewsDataAlter in core/modules/file/src/Hook/FileViewsHooks.php
Implements hook_field_views_data_views_data_alter().
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…
FilterEnableForm::getConfirmText in core/modules/filter/src/Form/FilterEnableForm.php
Returns a caption for the button that confirms the action.
FilterEnableForm::getDescription in core/modules/filter/src/Form/FilterEnableForm.php
Returns additional text to display as a description.
FilterEnableForm::getQuestion in core/modules/filter/src/Form/FilterEnableForm.php
Returns the question to ask the user.
FilterEnableForm::submitForm in core/modules/filter/src/Form/FilterEnableForm.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…
FilterFormatAddForm::submitForm in core/modules/filter/src/FilterFormatAddForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
FilterFormatEditForm::submitForm in core/modules/filter/src/FilterFormatEditForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
FilterFormatFormBase::actions in core/modules/filter/src/FilterFormatFormBase.php
Returns an array of supported actions for the current entity form.
FilterFormatFormBase::form in core/modules/filter/src/FilterFormatFormBase.php
Gets the actual form array to be built.
FilterFormatFormBase::validateForm in core/modules/filter/src/FilterFormatFormBase.php
Form validation handler.
FilterFormatListBuilder::buildForm in core/modules/filter/src/FilterFormatListBuilder.php
Form constructor.
FilterFormatListBuilder::buildHeader in core/modules/filter/src/FilterFormatListBuilder.php
Builds the header row for the entity listing.
FilterFormatListBuilder::buildRow in core/modules/filter/src/FilterFormatListBuilder.php
Builds a row for an entity in the entity listing.
FilterFormatListBuilder::getDefaultOperations in core/modules/filter/src/FilterFormatListBuilder.php
Gets this list's default operations.
FilterFormatListBuilder::submitForm in core/modules/filter/src/FilterFormatListBuilder.php
Form submission handler.
FilterHooks::filterSecureImageAlter in core/modules/filter/src/Hook/FilterHooks.php
Implements hook_filter_secure_image_alter().
FilterHooks::help in core/modules/filter/src/Hook/FilterHooks.php
Implements hook_help().
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.
FormTestArgumentsObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
Form constructor.
FormTestArgumentsObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
Form submission handler.
FormTestArgumentsObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
Form validation handler.
FormTestCheckboxesRadiosForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
Form constructor.
FormTestCheckboxesZeroForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php
Form constructor.
FormTestCheckboxForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
Form constructor.
FormTestCheckboxTypeJugglingForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php
Form constructor.
FormTestClickedButtonForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php
Form validation handler.
FormTestControllerObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Form constructor.
FormTestControllerObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Form submission handler.
FormTestControllerObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Form validation handler.
FormTestDisabledElementsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php
Form constructor.
FormTestEmptySelectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
Form constructor.
FormTestFormStateValuesCleanAdvancedForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
Form constructor.
FormTestFormStateValuesCleanAdvancedForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
Form submission handler.
FormTestFormStateValuesCleanForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
Form constructor.
FormTestGroupVerticalTabsForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
Form validation handler.
FormTestHooks::formUserRegisterFormAlter in core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php
Implements hook_form_FORM_ID_alter() for the registration form.
FormTestInputForgeryForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php
Form constructor.
FormTestLabelForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php
Form constructor.
FormTestLanguageSelectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
Form constructor.
FormTestLimitValidationErrorsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
Form constructor.
FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors in core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
FormTestMachineNameValidationForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
Form constructor.
FormTestObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestObject.php
Form constructor.
FormTestObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestObject.php
Form submission handler.
FormTestObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestObject.php
Form validation handler.
FormTestProgrammaticForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
Form constructor.
FormTestProgrammaticForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
Form validation handler.
FormTestRebuildPreserveValuesForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
Form constructor.
FormTestRebuildPreserveValuesForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
Form submission handler.
FormTestRecipeInputForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRecipeInputForm.php
Form constructor.
FormTestRedirectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php
Form constructor.
FormTestServiceObject::buildForm in core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php
Form constructor.
FormTestServiceObject::submitForm in core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php
Form submission handler.
FormTestServiceObject::validateForm in core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php
Form validation handler.
FormTestStatePersistForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php
Form constructor.
FormTestTableForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php
Form constructor.
FormTestTableSelectFormBase::tableselectFormBuilder in core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php
Build a form to test the tableselect element.
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.
FormTestValidateRequiredForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
Form constructor.
FormTestVerticalTabsAccessForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
Form constructor.
FormTestVerticalTabsAccessForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
Form submission handler.
FormTestVerticalTabsAccessForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
Form validation handler.
FormTestVerticalTabsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
Form constructor.
FormValidator::doValidateForm in core/lib/Drupal/Core/Form/FormValidator.php
Performs validation on form elements.
FormValidator::performRequiredValidation in core/lib/Drupal/Core/Form/FormValidator.php
Performs validation of elements that are not subject to limited validation.
FormValidator::setInvalidTokenError in core/lib/Drupal/Core/Form/FormValidator.php
Sets a form_token error on the given form state.
ForumBlockBase::blockForm in core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::build in core/modules/forum/src/Plugin/Block/ForumBlockBase.php
Builds and returns the renderable array for this block plugin.
ForumBreadcrumbBuilderBase::build in core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php
Builds the breadcrumb.
ForumController::buildActionLinks in core/modules/forum/src/Controller/ForumController.php
Generates an action link to display at the top of the forum listing.
ForumController::forumIndex in core/modules/forum/src/Controller/ForumController.php
Returns forum index page.
ForumForm::form in core/modules/forum/src/Form/ForumForm.php
Gets the actual form array to be built.
ForumForm::forumParentSelect in core/modules/forum/src/Form/ForumForm.php
Returns a select box for available parent terms.
ForumForm::save in core/modules/forum/src/Form/ForumForm.php
Form submission handler for the 'save' action.
ForumManager::getTopics in core/modules/forum/src/ForumManager.php
ForumSettingsForm::buildForm in core/modules/forum/src/ForumSettingsForm.php
Form constructor.
ForumUninstallValidator::validate in core/modules/forum/src/ForumUninstallValidator.php
Determines the reasons a module can not be uninstalled.
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.
HelpHooks::help in core/modules/help/src/Hook/HelpHooks.php
Implements hook_help().
HelpTopicPluginController::viewHelpTopic in core/modules/help/src/Controller/HelpTopicPluginController.php
Displays a help topic page.
HelpTwigExtension::getTopicLink in core/modules/help/src/HelpTwigExtension.php
Returns a link to a help topic, or the title of the topic.
HistoryHooks::help in core/modules/history/src/Hook/HistoryHooks.php
Implements hook_help().
HistoryViewsHooks::viewsData in core/modules/history/src/Hook/HistoryViewsHooks.php
Implements hook_views_data().
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.
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.
ImageHooks::help in core/modules/image/src/Hook/ImageHooks.php
Implements hook_help().
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::getDefaultOperations in core/modules/image/src/ImageStyleListBuilder.php
Gets this list's default operations.
ImageStyleListBuilder::render in core/modules/image/src/ImageStyleListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
ImageToolkitForm::buildForm in core/modules/system/src/Form/ImageToolkitForm.php
Form constructor.
ImageViewsHooks::fieldViewsData in core/modules/image/src/Hook/ImageViewsHooks.php
Implements hook_field_views_data().
ImageViewsHooks::fieldViewsDataViewsDataAlter in core/modules/image/src/Hook/ImageViewsHooks.php
Implements hook_field_views_data_views_data_alter().
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.
IncorrectConfigTargetForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php
Form constructor.
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.
InlineFormErrorsHooks::help in core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php
Implements hook_help().
InstallCommand::install in core/lib/Drupal/Core/Command/InstallCommand.php
Installs Drupal with specified installation profile.
InstallerTranslationMultipleLanguageNonInteractiveTest::testTranslationsLoaded in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php
Tests that translations ended up at the expected places.
InstallProfileUninstallValidator::validate in core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
Determines the reasons a module can not be uninstalled.
IntegerItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php
Gets a list of validation constraints.
JavascriptStatesForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php
Form constructor.
JSInteractionTestForm::buildForm in core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
Creates the test form.
JsonapiHooks::help in core/modules/jsonapi/src/Hook/JsonapiHooks.php
Implements hook_help().
JsonapiHooks::modulesInstalled in core/modules/jsonapi/src/Hook/JsonapiHooks.php
Implements hook_modules_installed().
JsonApiSettingsForm::buildForm in core/modules/jsonapi/src/Form/JsonApiSettingsForm.php
Form constructor.
JsWebAssertTestForm::buildForm in core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php
Form for testing the addition of various types of elements via AJAX.
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.
LanguageAddForm::copyFormValuesToEntity in core/modules/language/src/Form/LanguageAddForm.php
Copies top-level form values to entity properties.
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.
LanguageConfigurationElementTest::buildForm in core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php
Form constructor.
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.
LanguageHooks::help in core/modules/language/src/Hook/LanguageHooks.php
Implements hook_help().
LanguageHooks::tourTipsAlter in core/modules/language/src/Hook/LanguageHooks.php
Implements hook_tour_tips_alter().
LanguageListBuilder::buildForm in core/modules/language/src/LanguageListBuilder.php
Form constructor.
LanguageListBuilder::buildHeader in core/modules/language/src/LanguageListBuilder.php
Builds the header row for the entity listing.
LanguageListBuilder::buildRow in core/modules/language/src/LanguageListBuilder.php
Builds a row for an entity in the entity listing.
LanguageListBuilder::submitForm in core/modules/language/src/LanguageListBuilder.php
Form submission handler.
LanguageListBuilder::validateForm in core/modules/language/src/LanguageListBuilder.php
Form validation handler.
LanguageTestBase::viewsData in core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php
Returns the views data definition.
LanguageTestController::testEntity in core/modules/language/tests/language_test/src/Controller/LanguageTestController.php
Route entity upcasting test helper.
LanguageTestController::typeLinkActiveClass in core/modules/language/tests/language_test/src/Controller/LanguageTestController.php
Returns links to the current page with different langcodes.
LanguageTestHooks::languageTypesInfo in core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php
Implements hook_language_types_info().
LanguageTestHooks::pageTop in core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php
Implements hook_page_top().
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.
LayoutBuilderEntityViewDisplay::addSectionField in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Adds a layout section field to a given bundle.
LayoutBuilderEntityViewDisplayForm::form in core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php
Gets the actual form array to be built.
LayoutBuilderExposeAllFieldBlocksHooks::help in core/modules/layout_builder/modules/layout_builder_expose_all_field_blocks/src/Hook/LayoutBuilderExposeAllFieldBlocksHooks.php
Implements hook_help().
LayoutBuilderHooks::help in core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php
Implements hook_help().
LayoutBuilderOverridesPermissions::permissions in core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php
Returns an array of permissions.
LayoutBuilderSettingsForm::buildForm in core/modules/layout_builder/src/Form/LayoutBuilderSettingsForm.php
Form constructor.
LayoutDiscoveryHooks::help in core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php
Implements hook_help().
LayoutForm::buildForm in core/modules/navigation/src/Form/LayoutForm.php
Form constructor.
LazyBuilders::renderAnnouncements in core/modules/announcements_feed/src/LazyBuilders.php
Render announcements.
LinkGenerationTestHooks::linkAlter in core/modules/system/tests/modules/link_generation_test/src/Hook/LinkGenerationTestHooks.php
Implements hook_link_alter().
LinkHooks::help in core/modules/link/src/Hook/LinkHooks.php
Implements hook_help().
LinkItem::fieldSettingsForm in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Returns a form for the field-level settings.
ListElement::getGroupTitle in core/modules/config_translation/src/FormElement/ListElement.php
Returns the title for the 'details' element of a group of schema elements.
ListFloatItem::allowedValuesDescription in core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php
Provides the field type specific allowed values form element #description.
ListIntegerItem::allowedValuesDescription in core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php
Provides the field type specific allowed values form element #description.
ListItemBase::storageSettingsForm in core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php
Returns a form for the storage-level settings.
ListStringItem::allowedValuesDescription in core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php
Provides the field type specific allowed values form element #description.
LocaleHooks::formLanguageAdminEditFormAlter in core/modules/locale/src/Hook/LocaleHooks.php
Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
LocaleHooks::formLanguageAdminOverviewFormAlter in core/modules/locale/src/Hook/LocaleHooks.php
Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
LocaleHooks::formSystemFileSystemSettingsAlter in core/modules/locale/src/Hook/LocaleHooks.php
Implements hook_form_FORM_ID_alter() for system_file_system_settings().
LocaleHooks::help in core/modules/locale/src/Hook/LocaleHooks.php
Implements hook_help().
LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests msgctxt context support.
LocaleSettingsForm::buildForm in core/modules/locale/src/Form/LocaleSettingsForm.php
Form constructor.
LocaleSettingsForm::validateForm in core/modules/locale/src/Form/LocaleSettingsForm.php
Form validation handler.
LocaleStringIsSafeTest::testLocalizedTokenizedString in core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php
Tests if a translated and tokenized string is properly escaped by Twig.
LocaleTestHooks::tokenInfo in core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php
Implements hook_token_info().
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUpdateTest::testUpdateImportModeNonCustomized in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportSourceLocal in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import from remote sources.
LocalTasksBlock::blockForm in core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LockFileValidator::storeHash in core/modules/package_manager/src/Validator/LockFileValidator.php
Stores the XXH64 hash of the active lock file.
LockFileValidator::validate in core/modules/package_manager/src/Validator/LockFileValidator.php
Checks that the active lock file is unchanged during stage operations.
LockFileValidatorTest::testApplyWithNoChange in core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
Tests validation when the staged and active lock files are identical.
LockFileValidatorTest::testCreateWithNoLock in core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
Tests that if no active lock file exists, a stage cannot be created.
LockFileValidatorTest::testLockFileChanged in core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
Tests validation when the lock file has changed.
LockFileValidatorTest::testLockFileDeleted in core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
Tests validation when the lock file is deleted.
LoggingForm::buildForm in core/modules/system/src/Form/LoggingForm.php
Form constructor.
LonelyMonkeyController::testBrokenClass in core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
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.
ManyToOneHelper::buildOptionsForm in core/modules/views/src/ManyToOneHelper.php
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.
MediaHooks::fieldUiPreconfiguredOptionsAlter in core/modules/media/src/Hook/MediaHooks.php
Implements hook_field_ui_preconfigured_options_alter().
MediaHooks::fieldWidgetCompleteFormAlter in core/modules/media/src/Hook/MediaHooks.php
Implements hook_field_widget_complete_form_alter().
MediaHooks::formFieldUiFieldStorageAddFormAlter in core/modules/media/src/Hook/MediaHooks.php
Implements hook_form_FORM_ID_alter().
MediaHooks::help in core/modules/media/src/Hook/MediaHooks.php
Implements hook_help().
MediaLibrary::getDynamicPluginConfig in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/MediaLibrary.php
Allows a plugin to modify its static configuration.
MediaLibraryHooks::formViewsFormMediaLibraryPageAlter in core/modules/media_library/src/Hook/MediaLibraryHooks.php
Implements hook_form_FORM_ID_alter().
MediaLibraryHooks::help in core/modules/media_library/src/Hook/MediaLibraryHooks.php
Implements hook_help().
MediaLibraryUiBuilder::buildMediaTypeMenu in core/modules/media_library/src/MediaLibraryUiBuilder.php
Get the media type menu for the media library.
MediaLibraryViewsHooks::viewsData in core/modules/media_library/src/Hook/MediaLibraryViewsHooks.php
Implements hook_views_data().
MediaListBuilder::buildHeader in core/modules/media/src/MediaListBuilder.php
Builds the header row for the entity listing.
MediaListBuilder::buildRow in core/modules/media/src/MediaListBuilder.php
Builds a row for an entity in the entity listing.
MediaPermissions::buildPermissions in core/modules/media/src/MediaPermissions.php
Returns a list of media permissions for a given media type.
MediaSettingsForm::buildForm in core/modules/media/src/Form/MediaSettingsForm.php
Form constructor.
MediaTypeForm::actions in core/modules/media/src/MediaTypeForm.php
Returns an array of supported actions for the current entity form.
MediaTypeForm::form in core/modules/media/src/MediaTypeForm.php
Gets the actual form array to be built.
MediaTypeForm::save in core/modules/media/src/MediaTypeForm.php
Form submission handler for the 'save' action.
MediaTypeListBuilder::buildHeader in core/modules/media/src/MediaTypeListBuilder.php
Builds the header row for the entity listing.
MediaTypeListBuilder::render in core/modules/media/src/MediaTypeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
MediaViewsData::getViewsData in core/modules/media/src/MediaViewsData.php
Returns views data for the entity type.
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.
MenuLinkContentForm::form in core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
Gets the actual form array to be built.
MenuLinkContentForm::save in core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
Form submission handler for the 'save' action.
MenuLinkContentHooks::help in core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php
Implements hook_help().
MenuLinkDefaultForm::buildConfigurationForm in core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
Form constructor.
MenuLinkEditForm::buildForm in core/modules/menu_ui/src/Form/MenuLinkEditForm.php
MenuLinkEditForm::submitForm in core/modules/menu_ui/src/Form/MenuLinkEditForm.php
Form submission handler.
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.
MenuLinksetSettingsForm::buildForm in core/modules/system/src/Form/MenuLinksetSettingsForm.php
Form constructor.
MenuListBuilder::buildHeader in core/modules/menu_ui/src/MenuListBuilder.php
Builds the header row for the entity listing.
MenuListBuilder::getDefaultOperations in core/modules/menu_ui/src/MenuListBuilder.php
Gets this list's default operations.
MenuParentFormSelector::parentSelectOptionsTreeWalk in core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
Iterates over all items in the tree to prepare the parents select options.
MenuTestController::titleCallback in core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php
A title callback method for test routes.
MenuUiHooks::entityOperation in core/modules/menu_ui/src/Hook/MenuUiHooks.php
Implements hook_entity_operation().
MenuUiHooks::formNodeFormAlter in core/modules/menu_ui/src/Hook/MenuUiHooks.php
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
MenuUiHooks::formNodeTypeFormAlter in core/modules/menu_ui/src/Hook/MenuUiHooks.php
Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
MenuUiHooks::help in core/modules/menu_ui/src/Hook/MenuUiHooks.php
Implements hook_help().
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…
MigrateDrupalHooks::help in core/modules/migrate_drupal/src/Hook/MigrateDrupalHooks.php
Implements hook_help().
MigrateDrupalHooks::migrationPluginsAlter in core/modules/migrate_drupal/src/Hook/MigrateDrupalHooks.php
Implements hook_migration_plugins_alter().
MigrateDrupalUiHooks::help in core/modules/migrate_drupal_ui/src/Hook/MigrateDrupalUiHooks.php
Implements hook_help().
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.
MigrateHooks::help in core/modules/migrate/src/Hook/MigrateHooks.php
Implements hook_help().
MigrateMessageController::details in core/modules/migrate/src/Controller/MigrateMessageController.php
Displays a listing of migration messages for the given migration ID.
MigrateMessageController::overview in core/modules/migrate/src/Controller/MigrateMessageController.php
Displays an overview of migrate messages.
MigrateMessageController::overview in core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php
Displays an overview of migrate messages.
MigrateMessageController::title in core/modules/migrate/src/Controller/MigrateMessageController.php
Gets the title for the details page.
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
MockFileTransfer::getSettingsForm in core/modules/system/tests/modules/system_test/src/MockFileTransfer.php
Returns a settings form with a text field to input a username.
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.
ModulePermissionsLinkHelper::getModulePermissionsLink in core/modules/user/src/ModulePermissionsLinkHelper.php
Generates a link pointing to a given module's permissions page section.
ModuleRuntimeRequirementsHooks::runtimeRequirements in core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php
Implements hook_runtime_requirements().
ModuleRuntimeRequirementsHooks::runtimeRequirementsAlter in core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php
Implements hook_runtime_requirements_alter().
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.
ModulesListNonStableConfirmForm::buildDeprecatedMessage in core/modules/system/src/Form/ModulesListNonStableConfirmForm.php
Builds a message to be displayed to the user enabling deprecated modules.
ModulesListNonStableConfirmForm::buildMessageList in core/modules/system/src/Form/ModulesListNonStableConfirmForm.php
Builds the message list for the confirmation form.
ModulesListNonStableConfirmForm::getQuestion in core/modules/system/src/Form/ModulesListNonStableConfirmForm.php
Returns the question to ask the user.
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.
ModuleUpdateRequirementsHooks::updateRequirements in core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php
Implements hook_update_requirements().
ModuleUpdateRequirementsHooks::updateRequirementsAlter in core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php
Implements hook_update_requirements_alter().
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.
MultisiteValidator::validate in core/modules/package_manager/src/Validator/MultisiteValidator.php
Validates that the current site is not part of a multisite.
MysqlHooks::help in core/modules/mysql/src/Hook/MysqlHooks.php
Implements hook_help().
NavigationContentLinks::addMenuLinks in core/modules/navigation/src/NavigationContentLinks.php
Add links to the Content menu, based on enabled modules.
NavigationHooks::help in core/modules/navigation/src/Hook/NavigationHooks.php
Implements hook_help().
NavigationHooks::navigationWorkspaces in core/modules/navigation/src/Hook/NavigationHooks.php
Implements hook_navigation_content_top().
NavigationLinkBlock::blockForm in core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php
NavigationTopBarHooks::help in core/modules/navigation/modules/navigation_top_bar/src/Hook/NavigationTopBarHooks.php
Implements hook_help().
NavigationUserBlock::menuLinkDefinition in core/modules/navigation/src/Plugin/Block/NavigationUserBlock.php
Custom wrapper element definition.
NegotiationBrowserDeleteForm::getQuestion in core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
Returns the question to ask the user.
NegotiationBrowserDeleteForm::submitForm in core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
Form submission handler.
NegotiationBrowserForm::buildForm in core/modules/language/src/Form/NegotiationBrowserForm.php
Form constructor.
NegotiationBrowserForm::validateForm in core/modules/language/src/Form/NegotiationBrowserForm.php
Form validation handler.
NegotiationConfigureForm::buildForm in core/modules/language/src/Form/NegotiationConfigureForm.php
Form constructor.
NegotiationConfigureForm::configureFormTable in core/modules/language/src/Form/NegotiationConfigureForm.php
Builds a language negotiation method configuration table.
NegotiationConfigureForm::submitForm in core/modules/language/src/Form/NegotiationConfigureForm.php
Form submission handler.
NegotiationSelectedForm::buildForm in core/modules/language/src/Form/NegotiationSelectedForm.php
Form constructor.
NegotiationSessionForm::buildForm in core/modules/language/src/Form/NegotiationSessionForm.php
Form constructor.
NegotiationUrlForm::buildForm in core/modules/language/src/Form/NegotiationUrlForm.php
Form constructor.
NegotiationUrlForm::validateForm in core/modules/language/src/Form/NegotiationUrlForm.php
Form validation handler.
NestedEntityTestForm::buildForm in core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
Form constructor.
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.
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.
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.
NodeHooks1::entityExtraFieldInfo in core/modules/node/src/Hook/NodeHooks1.php
Implements hook_entity_extra_field_info().
NodeHooks1::formSystemThemesAdminFormAlter in core/modules/node/src/Hook/NodeHooks1.php
Implements hook_form_FORM_ID_alter().
NodeHooks1::help in core/modules/node/src/Hook/NodeHooks1.php
Implements hook_help().
NodeHooks1::ranking in core/modules/node/src/Hook/NodeHooks1.php
Implements hook_ranking().
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.
NodeRevisionDeleteForm::getConfirmText in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Returns a caption for the button that confirms the action.
NodeRevisionDeleteForm::getQuestion in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Returns the question to ask the user.
NodeRevisionDeleteForm::submitForm in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Form submission handler.
NodeRevisionRevertForm::getConfirmText in core/modules/node/src/Form/NodeRevisionRevertForm.php
Returns a caption for the button that confirms the action.
NodeRevisionRevertForm::getQuestion in core/modules/node/src/Form/NodeRevisionRevertForm.php
Returns the question to ask the user.
NodeRevisionRevertForm::submitForm in core/modules/node/src/Form/NodeRevisionRevertForm.php
Form submission handler.
NodeRevisionRevertTranslationForm::buildForm in core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php
Form constructor.
NodeRevisionRevertTranslationForm::getQuestion in core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php
Returns the question to ask the user.
NodeRouteContext::getAvailableContexts in core/modules/node/src/ContextProvider/NodeRouteContext.php
Gets all available contexts for the purposes of configuration.
NodeTokensHooks::tokenInfo in core/modules/node/src/Hook/NodeTokensHooks.php
Implements hook_token_info().
NodeTokensHooks::tokens in core/modules/node/src/Hook/NodeTokensHooks.php
Implements hook_tokens().
NodeTranslationHandler::entityFormAlter in core/modules/node/src/NodeTranslationHandler.php
Performs the needed alterations to the entity form.
NodeTranslationHandler::entityFormTitle in core/modules/node/src/NodeTranslationHandler.php
Returns the title to be used for the entity form page.
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::buildHeader in core/modules/node/src/NodeTypeListBuilder.php
Builds the header row for the entity listing.
NodeTypeListBuilder::render in core/modules/node/src/NodeTypeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
NodeTypeTranslationTest::testNodeTypeTranslation in core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
Tests the node type translation.
NodeViewBuilder::buildComponents in core/modules/node/src/NodeViewBuilder.php
Builds the component fields and properties of a set of entities.
NodeViewsData::getViewsData in core/modules/node/src/NodeViewsData.php
Returns views data for the entity type.
NodeViewsHooks::viewsAnalyze in core/modules/node/src/Hook/NodeViewsHooks.php
Implements hook_views_analyze().
NoProfilesException::__construct in core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php
Constructs a new "no profiles available" exception.
NumericItemBase::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
Returns a form for the field-level settings.
NumericItemBase::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
Gets a list of validation constraints.
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).
OptionsHooks::help in core/modules/options/src/Hook/OptionsHooks.php
Implements hook_help().
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.
Overview::buildForm in core/modules/forum/src/Form/Overview.php
Form constructor.
OverviewForm::buildForm in core/modules/migrate_drupal_ui/src/Form/OverviewForm.php
Form constructor.
OverviewForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/OverviewForm.php
Returns a caption for the button that confirms the action.
OverviewTerms::buildForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form constructor.
OverviewTerms::submitForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form submission handler.
OverwriteExistingPackagesValidator::validate in core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
Validates that new installed packages don't overwrite existing directories.
OverwriteExistingPackagesValidatorTest::testNewPackagesOverwriteExisting in core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
Tests that new installed packages overwrite existing directories.
PackageManagerHooks::help in core/modules/package_manager/src/Hook/PackageManagerHooks.php
Implements hook_help().
PackageManagerUninstallValidator::validate in core/modules/package_manager/src/PackageManagerUninstallValidator.php
Determines the reasons a module can not be uninstalled.
PageCacheHooks::help in core/modules/page_cache/src/Hook/PageCacheHooks.php
Implements hook_help().
PageContext::getBadgeLabel in core/modules/navigation/src/Plugin/TopBarItem/PageContext.php
Retrieves the badge label for the given entity.
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.
PathHooks::fieldWidgetSingleElementFormAlter in core/modules/path/src/Hook/PathHooks.php
Implements hook_field_widget_single_element_form_alter().
PathHooks::help in core/modules/path/src/Hook/PathHooks.php
Implements hook_help().
PendingUpdatesValidator::validate in core/modules/package_manager/src/Validator/PendingUpdatesValidator.php
Validates that there are no pending database updates.
PendingUpdatesValidatorTest::testPendingPostUpdate in core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
Tests that an error is raised if there are pending post-updates.
PendingUpdatesValidatorTest::testPendingUpdateAfterStaged in core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
Tests that pending updates stop an operation from being applied.
PendingUpdatesValidatorTest::testPendingUpdateHook in core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
Tests that an error is raised if there are pending schema updates.
PerformanceController::build in core/modules/system/src/Controller/PerformanceController.php
Displays the system performance page.
PerformanceForm::buildForm in core/modules/system/src/Form/PerformanceForm.php
Form constructor.
PermissionHandler::buildPermissionsYaml in core/modules/user/src/PermissionHandler.php
Builds all permissions provided by .permissions.yml files.
Permissions::transitionPermissions in core/modules/content_moderation/src/Permissions.php
Returns an array of transition permissions.
PgsqlHooks::help in core/modules/pgsql/src/Hook/PgsqlHooks.php
Implements hook_help().
PhpassHooks::formSystemModulesUninstallConfirmFormAlter in core/modules/phpass/src/Hook/PhpassHooks.php
Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form.
PhpassHooks::help in core/modules/phpass/src/Hook/PhpassHooks.php
Implements hook_help().
PhpExtensionsValidator::validateOpenSsl in core/modules/package_manager/src/Validator/PhpExtensionsValidator.php
Flags an error if the OpenSSL extension is not installed.
PhpExtensionsValidator::validateXdebug in core/modules/package_manager/src/Validator/PhpExtensionsValidator.php
Flags a warning if Xdebug is enabled.
PhpTufValidator::validate in core/modules/package_manager/src/Validator/PhpTufValidator.php
Reacts to a stage event by validating PHP-TUF configuration as needed.
PhpTufValidator::validateTuf in core/modules/package_manager/src/Validator/PhpTufValidator.php
Flags messages if PHP-TUF is not installed and configured properly.
PhpTufValidatorTest::testInvalidConfigurationInProjectRoot in core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
Tests errors caused by invalid plugin configuration in the project root.
PhpTufValidatorTest::testInvalidConfigurationInStage in core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
Tests errors caused by invalid plugin configuration in the stage directory.
PhpTufValidatorTest::testPluginNotInstalledInProjectRoot in core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
Tests there is an error if the plugin is not installed in the project root.
PhpTufValidatorTest::testPluginRemovedFromStagePreApply in core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
Tests removing the plugin from the stage before applying it.
PhpTufValidatorTest::testPluginRemovedFromStagePreRequire in core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
Tests removing the plugin from the stage on pre-require.
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.
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.
PrivateStream::getDescription in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns the description of the stream wrapper for use in the UI.
PrivateStream::getName in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns the name of the stream wrapper for use in the UI.
ProfileForm::actions in core/modules/user/src/ProfileForm.php
Returns an array of supported actions for the current entity form.
ProfileForm::save in core/modules/user/src/ProfileForm.php
Form submission handler for the 'save' action.
ProjectCoreCompatibility::createMessageFromCoreCompatibility in core/modules/update/src/ProjectCoreCompatibility.php
Creates core a compatibility message from a semantic version constraint.
ProjectSecurityRequirement::getDateEndRequirement in core/modules/update/src/ProjectSecurityRequirement.php
Gets the security coverage requirement based on an end date.
ProjectSecurityRequirement::getReleaseCycleLink in core/modules/update/src/ProjectSecurityRequirement.php
Gets a link the release cycle page on drupal.org.
ProjectSecurityRequirement::getRequirement in core/modules/update/src/ProjectSecurityRequirement.php
Gets the security coverage requirement, if any.
ProjectSecurityRequirement::getVersionEndCoverageMessage in core/modules/update/src/ProjectSecurityRequirement.php
Gets the message for additional minor version security coverage.
ProjectSecurityRequirement::getVersionEndRequirement in core/modules/update/src/ProjectSecurityRequirement.php
Gets the requirements based on security coverage until a specific version.
ProjectSecurityRequirement::getVersionNoSecurityCoverageMessage in core/modules/update/src/ProjectSecurityRequirement.php
Gets the formatted message for a project with no security coverage.
PublicStream::getDescription in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the description of the stream wrapper for use in the UI.
PublicStream::getName in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the name of the stream wrapper for use in the UI.
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.
RecipeCommand::execute in core/lib/Drupal/Core/Recipe/RecipeCommand.php
RedirectBlockForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php
Form constructor.
RegionalForm::buildForm in core/modules/system/src/Form/RegionalForm.php
Form constructor.
RegisterForm::actions in core/modules/user/src/RegisterForm.php
Returns an array of supported actions for the current entity form.
RegisterForm::save in core/modules/user/src/RegisterForm.php
Form submission handler for the 'save' action.
ReindexConfirm::getCancelText in core/modules/search/src/Form/ReindexConfirm.php
Returns a caption for the link which cancels the action.
ReindexConfirm::getConfirmText in core/modules/search/src/Form/ReindexConfirm.php
Returns a caption for the button that confirms the action.
ReindexConfirm::getDescription in core/modules/search/src/Form/ReindexConfirm.php
Returns additional text to display as a description.
ReindexConfirm::getQuestion in core/modules/search/src/Form/ReindexConfirm.php
Returns the question to ask the user.
ReindexConfirm::submitForm in core/modules/search/src/Form/ReindexConfirm.php
Form submission handler.
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.
Requirements1TestHooks::requirementsAlter in core/modules/system/tests/modules/requirements1_test/src/Hook/Requirements1TestHooks.php
Implements hook_requirements_alter().
ResponsiveImageHooks::help in core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php
Implements hook_help().
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.
ResponsiveImageStyleListBuilder::buildHeader in core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php
Builds the header row for the entity listing.
ResponsiveImageStyleListBuilder::getDefaultOperations in core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php
Gets this list's default operations.
RestHooks::help in core/modules/rest/src/Hook/RestHooks.php
Implements hook_help().
RevertOverridesForm::getConfirmText in core/modules/layout_builder/src/Form/RevertOverridesForm.php
Returns a caption for the button that confirms the action.
RevertOverridesForm::getQuestion in core/modules/layout_builder/src/Form/RevertOverridesForm.php
Returns the question to ask the user.
RevertOverridesForm::submitForm in core/modules/layout_builder/src/Form/RevertOverridesForm.php
Form submission handler.
ReviewForm::buildForm in core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
Form constructor.
ReviewForm::getConfirmText in core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
Returns a caption for the button that confirms the action.
RevisionDeleteForm::getConfirmText in core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
Returns a caption for the button that confirms the action.
RevisionDeleteForm::getQuestion in core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
Returns the question to ask the user.
RevisionDeleteForm::submitForm in core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
Form submission handler.
RevisionRevertForm::getConfirmText in core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php
Returns a caption for the button that confirms the action.
RevisionRevertForm::getQuestion in core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php
Returns the question to ask the user.
RevisionRevertForm::submitForm in core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php
Form submission handler.
RoleForm::form in core/modules/user/src/RoleForm.php
Gets the actual form array to be built.
RoleForm::save in core/modules/user/src/RoleForm.php
Form submission handler for the 'save' action.
RoleListBuilder::buildHeader in core/modules/user/src/RoleListBuilder.php
Builds the header row for the entity listing.
RoleListBuilder::getDefaultOperations in core/modules/user/src/RoleListBuilder.php
Gets this list's default operations.
RoleListBuilder::submitForm in core/modules/user/src/RoleListBuilder.php
Form submission handler.
RoleSettingsForm::buildForm in core/modules/user/src/Form/RoleSettingsForm.php
Form constructor.
RssFeedsForm::buildForm in core/modules/system/src/Form/RssFeedsForm.php
Form constructor.
RsyncValidator::validate in core/modules/package_manager/src/Validator/RsyncValidator.php
Checks that rsync is available.
RsyncValidatorTest::testPreCreateFailsIfRsyncNotFound in core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
Tests that the stage cannot be created if rsync is selected, but not found.
SearchBlock::blockForm in core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlockForm::buildForm in core/modules/search/src/Form/SearchBlockForm.php
Form constructor.
SearchController::editTitle in core/modules/search/src/Controller/SearchController.php
Route title callback.
SearchController::performOperation in core/modules/search/src/Controller/SearchController.php
Performs an operation on the search page entity.
SearchController::setAsDefault in core/modules/search/src/Controller/SearchController.php
Sets the search page as the default.
SearchController::view in core/modules/search/src/Controller/SearchController.php
Creates a render array for the search page.
SearchEmbeddedForm::buildForm in core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php
Form constructor.
SearchEmbeddedForm::submitForm in core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php
Form submission handler.
SearchHooks::help in core/modules/search/src/Hook/SearchHooks.php
Implements hook_help().
SearchPageAddForm::actions in core/modules/search/src/Form/SearchPageAddForm.php
Returns an array of supported actions for the current entity form.
SearchPageAddForm::save in core/modules/search/src/Form/SearchPageAddForm.php
Form submission handler for the 'save' action.
SearchPageEditForm::actions in core/modules/search/src/Form/SearchPageEditForm.php
Returns an array of supported actions for the current entity form.
SearchPageEditForm::save in core/modules/search/src/Form/SearchPageEditForm.php
Form submission handler for the 'save' action.
SearchPageForm::buildForm in core/modules/search/src/Form/SearchPageForm.php
Form constructor.
SearchPageFormBase::form in core/modules/search/src/Form/SearchPageFormBase.php
Gets the actual form array to be built.
SearchPageFormBase::validateForm in core/modules/search/src/Form/SearchPageFormBase.php
Form validation handler.
SearchPageListBuilder::buildForm in core/modules/search/src/SearchPageListBuilder.php
Form constructor.
SearchPageListBuilder::buildHeader in core/modules/search/src/SearchPageListBuilder.php
Builds the header row for the entity listing.
SearchPageListBuilder::buildRow in core/modules/search/src/SearchPageListBuilder.php
Builds a row for an entity in the entity listing.
SearchPageListBuilder::getDefaultOperations in core/modules/search/src/SearchPageListBuilder.php
Gets this list's default operations.
SearchPageListBuilder::submitForm in core/modules/search/src/SearchPageListBuilder.php
Form submission handler.
SearchPageListBuilder::validateAddSearchPage in core/modules/search/src/SearchPageListBuilder.php
Form validation handler for adding a new search page.
SelectProfileForm::buildForm in core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
Form constructor.
SerializationHooks::help in core/modules/serialization/src/Hook/SerializationHooks.php
Implements hook_help().
SessionTestController::get in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Prints the stored session value to the screen.
SessionTestController::getFromSessionObject in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Prints the stored session value to the screen.
SessionTestController::hasSessionBagFlag in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Prints a message if the flag in the session bag is set.
SessionTestController::isLoggedIn in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Only available if current user is logged in.
SessionTestController::noSet in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Turns off session saving and then tries to save a value anyway.
SessionTestController::set in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Stores a value in $_SESSION['session_test_value'].
SessionTestController::setMessage in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Sets a message to me displayed on the following page.
SetCustomize::actions in core/modules/shortcut/src/Form/SetCustomize.php
Returns an array of supported actions for the current entity form.
SetCustomize::form in core/modules/shortcut/src/Form/SetCustomize.php
Gets the actual form array to be built.
SetCustomize::save in core/modules/shortcut/src/Form/SetCustomize.php
Form submission handler for the 'save' action.
SettingsForm::buildForm in core/modules/media_library/src/Form/SettingsForm.php
Form constructor.
SettingsForm::buildForm in core/modules/navigation/src/Form/SettingsForm.php
Form constructor.
SettingsForm::submitForm in core/modules/navigation/src/Form/SettingsForm.php
Form submission handler.
SettingsForm::validateForm in core/modules/navigation/src/Form/SettingsForm.php
Form validation handler.
SettingsTrayFormAnnotationIsClassBlockForm::buildConfigurationForm in core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php
Form constructor.
SettingsTrayHooks::contextualLinksViewAlter in core/modules/settings_tray/src/Hook/SettingsTrayHooks.php
Implements hook_contextual_links_view_alter().
SettingsTrayHooks::help in core/modules/settings_tray/src/Hook/SettingsTrayHooks.php
Implements hook_help().
SettingsValidator::validate in core/modules/package_manager/src/Validator/SettingsValidator.php
Checks that Drupal's settings are valid for Package Manager.
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.
ShortcutHooks::help in core/modules/shortcut/src/Hook/ShortcutHooks.php
Implements hook_help().
ShortcutHooks::toolbar in core/modules/shortcut/src/Hook/ShortcutHooks.php
Implements hook_toolbar().
ShortcutLazyBuilders::lazyLinks in core/modules/shortcut/src/ShortcutLazyBuilders.php
#lazy_builder callback; builds shortcut toolbar links.
ShortcutResourceTestBase::createEntity in core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
Creates the entity to be tested.
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.
ShortcutSetListBuilder::buildHeader in core/modules/shortcut/src/ShortcutSetListBuilder.php
Builds the header row for the entity listing.
ShortcutSetListBuilder::getDefaultOperations in core/modules/shortcut/src/ShortcutSetListBuilder.php
Gets this list's default operations.
SiteConfigureForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form constructor.
SiteConfigureForm::submitForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form submission handler.
SiteInformationForm::buildForm in core/modules/system/src/Form/SiteInformationForm.php
Form constructor.
SiteInformationForm::validateForm in core/modules/system/src/Form/SiteInformationForm.php
Form validation handler.
SiteMaintenanceModeForm::buildForm in core/modules/system/src/Form/SiteMaintenanceModeForm.php
Form constructor.
SiteSettingsForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Form constructor.
SmartDefaultSettings::addTagsToSourceEditing in core/modules/ckeditor5/src/SmartDefaultSettings.php
SmartDefaultSettings::computeSmartDefaultSettings in core/modules/ckeditor5/src/SmartDefaultSettings.php
Computes the closest possible equivalent settings for switching to CKEditor 5.
SqliteHooks::help in core/modules/sqlite/src/Hook/SqliteHooks.php
Implements hook_help().
StageBase::getFailureMarkerMessage in core/modules/package_manager/src/StageBase.php
Returns the failure marker message.
StageBase::storeDestroyInfo in core/modules/package_manager/src/StageBase.php
Stores information about the stage when it is destroyed.
StageBaseTest::testTempStoreMessageExpired in core/modules/package_manager/tests/src/Kernel/StageBaseTest.php
Tests exception message once temp store message has expired.
StagedDBUpdateValidator::checkForStagedDatabaseUpdates in core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php
Checks that the staged update does not have changes to its install files.
StageEventsTest::testAddResult in core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
Tests adding validation results to events.
StageEventsTest::testValidationResults in core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
Tests that an exception is thrown if an event has validation results.
StageNotInActiveValidator::validate in core/modules/package_manager/src/Validator/StageNotInActiveValidator.php
Check if staging root is a subdirectory of active.
StatisticsPopularBlock::blockForm in core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::build in core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
Builds and returns the renderable array for this block plugin.
StatisticsSettingsForm::buildForm in core/modules/statistics/src/StatisticsSettingsForm.php
Form constructor.
StringItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php
Gets a list of validation constraints.
StringItem::storageSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php
Returns a form for the storage-level settings.
SupportedReleaseValidator::validate in core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
Checks that the packages are secure and supported.
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.
SymlinkValidatorTest::testAbsoluteSymlinks in core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
Tests that symlinks with absolute paths are not supported.
SymlinkValidatorTest::testHardLinks in core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
Tests that hard links are not supported.
SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot in core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
Tests that relative symlinks cannot point outside the project root.
SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory in core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
Tests that relative symlinks cannot point outside the stage directory.
SymlinkValidatorTest::testSymlinksNotAllowedOnWindows in core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
Tests that symlinks are not supported on Windows, even if they're safe.
SyslogHooks::formSystemLoggingSettingsAlter in core/modules/syslog/src/Hook/SyslogHooks.php
Implements hook_form_FORM_ID_alter().
SyslogHooks::help in core/modules/syslog/src/Hook/SyslogHooks.php
Implements hook_help().
SystemBrandingBlock::blockForm in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingBlock::build in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
Builds and returns the renderable array for this block plugin.
SystemBrandingOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
Form constructor.
SystemConfigSubscriber::onConfigImporterValidateNotEmpty in core/modules/system/src/SystemConfigSubscriber.php
Checks that the configuration synchronization is valid.
SystemConfigSubscriber::onConfigImporterValidateSiteUUID in core/modules/system/src/SystemConfigSubscriber.php
Checks that the configuration synchronization is valid.
SystemController::overview in core/modules/system/src/Controller/SystemController.php
Provide the administration overview page.
SystemController::themesPage in core/modules/system/src/Controller/SystemController.php
Returns a theme listing which excludes obsolete themes.
SystemHooks::filetransferInfo in core/modules/system/src/Hook/SystemHooks.php
Implements hook_filetransfer_info().
SystemHooks::help in core/modules/system/src/Hook/SystemHooks.php
Implements hook_help().
SystemHooks::pageTop in core/modules/system/src/Hook/SystemHooks.php
Implements hook_page_top().
SystemHooks::updaterInfo in core/modules/system/src/Hook/SystemHooks.php
Implements hook_updater_info().
SystemInfoController::php in core/modules/system/src/Controller/SystemInfoController.php
Returns the contents of phpinfo().
SystemManager::getBlockContents in core/modules/system/src/SystemManager.php
Loads the contents of a menu block.
SystemMenuBlock::blockForm in core/modules/system/src/Plugin/Block/SystemMenuBlock.php
SystemMenuOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemMenuOffCanvasForm.php
Form constructor.
SystemPoweredByBlock::build in core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
Builds and returns the renderable array for this block plugin.
SystemTestController::mainContentFallback in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Tests main content fallback.
SystemTestController::messengerServiceTest in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Tests setting messages and removing one before it is displayed.
SystemTestController::setHeader in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Sets a header.
SystemTestHooks::filetransferInfo in core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php
Implements hook_filetransfer_info().
SystemTestHooks::help in core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php
Implements hook_help().
SystemTestHooks::modulesInstalled in core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php
Implements hook_modules_installed().
SystemTestHooks::modulesUninstalled in core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php
Implements hook_modules_uninstalled().
SystemTestHooks::pageAttachments in core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php
Implements hook_page_attachments().
SystemTokensHooks::tokenInfo in core/modules/system/src/Hook/SystemTokensHooks.php
Implements hook_token_info().
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.
Tasks::checkBinaryOutput in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Check Binary Output.
Tasks::checkEncoding in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Check encoding is UTF8.
Tasks::checkExtensions in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Generic function to check postgresql extensions.
Tasks::checkStandardConformingStrings in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Ensures standard_conforming_strings setting is 'on'.
Tasks::connect in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Checks if we can connect to the database.
Tasks::connect in core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Checks if we can connect to the database.
Tasks::connect in core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
Checks if we can connect to the database.
Tasks::ensureInnoDbAvailable in core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
Ensure that InnoDB is available.
Tasks::getFormOptions in core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Returns driver specific configuration options.
Tasks::getFormOptions in core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
Returns driver specific configuration options.
Tasks::initializeDatabase in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Make PostgreSQL Drupal friendly.
Tasks::name in core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysql/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysqlDeprecatedVersion/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
Returns the human-readable name of the driver.
TaxonomyHooks::entityOperation in core/modules/taxonomy/src/Hook/TaxonomyHooks.php
Implements hook_entity_operation().
TaxonomyHooks::help in core/modules/taxonomy/src/Hook/TaxonomyHooks.php
Implements hook_help().
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.
TaxonomyTokensHooks::tokenInfo in core/modules/taxonomy/src/Hook/TaxonomyTokensHooks.php
Implements hook_token_info().
TaxonomyViewsHooks::viewsDataAlter in core/modules/taxonomy/src/Hook/TaxonomyViewsHooks.php
Implements hook_views_data_alter().
TelephoneHooks::help in core/modules/telephone/src/Hook/TelephoneHooks.php
Implements hook_help().
TelephoneItem::getConstraints in core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php
Gets a list of validation constraints.
TemporaryStream::getDescription in core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Returns the description of the stream wrapper for use in the UI.
TemporaryStream::getName in core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Returns the name of the stream wrapper for use in the UI.
TermBreadcrumbBuilder::build in core/modules/taxonomy/src/TermBreadcrumbBuilder.php
Builds the breadcrumb.
TermForm::actions in core/modules/taxonomy/src/TermForm.php
Returns an array of supported actions for the current entity form.
TermForm::form in core/modules/taxonomy/src/TermForm.php
Gets the actual form array to be built.
TermForm::save in core/modules/taxonomy/src/TermForm.php
Form submission handler for the 'save' action.
TermForm::validateForm in core/modules/taxonomy/src/TermForm.php
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…
TermRouteContext::getAvailableContexts in core/modules/taxonomy/src/ContextProvider/TermRouteContext.php
Gets all available contexts for the purposes of configuration.
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.
TestAjaxBlock::blockForm in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
TestAjaxBlock::build in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
Builds and returns the renderable array for this block plugin.
TestAttributesBlock::build in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAttributesBlock.php
Builds and returns the renderable array for this block plugin.
TestBlockInstantiation::blockForm in core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
TestClass::onKernelRequestTest in core/modules/system/tests/modules/service_provider_test/src/TestClass.php
A simple kernel listener method.
TestController::containerReset in core/modules/system/tests/modules/container_rebuild_test/src/TestController.php
Resets the container.
TestController::modal in core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php
Renders a link to open the /admin/content view in a modal dialog.
TestForm::buildForm in core/modules/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.
TestFormApiFormBlock::buildForm in core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php
Form constructor.
TestItem::fieldSettingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Returns a form for the field-level settings.
TestItem::getConstraints in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Gets a list of validation constraints.
TestItem::storageSettingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Returns a form for the storage-level settings.
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.
TestPageTestController::testPage in core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php
Returns a test page and sets the title.
TestPageTestController::testPageVarDump in core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php
Returns a test page and with the call to the dump() function.
TestSettingsValidationBlock::blockValidate in core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php
TestTasksSettingsSub1::getTitle in core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php
Returns the localized title to be shown for this tab.
TextFieldItemList::defaultValuesFormValidate in core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php
Validates the submitted default value.
TextHooks::help in core/modules/text/src/Hook/TextHooks.php
Implements hook_help().
TextItem::getConstraints in core/modules/text/src/Plugin/Field/FieldType/TextItem.php
Gets a list of validation constraints.
TextItem::storageSettingsForm in core/modules/text/src/Plugin/Field/FieldType/TextItem.php
Returns a form for the storage-level settings.
TextItemBase::fieldSettingsForm in core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php
Returns a form for the field-level settings.
TextWithSummaryItem::fieldSettingsForm in core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
Returns a form for the field-level settings.
TextWithSummaryItem::getConstraints in core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
Gets a list of validation constraints.
ThemeAdminForm::buildForm in core/modules/system/src/Form/ThemeAdminForm.php
Form constructor.
ThemeController::install in core/modules/system/src/Controller/ThemeController.php
Installs a theme.
ThemeController::setDefaultTheme in core/modules/system/src/Controller/ThemeController.php
Set the default theme.
ThemeController::uninstall in core/modules/system/src/Controller/ThemeController.php
Uninstalls a theme.
ThemeExperimentalConfirmForm::buildForm in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Form constructor.
ThemeExperimentalConfirmForm::getConfirmText in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Returns a caption for the button that confirms the action.
ThemeExperimentalConfirmForm::getDescription in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Returns additional text to display as a description.
ThemeExperimentalConfirmForm::getQuestion in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Returns the question to ask the user.
ThemeExperimentalConfirmForm::submitForm in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Form submission handler.
ThemeSettingsForm::buildForm in core/modules/system/src/Form/ThemeSettingsForm.php
ThemeSettingsForm::validateForm in core/modules/system/src/Form/ThemeSettingsForm.php
Form validation handler.
TitleResolver::getTitle in core/lib/Drupal/Core/Controller/TitleResolver.php
Returns a static or dynamic title for the route.
TokenHooks::tokenInfo in core/modules/file/src/Hook/TokenHooks.php
Implements hook_token_info().
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarHooks::help in core/modules/toolbar/src/Hook/ToolbarHooks.php
Implements hook_help().
ToolbarHooks::toolbar in core/modules/toolbar/src/Hook/ToolbarHooks.php
Implements hook_toolbar().
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.
TrackerController::buildContent in core/modules/tracker/src/Controller/TrackerController.php
Builds content for the tracker controllers.
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.
TranslationsStream::getDescription in core/modules/locale/src/StreamWrapper/TranslationsStream.php
Returns the description of the stream wrapper for use in the UI.
TranslationsStream::getName in core/modules/locale/src/StreamWrapper/TranslationsStream.php
Returns the name of the stream wrapper for use in the UI.
TranslationStatusForm::buildForm in core/modules/locale/src/Form/TranslationStatusForm.php
Form builder for displaying the current translation status.
TranslationStatusForm::createInfoString in core/modules/locale/src/Form/TranslationStatusForm.php
Provides debug info for projects in case translation files are not found.
TranslationStatusForm::prepareUpdateData in core/modules/locale/src/Form/TranslationStatusForm.php
Prepare information about projects with available translation updates.
TranslationStatusForm::validateForm in core/modules/locale/src/Form/TranslationStatusForm.php
Form validation handler.
TreeConfigTargetForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
Form constructor.
TreeConfigTargetForm::updateOptions in core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
Updates the options of a select list.
TwigExtensionTestController::testFilterRender in core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php
Menu callback for testing Twig filters in a Twig template.
TypedDataTest::testTypedDataValidation in core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php
Tests typed data validation.
UnapprovedComments::getTitle in core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php
Returns the localized title to be shown for this tab.
UnknownPathExcluder::logExcludedPaths in core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php
Logs the paths that will be excluded from stage operations.
UpdateHooks::help in core/modules/update/src/Hook/UpdateHooks.php
Implements hook_help().
UpdateHooks::mail in core/modules/update/src/Hook/UpdateHooks.php
Implements hook_mail().
UpdateHooks::verifyUpdateArchive in core/modules/update/src/Hook/UpdateHooks.php
Implements hook_verify_update_archive().
UpdateManager::fetchDataBatch in core/modules/update/src/UpdateManager.php
UpdateManagerInstall::buildForm in core/modules/update/src/Form/UpdateManagerInstall.php
Form constructor.
UpdateManagerInstall::submitForm in core/modules/update/src/Form/UpdateManagerInstall.php
Form submission handler.
UpdateManagerInstall::validateForm in core/modules/update/src/Form/UpdateManagerInstall.php
Form validation handler.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.
UpdateManagerUpdate::validateForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form validation handler.
Updater::prepareInstallDirectory in core/lib/Drupal/Core/Updater/Updater.php
Makes sure the installation parent directory exists and is writable.
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.
UpdateScriptTestHooks::cacheFlush in core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestHooks.php
Implements hook_cache_flush().
UpdateSettingsForm::buildForm in core/modules/update/src/UpdateSettingsForm.php
Form constructor.
UpdateSettingsForm::formatMultipleViolationsMessage in core/modules/update/src/UpdateSettingsForm.php
Formats multiple violation messages associated with a single form element.
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…
UserController::confirmCancel in core/modules/user/src/Controller/UserController.php
Confirms cancelling a user account via an email link.
UserController::determineErrorRedirect in core/modules/user/src/Controller/UserController.php
Validates user, hash, and timestamp.
UserController::resetPass in core/modules/user/src/Controller/UserController.php
Redirects to the user password reset form.
UserController::resetPassLogin in core/modules/user/src/Controller/UserController.php
Validates user, hash, and timestamp; logs the user in if correct.
UserHooks::entityExtraFieldInfo in core/modules/user/src/Hook/UserHooks.php
Implements hook_entity_extra_field_info().
UserHooks::entityOperation in core/modules/user/src/Hook/UserHooks.php
Implements hook_entity_operation().
UserHooks::formSystemRegionalSettingsAlter in core/modules/user/src/Hook/UserHooks.php
Implements hook_form_FORM_ID_alter() for \Drupal\system\Form\RegionalForm.
UserHooks::help in core/modules/user/src/Hook/UserHooks.php
Implements hook_help().
UserHooks::toolbar in core/modules/user/src/Hook/UserHooks.php
Implements hook_toolbar().
UserHooks::userLogin in core/modules/user/src/Hook/UserHooks.php
Implements hook_user_login().
UserHooks::userRoleInsert in core/modules/user/src/Hook/UserHooks.php
Implements hook_ENTITY_TYPE_insert() for user_role entities.
UserHooks::userView in core/modules/user/src/Hook/UserHooks.php
Implements hook_ENTITY_TYPE_view() for user entities.
UserLanguageTestForm::buildForm in core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php
Form constructor.
UserLazyBuilder::userOperationLinks in core/modules/navigation/src/UserLazyBuilder.php
Returns the user operation links in navigation expected format.
UserListBuilder::buildHeader in core/modules/user/src/UserListBuilder.php
Builds the header row for the entity listing.
UserListBuilder::buildRow in core/modules/user/src/UserListBuilder.php
Builds a row for an entity in the entity listing.
UserListBuilder::render in core/modules/user/src/UserListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
UserLocalTask::getDerivativeDefinitions in core/modules/user/src/Plugin/Derivative/UserLocalTask.php
Gets the definition of all derivatives of a base plugin.
UserLoginBlock::build in core/modules/user/src/Plugin/Block/UserLoginBlock.php
Builds and returns the renderable array for this block plugin.
UserLoginForm::buildForm in core/modules/user/src/Form/UserLoginForm.php
Form constructor.
UserLoginForm::validateAuthentication in core/modules/user/src/Form/UserLoginForm.php
Checks supplied username/password against local users table.
UserLoginForm::validateFinal in core/modules/user/src/Form/UserLoginForm.php
Checks if user was not authenticated, or if too many logins were attempted.
UserLogoutConfirm::getConfirmText in core/modules/user/src/Form/UserLogoutConfirm.php
Returns a caption for the button that confirms the action.
UserLogoutConfirm::getDescription in core/modules/user/src/Form/UserLogoutConfirm.php
Returns additional text to display as a description.
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.
UserPasswordForm::buildForm in core/modules/user/src/Form/UserPasswordForm.php
Form constructor.
UserPasswordForm::submitForm in core/modules/user/src/Form/UserPasswordForm.php
Form submission handler.
UserPasswordForm::validateForm in core/modules/user/src/Form/UserPasswordForm.php
Form validation handler.
UserPasswordResetForm::buildForm in core/modules/user/src/Form/UserPasswordResetForm.php
UserPermissionsForm::buildForm in core/modules/user/src/Form/UserPermissionsForm.php
Form constructor.
UserPermissionsForm::submitForm in core/modules/user/src/Form/UserPermissionsForm.php
Form submission handler.
UserTokensHooks::tokenInfo in core/modules/user/src/Hook/UserTokensHooks.php
Implements hook_token_info().
UserTokensHooks::tokens in core/modules/user/src/Hook/UserTokensHooks.php
Implements hook_tokens().
UserViewsData::getViewsData in core/modules/user/src/UserViewsData.php
Returns views data for the entity type.
UserViewsHooks::viewsPluginsArgumentValidatorAlter in core/modules/user/src/Hook/UserViewsHooks.php
Implements hook_views_plugins_argument_validator_alter().
VersionHistoryController::buildDeleteRevisionLink in core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
Builds a link to delete an entity revision.
VersionHistoryController::buildRevertRevisionLink in core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
Builds a link to revert an entity revision.
VersionHistoryController::buildRow in core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
Builds a table row for a revision.
VersionHistoryController::getRevisionDescription in core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
Get a description of the revision.
VersionHistoryController::revisionOverview in core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
Generates an overview table of revisions of an entity.
View::addDisplay in core/modules/views/src/Entity/View.php
Adds a new display handler to the view, automatically creating an ID.
ViewAddForm::actions in core/modules/views_ui/src/ViewAddForm.php
Returns an array of supported actions for the current entity form.
ViewAddForm::form in core/modules/views_ui/src/ViewAddForm.php
Gets the actual form array to be built.
ViewAddForm::submitForm in core/modules/views_ui/src/ViewAddForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
ViewDuplicateForm::actions in core/modules/views_ui/src/ViewDuplicateForm.php
Returns an array of supported actions for the current entity form.
ViewDuplicateForm::form in core/modules/views_ui/src/ViewDuplicateForm.php
Gets the actual form array to be built.
ViewEditForm::actions in core/modules/views_ui/src/ViewEditForm.php
Returns an array of supported actions for the current entity form.
ViewEditForm::form in core/modules/views_ui/src/ViewEditForm.php
Gets the actual form array to be built.
ViewEditForm::getDisplayDetails in core/modules/views_ui/src/ViewEditForm.php
Helper function to get the display details section of the edit UI.
ViewEditForm::getDisplayTab in core/modules/views_ui/src/ViewEditForm.php
Returns a renderable array representing the edit page for one display.
ViewEditForm::getFormBucket in core/modules/views_ui/src/ViewEditForm.php
Add information about a section to a display.
ViewEditForm::renderDisplayTop in core/modules/views_ui/src/ViewEditForm.php
Render the top of the display so it can be updated during ajax operations.
ViewEditForm::save in core/modules/views_ui/src/ViewEditForm.php
Form submission handler for the 'save' action.
ViewEditForm::validateForm in core/modules/views_ui/src/ViewEditForm.php
Form validation handler.
ViewFormBase::getDisplayLabel in core/modules/views_ui/src/ViewFormBase.php
Placeholder function for overriding $display['display_title'].
ViewFormBase::getDisplayTabs in core/modules/views_ui/src/ViewFormBase.php
Adds tabs for navigating across Displays when editing a View.
ViewListBuilder::buildHeader in core/modules/views_ui/src/ViewListBuilder.php
Builds the header row for the entity listing.
ViewListBuilder::getDefaultOperations in core/modules/views_ui/src/ViewListBuilder.php
Gets this list's default operations.
ViewListBuilder::render in core/modules/views_ui/src/ViewListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
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
ViewsData::getViewsData in core/modules/content_moderation/src/ViewsData.php
Returns the views data.
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.
ViewsHooks::help in core/modules/views/src/Hook/ViewsHooks.php
Implements hook_help().
ViewsMenuLinkForm::buildConfigurationForm in core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php
Form constructor.
ViewsSelection::buildConfigurationForm in core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
Form constructor.
ViewsSelection::initializeView in core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
Initializes a view.
ViewsTestDataErrorForm::buildForm in core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php
Form constructor.
ViewsTestDataErrorForm::validateForm in core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php
Form validation handler.
ViewsTokensHooks::tokenInfo in core/modules/views/src/Hook/ViewsTokensHooks.php
Implements hook_token_info().
ViewsUIController::reportFields in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all instances of fields on any views.
ViewsUIController::reportPlugins in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all plugins and what enabled Views use them.
ViewsUiHooks::entityOperation in core/modules/views_ui/src/Hook/ViewsUiHooks.php
Implements hook_entity_operation().
ViewsUiHooks::help in core/modules/views_ui/src/Hook/ViewsUiHooks.php
Implements hook_help().
ViewsUiHooks::viewsAnalyze in core/modules/views_ui/src/Hook/ViewsUiHooks.php
Implements hook_views_analyze().
ViewsViewsHooks::fieldViewsData in core/modules/views/src/Hook/ViewsViewsHooks.php
Implements hook_field_views_data().
ViewsViewsHooks::viewsData in core/modules/views/src/Hook/ViewsViewsHooks.php
Implements hook_views_data().
ViewUI::cacheSet in core/modules/views_ui/src/ViewUI.php
Sets a cached view object in the shared tempstore.
ViewUI::getStandardButtons in core/modules/views_ui/src/ViewUI.php
Provides a standard set of Apply/Cancel/OK buttons for the forms.
ViewUI::renderPreview in core/modules/views_ui/src/ViewUI.php
VocabularyForm::form in core/modules/taxonomy/src/VocabularyForm.php
Gets the actual form array to be built.
VocabularyForm::save in core/modules/taxonomy/src/VocabularyForm.php
Form submission handler for the 'save' action.
VocabularyListBuilder::buildForm in core/modules/taxonomy/src/VocabularyListBuilder.php
Form constructor.
VocabularyListBuilder::buildHeader in core/modules/taxonomy/src/VocabularyListBuilder.php
Builds the header row for the entity listing.
VocabularyListBuilder::getDefaultOperations in core/modules/taxonomy/src/VocabularyListBuilder.php
Gets this list's default operations.
VocabularyListBuilder::render in core/modules/taxonomy/src/VocabularyListBuilder.php
Builds a listing of entities for the given entity type.
VocabularyListBuilder::submitForm in core/modules/taxonomy/src/VocabularyListBuilder.php
Form submission handler.
VocabularyResetForm::getConfirmText in core/modules/taxonomy/src/Form/VocabularyResetForm.php
Returns a caption for the button that confirms the action.
VocabularyResetForm::getDescription in core/modules/taxonomy/src/Form/VocabularyResetForm.php
Returns additional text to display as a description.
VocabularyResetForm::getQuestion in core/modules/taxonomy/src/Form/VocabularyResetForm.php
Returns the question to ask the user.
VocabularyResetForm::submitForm in core/modules/taxonomy/src/Form/VocabularyResetForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
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.
WorkflowsHooks::help in core/modules/workflows/src/Hook/WorkflowsHooks.php
Implements hook_help().
WorkflowStateAddForm::actions in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Returns an array of supported actions for the current entity form.
WorkflowStateAddForm::form in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Gets the actual form array to be built.
WorkflowStateAddForm::save in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Form submission handler for the 'save' action.
WorkflowStateDeleteForm::buildForm in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Form constructor.
WorkflowStateDeleteForm::getConfirmText in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Returns a caption for the button that confirms the action.
WorkflowStateDeleteForm::getQuestion in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Returns the question to ask the user.
WorkflowStateDeleteForm::submitForm in core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
Form submission handler.
WorkflowStateEditForm::actions in core/modules/workflows/src/Form/WorkflowStateEditForm.php
Returns an array of supported actions for the current entity form.
WorkflowStateEditForm::form in core/modules/workflows/src/Form/WorkflowStateEditForm.php
Gets the actual form array to be built.
WorkflowStateEditForm::save in core/modules/workflows/src/Form/WorkflowStateEditForm.php
Form submission handler for the 'save' action.
WorkflowTransitionAddForm::actions in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Returns an array of supported actions for the current entity form.
WorkflowTransitionAddForm::form in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Gets the actual form array to be built.
WorkflowTransitionAddForm::save in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Form submission handler for the 'save' action.
WorkflowTransitionAddForm::validateForm in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Form validation handler.
WorkflowTransitionDeleteForm::getConfirmText in core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
Returns a caption for the button that confirms the action.
WorkflowTransitionDeleteForm::getQuestion in core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
Returns the question to ask the user.
WorkflowTransitionDeleteForm::submitForm in core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
Form submission handler.
WorkflowTransitionEditForm::actions in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Returns an array of supported actions for the current entity form.
WorkflowTransitionEditForm::form in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Gets the actual form array to be built.
WorkflowTransitionEditForm::save in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Form submission handler for the 'save' action.
WorkflowTransitionEditForm::validateForm in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Form validation handler.
WorkspaceAccessControlHandler::checkAccess in core/modules/workspaces/src/WorkspaceAccessControlHandler.php
Performs access checks.
WorkspaceActivateForm::getDescription in core/modules/workspaces/src/Form/WorkspaceActivateForm.php
Returns additional text to display as a description.
WorkspaceActivateForm::getQuestion in core/modules/workspaces/src/Form/WorkspaceActivateForm.php
Returns the question to ask the user.
WorkspaceActivateForm::submitForm in core/modules/workspaces/src/Form/WorkspaceActivateForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
WorkspaceForm::actions in core/modules/workspaces/src/Form/WorkspaceForm.php
Returns an array of supported actions for the current entity form.
WorkspaceForm::activate in core/modules/workspaces/src/Form/WorkspaceForm.php
Form submission handler for the 'submit' action.
WorkspaceForm::form in core/modules/workspaces/src/Form/WorkspaceForm.php
Gets the actual form array to be built.
WorkspaceForm::save in core/modules/workspaces/src/Form/WorkspaceForm.php
Form submission handler for the 'save' action.
WorkspaceListBuilder::buildHeader in core/modules/workspaces/src/WorkspaceListBuilder.php
Builds the header row for the entity listing.
WorkspaceListBuilder::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.
WorkspacePublisher::getTargetLabel in core/modules/workspaces/src/WorkspacePublisher.php
Returns the human-readable label of the target.
WorkspacePublishForm::buildForm in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Form constructor.
WorkspacePublishForm::getDescription in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Returns additional text to display as a description.
WorkspacePublishForm::getQuestion in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Returns the question to ask the user.
WorkspacePublishForm::submitForm in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Form submission handler.
WorkspacesHooks::help in core/modules/workspaces/src/Hook/WorkspacesHooks.php
Implements hook_help().
WorkspacesHtmlEntityFormController::getContentResult in core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php
Invokes the form and returns the result.
WorkspacesLazyBuilder::renderNavigationLinks in core/modules/navigation/src/WorkspacesLazyBuilder.php
Lazy builder callback for rendering navigation links.
WorkspacesLazyBuilders::renderToolbarTab in core/modules/workspaces/src/WorkspacesLazyBuilders.php
Lazy builder callback for rendering the workspace toolbar tab.
WorkspacesUiHooks::help in core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php
Implements hook_help().
WorkspacesUiHooks::toolbar in core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php
Implements hook_toolbar().
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.
WritableFileSystemValidator::validate in core/modules/package_manager/src/Validator/WritableFileSystemValidator.php
Checks that the file system is writable.
XssUnitTest::testT in core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php
Tests t() functionality.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.