You are here
660 calls to Url::fromRoute() in Drupal 10
- AccessDeniedSubscriber::onException in core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php
- Redirects users when access is denied.
- 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.
- ActionFormAjaxTest::testActionConfigurationWithAjax in core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php
- Tests action plugins with AJAX save their configuration.
- action_help in core/modules/action/action.module
- Implements hook_help().
- AddFormBase::buildForm in core/modules/media_library/src/Form/AddFormBase.php
- Form constructor.
- AjaxFileManagedMultipleTest::testMultipleFilesUpload in core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php
- Tests if managed file form element works well with multiple files upload.
- AjaxFormCacheTest::testFormCacheUsage in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
- Tests the usage of form cache for AJAX forms.
- AjaxFormCacheTest::testQueryString in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
- Tests AJAX forms on pages with a query string.
- AjaxTestController::dialog in core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
- Returns a render array of form elements and links for dialog.
- AjaxTestController::dialogContents in core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
- Example content for dialog testing.
- AjaxTestController::insertLinksBlockWrapper in core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
- Returns a render array of links that directly Drupal.ajax().
- AjaxTestController::insertLinksInlineWrapper in core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
- Returns a render array of links that directly Drupal.ajax().
- AjaxTestForm::buildForm in core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php
- Form constructor.
- AssertBreadcrumbTrait::assertBreadcrumbParts in core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php
- Assert that a trail exists in the internal browser.
- authorize.php in core/authorize.php
- Administrative script for running authorized file operations.
- automated_cron_help in core/modules/automated_cron/automated_cron.module
- Implements hook_help().
- BanAdmin::buildForm in core/modules/ban/src/Form/BanAdmin.php
- ban_help in core/modules/ban/ban.module
- Implements hook_help().
- BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests http basic authentication.
- BasicAuthTest::testCacheabilityOf401Response in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests the cacheability of the Basic Auth 401 response.
- BasicAuthTest::testGlobalLoginFloodControl in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests the global login flood control.
- BasicAuthTest::testLocale in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests compatibility with locale/UI translation.
- BasicAuthTest::testPerUserLoginFloodControl in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests the per-user login flood control.
- BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests if a comprehensive message is displayed when the route is denied.
- BasicTest::testViewsWizardAndListing in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
- basic_auth_help in core/modules/basic_auth/basic_auth.module
- Implements hook_help().
- batch_process in core/includes/form.inc
- Processes the batch.
- BigPipePlaceholderTestCases::cases in core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
- Gets all BigPipe placeholder test cases.
- BigPipeRegressionTest::testMessages_2712935 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
- Ensure messages set in placeholders always appear.
- BigPipeRegressionTest::testMultipleClosingBodies_2678662 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
- Ensure BigPipe works despite inline JS containing the string "</body>".
- BigPipeRegressionTest::testPlaceholderInParagraph_2802923 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
- Ensure default BigPipe placeholder HTML cannot split paragraphs.
- BigPipeTest::testBigPipe in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe-delivered HTML responses when JavaScript is enabled.
- BigPipeTest::testBigPipeMultiOccurrencePlaceholders in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe with a multi-occurrence placeholder.
- BigPipeTest::testBigPipeNoJs in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe-delivered HTML responses when JavaScript is disabled.
- BigPipeTest::testNoJsDetection in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe's no-JS detection.
- big_pipe_page_attachments in core/modules/big_pipe/big_pipe.module
- Implements hook_page_attachments().
- Block::buildOptionsForm in core/modules/views/src/Plugin/views/display/Block.php
- Provide the default form for setting options.
- BlockContentAddLocalAction::getOptions in core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php
- Returns options for rendering a link for the local action.
- BlockContentController::add in core/modules/block_content/src/Controller/BlockContentController.php
- Displays add custom block links for available types.
- BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
- Tests editing a block type using the UI.
- BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
- Tests that redirects work as expected when multiple block types exist.
- BlockDeleteForm::getDescription in core/modules/block/src/Form/BlockDeleteForm.php
- Returns additional text to display as a description.
- 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.
- BlockTest::testAddBlockFromLibraryWithWeight in core/modules/block/tests/src/Functional/BlockTest.php
- Tests adding a block from the library page with a weight query string.
- BlockTest::testBlockCacheTags in core/modules/block/tests/src/Functional/BlockTest.php
- Tests that cache tags are properly set and bubbled up to the page cache.
- BlockXssTest::doBlockContentTest in core/modules/block/tests/src/Functional/BlockXssTest.php
- Tests XSS coming from Block Content block info.
- BlockXssTest::doMenuTest in core/modules/block/tests/src/Functional/BlockXssTest.php
- Tests XSS coming from Menu block labels.
- BlockXssTest::doViewTest in core/modules/block/tests/src/Functional/BlockXssTest.php
- Tests XSS coming from View block labels.
- BlockXssTest::testBlockXss in core/modules/block/tests/src/Functional/BlockXssTest.php
- Tests various modules that provide blocks for XSS.
- BlockXssTest::testNoUnexpectedEscaping in core/modules/block/tests/src/Functional/BlockXssTest.php
- Tests that nothing is escaped other than the blocks explicitly tested.
- BlockXssTest::testXssInCategory in core/modules/block/tests/src/Functional/BlockXssTest.php
- Tests XSS in category.
- block_content_help in core/modules/block_content/block_content.module
- Implements hook_help().
- block_help in core/modules/block/block.module
- Implements hook_help().
- block_page_top in core/modules/block/block.module
- Implements hook_page_top().
- BookController::adminOverview in core/modules/book/src/Controller/BookController.php
- Returns an administrative overview of all books.
- BookTestTrait::checkBookNode in core/modules/book/tests/src/Functional/BookTestTrait.php
- Checks the outline of sub-pages; previous, up, and next.
- book_help in core/modules/book/book.module
- Implements hook_help().
- book_node_links_alter in core/modules/book/book.module
- Implements hook_node_links_alter().
- BreadcrumbTest::testSetLinks in core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php
- @covers ::setLinks
- BrowserTestBase::installDrupal in core/tests/Drupal/Tests/BrowserTestBase.php
- Installs Drupal into the test site.
- BrowserTestBaseTest::testGoTo in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests basic page test.
- BrowserTestBaseTest::testPageContainsNoDuplicateId in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests pageContainsNoDuplicateId() functionality.
- CacheTestController::urlBubbling in core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php
- Early renders a URL to test bubbleable metadata bubbling.
- ChooseBlockController::build in core/modules/layout_builder/src/Controller/ChooseBlockController.php
- Provides the UI for choosing a new block.
- ChooseBlockController::getBlockLinks in core/modules/layout_builder/src/Controller/ChooseBlockController.php
- Gets a render array of block links.
- ChooseBlockController::inlineBlockList in core/modules/layout_builder/src/Controller/ChooseBlockController.php
- Provides the UI for choosing a new inline block.
- ChooseSectionController::build in core/modules/layout_builder/src/Controller/ChooseSectionController.php
- Choose a layout plugin to add as a section.
- CKEditor5DialogTestController::testDialog in core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php
- Returns a link that can open a node add form in an modal dialog.
- CKEditor5OffCanvasTestController::testOffCanvas in core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5OffCanvasTestController.php
- Returns a link that can open a node add form in an off-canvas dialog.
- ckeditor5_help in core/modules/ckeditor5/ckeditor5.module
- Implements hook_help().
- CkeditorOffCanvasTestController::testOffCanvas in core/modules/ckeditor/tests/modules/src/CkeditorOffCanvasTestController.php
- Returns a link that can open a node add form in an off-canvas dialog.
- ckeditor_help in core/modules/ckeditor/ckeditor.module
- Implements hook_help().
- claro_preprocess_block_content_add_list in core/themes/claro/claro.theme
- Implements template_preprocess_HOOK() for block_content_add_list.
- claro_preprocess_node_add_list in core/themes/claro/claro.theme
- Implements template_preprocess_HOOK() for node_add_list.
- CommentAttributesTest::setUp in core/modules/rdf/tests/src/Functional/CommentAttributesTest.php
- CommentAttributesTest::_testBasicCommentRdfaMarkup in core/modules/rdf/tests/src/Functional/CommentAttributesTest.php
- Helper function for testCommentRdfaMarkup().
- CommentController::renderNewCommentsNodeLinks in core/modules/comment/src/Controller/CommentController.php
- Returns a set of nodes' last read timestamps.
- CommentForm::form in core/modules/comment/src/CommentForm.php
- Gets the actual form array to be built.
- CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
- Tests the comment interface.
- 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
- CommentLinkBuilderTest::getLinkCombinations in core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
- Data provider for ::testCommentLinkBuilder.
- CommentLinkBuilderTest::getMockNode in core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
- Builds a mock node based on given scenario.
- CommentLinksTest::testLinkApprove in core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
- Tests the comment approve link.
- CommentLinksTest::testLinkReply in core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
- Tests the comment reply link.
- CommentManager::forbiddenMessage in core/modules/comment/src/CommentManager.php
- CommentNewIndicatorTest::renderNewCommentsNodeLinks in core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php
- Get node "x new comments" metadata from the server for the current user.
- CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php
- Tests new comment marker.
- CommentTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/CommentTest.php
- CommentTest::testPostIndividualDxWithoutCriticalBaseFields in core/modules/jsonapi/tests/src/Functional/CommentTest.php
- Tests POSTing a comment without critical base fields.
- CommentTest::testPostIndividualSkipCommentApproval in core/modules/jsonapi/tests/src/Functional/CommentTest.php
- Tests POSTing a comment with and without 'skip comment approval'.
- CommentTypeTest::testCommentTypeEditing in core/modules/comment/tests/src/Functional/CommentTypeTest.php
- Tests editing a comment type using the UI.
- comment_help in core/modules/comment/comment.module
- Implements hook_help().
- comment_test_comment_links_alter in core/modules/comment/tests/modules/comment_test/comment_test.module
- Implements hook_comment_links_alter().
- CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessBasedOnPermissions in core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
- Implements ::testCollectionFilterAccess() for pure permission-based access.
- CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessForPublishableEntities in core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
- Implements ::testCollectionFilterAccess() for permission + status access.
- 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.
- ConfigController::diff in core/modules/config/src/Controller/ConfigController.php
- Shows diff of specified configuration file.
- ConfigEntityMapper::getOperations in core/modules/config_translation/src/ConfigEntityMapper.php
- ConfigEntityMapperTest::testGetOperations in core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
- Tests ConfigEntityMapper::getOperations().
- ConfigEntityTest::testCRUD in core/modules/config/tests/src/Functional/ConfigEntityTest.php
- Tests CRUD operations.
- ConfigNamesMapper::getBasePath in core/modules/config_translation/src/ConfigNamesMapper.php
- ConfigNamesMapper::getOperations in core/modules/config_translation/src/ConfigNamesMapper.php
- ConfigNamesMapper::getOverviewPath in core/modules/config_translation/src/ConfigNamesMapper.php
- ConfigNamesMapperTest::testGetOperations in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
- Tests ConfigNamesMapper::hasTranslation().
- ConfigSync::buildForm in core/modules/config/src/Form/ConfigSync.php
- Form constructor.
- ConfigTranslationController::itemPage in core/modules/config_translation/src/Controller/ConfigTranslationController.php
- Language translations overview page for a configuration name.
- ConfigurableLanguageTest::testGetIndividualDefaultConfig in core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
- Tests a GET request for a default config entity, which has a _core key.
- config_help in core/modules/config/config.module
- Implements hook_help().
- config_translation_help in core/modules/config_translation/config_translation.module
- Implements hook_help().
- ConfirmFormHelperTest::testCancelLinkDestination in core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
- @covers ::buildCancelLink
- ConfirmFormHelperTest::testCancelLinkRoute in core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
- @covers ::buildCancelLink
- ConfirmFormHelperTest::testCancelLinkRouteWithParams in core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
- @covers ::buildCancelLink
- ConfirmFormTest::testConfirmFormWithExternalDestination in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
- Tests that the confirm form does not use external destinations.
- ContactController::contactSitePage in core/modules/contact/src/Controller/ContactController.php
- Presents the site-wide contact form.
- ContactForm::getRedirectUrl in core/modules/contact/src/Entity/ContactForm.php
- Returns the url object for redirect path.
- ContactLink::getUrlInfo in core/modules/contact/src/Plugin/views/field/ContactLink.php
- Returns the URI elements of the link.
- ContactSitewideTest::testSiteWideContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
- Tests configuration options and the site-wide contact form.
- contact_help in core/modules/contact/contact.module
- Implements hook_help().
- contact_mail in core/modules/contact/contact.module
- Implements hook_mail().
- ContentModerationConfigureForm::buildConfigurationForm in core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php
- Form constructor.
- ContentTranslationLinkTagTest::testCanonicalAlternateTags in core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php
- Tests alternate link tag found for entity types with canonical links.
- ContentTranslationOutdatedRevisionTranslationTest::testFlagAsOutdatedHidden in core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php
- Tests that outdated revision translations work correctly.
- ContentTranslationRevisionTranslationDeletionTest::doTestOverview in core/modules/content_translation/tests/src/Functional/ContentTranslationRevisionTranslationDeletionTest.php
- Performs a test run.
- ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
- Tests the basic translation workflow.
- ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
- Tests translation deletion.
- ContentTranslationUntranslatableFieldsTest::testHiddenWidgets in core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
- Tests that hiding untranslatable field widgets works correctly.
- ContentTranslationWorkflowsTest::doTestWorkflows in core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
- Checks that workflows have the expected behaviors for the given user.
- ContentTranslationWorkflowsTest::setupEntity in core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
- Creates a test entity and translate it.
- ContentUninstallValidator::validate in core/lib/Drupal/Core/Entity/ContentUninstallValidator.php
- content_moderation_help in core/modules/content_moderation/content_moderation.module
- Implements hook_help().
- content_translation_form_field_config_edit_form_alter in core/modules/content_translation/content_translation.module
- Implements hook_form_FORM_ID_alter() for 'field_config_edit_form'.
- content_translation_help in core/modules/content_translation/content_translation.module
- Implements hook_help().
- content_translation_install in core/modules/content_translation/content_translation.install
- Implements hook_install().
- content_translation_page_attachments in core/modules/content_translation/content_translation.module
- Implements hook_page_attachments().
- ContextualDynamicContextTest::renderContextualLinks in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
- Get server-rendered contextual links for the given contextual link ids.
- ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
- Tests contextual links with different permissions.
- ContextualDynamicContextTest::testTokenProtection in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
- Tests the contextual placeholder content is protected by a token.
- ContextualLinks::preRenderLinks in core/modules/contextual/src/Element/ContextualLinks.php
- Pre-render callback: Builds a renderable array for contextual links.
- contextual_help in core/modules/contextual/contextual.module
- Implements hook_help().
- ControllerBase::redirect in core/lib/Drupal/Core/Controller/ControllerBase.php
- Returns a redirect response object for the specified route.
- CookieResourceTestTrait::initAuthentication in core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php
- CronForm::buildForm in core/modules/system/src/Form/CronForm.php
- Form constructor.
- CsrfRequestHeaderTest::testRouteAccess in core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
- Tests access to routes protected by CSRF request header requirements.
- CustomPageExceptionHtmlSubscriberTest::setUp in core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
- DatabaseVersionCheckUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
- Tests that updates fail if the database does not meet the minimum version.
- DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
- Tests date format configuration.
- datetime_help in core/modules/datetime/datetime.module
- Implements hook_help().
- datetime_range_help in core/modules/datetime_range/datetime_range.module
- Implements hook_help().
- DbLogResourceTest::testWatchdog in core/modules/dblog/tests/src/Functional/DbLogResourceTest.php
- Writes a log messages and retrieves it via the REST API.
- DbLogTest::clearLogsEntries in core/modules/dblog/tests/src/Functional/DbLogTest.php
- Clear the entry logs by clicking on 'Clear log messages' button.
- DbLogTest::verifyLinkEscaping in core/modules/dblog/tests/src/Functional/DbLogTest.php
- Tests the escaping of links in the operation row of a database log detail
page.
- dblog_form_system_logging_settings_alter in core/modules/dblog/dblog.module
- Implements hook_form_FORM_ID_alter() for system_logging_settings().
- dblog_help in core/modules/dblog/dblog.module
- Implements hook_help().
- 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::results in core/modules/system/src/Controller/DbUpdateController.php
- Displays results of the update script with any accompanying errors.
- DefaultsSectionStorage::getLayoutBuilderUrl in core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
- DefaultsSectionStorage::getRedirectUrl in core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
- DefaultViewsTest::setUp in core/modules/views/tests/src/Functional/DefaultViewsTest.php
- DestinationTest::testDestination in core/modules/system/tests/src/Functional/Routing/DestinationTest.php
- Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
- DisplayBlockTest::testBlockCategory in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests default and custom block categories.
- DisplayFeedTest::testFeedOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
- Tests the rendered output.
- DisplayPageTest::testReadMore in core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
- Tests the readmore functionality.
- DrupalMediaLibrary::getConfig in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php
- DrupalMessengerServiceTest::testDrupalMessengerService in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
- Tests Messenger service.
- DrupalMessengerServiceTest::testStatusMessageAssertions in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
- Tests assertion methods in WebAssert related to status messages.
- EarlyRenderingControllerTest::testEarlyRendering in core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
- Tests theme preprocess functions being able to attach assets.
- EditorDialogAccessTest::testEditorImageDialogAccess in core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php
- Tests access to the editor image dialog.
- editor_help in core/modules/editor/editor.module
- Implements hook_help().
- EngineTwigTest::testTwigLinkGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the link_generator Twig functions.
- EngineTwigTest::testTwigUrlToString in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the magic url to string Twig functions.
- EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects in core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php
- EntityBundleListCacheTest::testBundleListingCache in core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php
- Tests that tags are invalidated when an entity with that bundle changes.
- EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
- Tests cache tags presence and invalidation of the entity when referenced.
- EntityController::redirect in core/lib/Drupal/Core/Entity/Controller/EntityController.php
- Returns a redirect response object for the specified route.
- EntityDeleteFormTrait::getRedirectUrl in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
- Returns the URL where the user should be redirected after deletion.
- EntityDisplayModeController::formModeTypeSelection in core/modules/field_ui/src/Controller/EntityDisplayModeController.php
- Provides a list of eligible entity types for adding form modes.
- EntityDisplayModeController::viewModeTypeSelection in core/modules/field_ui/src/Controller/EntityDisplayModeController.php
- Provides a list of eligible entity types for adding view modes.
- EntityDisplayModeListBuilder::render in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
- Builds the entity listing as renderable array for table.html.twig.
- EntityDisplayModeTest::testEntityFormModeUI in core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
- Tests the EntityFormMode user interface.
- EntityDisplayModeTest::testEntityViewModeUI in core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
- Tests the EntityViewMode user interface.
- EntityFormDisplayEditForm::getDisplayModesLink in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
- Returns a link to the form or view mode admin page.
- EntityFormDisplayEditForm::getOverviewUrl in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
- Returns the Url object for a specific entity (form) display edit form.
- EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
- Tests the Entity Reference Admin UI.
- EntityReferenceFieldAttributesTest::setUp in core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php
- EntityReferenceTaxonomyTermRssFormatter::viewElements in core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php
- Builds a renderable array for a field value.
- EntityResourceTestBase::testGet in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
- Tests a GET request for an entity, plus edge cases to ensure good DX.
- EntityUrlTest::providerTestToUrlUriCallback in core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php
- Provides data for testToUrlUriCallback().
- entity_test_entity_operation_alter in core/modules/system/tests/modules/entity_test/entity_test.module
- Implements hook_entity_operation_alter().
- entity_test_operation_entity_operation in core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module
- Implements hook_entity_operation().
- EntryPoint::index in core/modules/jsonapi/src/Controller/EntryPoint.php
- Controller to list all the resources.
- ExternalNormalizersTest::testFormatAgnosticNormalizers in core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php
- Tests a format-agnostic normalizer.
- FieldConfigListBuilder::buildRow in core/modules/field_ui/src/FieldConfigListBuilder.php
- Builds a row for an entity in the entity listing.
- FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
- Data provider for ::testRenderAsLinkWithUrlAndOptions().
- FieldUI::getNextDestination in core/modules/field_ui/src/FieldUI.php
- Returns the next redirect path in a multipage sequence.
- FieldWebTest::testAlterUrl in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
- Tests rewriting the output to a link.
- FieldWebTest::testClickSorting in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
- Tests the click sorting functionality.
- FieldWebTest::testClickSortingDistinct in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
- Tests the default click sorting functionality with distinct.
- field_help in core/modules/field/field.module
- Implements hook_help().
- field_ui_entity_operation in core/modules/field_ui/field_ui.module
- Implements hook_entity_operation().
- field_ui_help in core/modules/field_ui/field_ui.module
- Implements hook_help().
- FileFieldAttributesTest::setUp in core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php
- FileFieldWidgetTest::doTestTemporaryFileRemovalExploit in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
- Helper for testing exploiting the temporary file removal using fid.
- FileTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/FileTest.php
- FileUpload::handleFileUploadForExistingResource in core/modules/jsonapi/src/Controller/FileUpload.php
- Handles JSON:API file upload requests.
- FileUpload::handleFileUploadForNewResource in core/modules/jsonapi/src/Controller/FileUpload.php
- Handles JSON:API file upload requests.
- FileUploadForm::processUploadElement in core/modules/media_library/src/Form/FileUploadForm.php
- Processes an upload (managed_file) element.
- FileUploadResourceTestBase::testPostFileUpload in core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php
- Tests using the file upload POST route.
- FileUploadTest::testPostFileUpload in core/modules/jsonapi/tests/src/Functional/FileUploadTest.php
- Tests using the file upload POST route; needs second request to "use" file.
- file_help in core/modules/file/file.module
- Implements hook_help().
- FilterAdminTest::testFormatAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
- Tests the format administration functionality.
- filter_help in core/modules/filter/filter.module
- Implements hook_help().
- FormBase::redirect in core/lib/Drupal/Core/Form/FormBase.php
- Returns a redirect response object for the specified route.
- FormElement::processAutocomplete in core/lib/Drupal/Core/Render/Element/FormElement.php
- Adds autocomplete functionality to elements.
- FormElementsRenderTest::testDrupalRenderFormElements in core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php
- Tests rendering form elements without passing through
\Drupal::formBuilder()->doBuildForm().
- FormErrorHandler::displayErrorMessages in core/modules/inline_form_errors/src/FormErrorHandler.php
- Loops through and displays all form errors.
- FormTest::testGetFormsCsrfToken in core/modules/system/tests/src/Functional/Form/FormTest.php
- CSRF tokens for GET forms should not be added by default.
- FormTest::testInputWithInvalidToken in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests that input is retained for safe elements even with an invalid token.
- ForumBlockBase::build in core/modules/forum/src/Plugin/Block/ForumBlockBase.php
- ForumController::buildActionLinks in core/modules/forum/src/Controller/ForumController.php
- Generates an action link to display at the top of the forum listing.
- ForumTest::testForum in core/modules/forum/tests/src/Functional/ForumTest.php
- Tests forum functionality through the admin and user interfaces.
- forum_help in core/modules/forum/forum.module
- Implements hook_help().
- forum_uri in core/modules/forum/forum.module
- Entity URI callback used in forum_entity_bundle_info_alter().
- FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/tests/src/Functional/Views/FrontPageTest.php
- Tests the cache tags on the front page.
- FunctionsTest::testDrupalPreRenderLinks in core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
- Tests the use of Link::preRenderLinks() on a nested array of links.
- FunctionsTest::testIndexedKeyedLinks in core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
- Tests links.html.twig using links with indexed keys.
- FunctionsTest::testLinks in core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
- Tests links.html.twig.
- GlossaryTest::testGlossaryView in core/modules/views/tests/src/Functional/GlossaryTest.php
- Tests the default glossary view.
- GlossaryViewTest::testGlossaryDefault in core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
- Tests the AJAX callbacks for the glossary view.
- GlossaryViewTest::testGlossaryLanguagePrefix in core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
- Tests that the glossary also works on a language prefixed URL.
- HelpTopicPluginBase::toUrl in core/modules/help_topics/src/HelpTopicPluginBase.php
- HelpTopicPluginController::viewHelpTopic in core/modules/help_topics/src/Controller/HelpTopicPluginController.php
- Displays a help topic page.
- HelpTwigExtension::getRouteLink in core/modules/help_topics/src/HelpTwigExtension.php
- Returns a link or plain text, given text, route name, and parameters.
- help_help in core/modules/help/help.module
- Implements hook_help().
- help_topics_help in core/modules/help_topics/help_topics.module
- Implements hook_help().
- HistoryTest::getNodeReadTimestamps in core/modules/history/tests/src/Functional/HistoryTest.php
- Get node read timestamps from the server for the current user.
- HistoryTest::markNodeAsRead in core/modules/history/tests/src/Functional/HistoryTest.php
- Mark a node as read for the current user.
- history_help in core/modules/history/history.module
- Implements hook_help().
- hook_comment_links_alter in core/modules/comment/comment.api.php
- Alter the links of a comment.
- hook_entity_operation in core/lib/Drupal/Core/Entity/entity.api.php
- Declares entity operations.
- hook_help in core/modules/help/help.api.php
- Provide online user help.
- hook_requirements in core/lib/Drupal/Core/Extension/module.api.php
- Check installation requirements and do status reporting.
- hook_system_themes_page_alter in core/modules/system/system.api.php
- Alters theme operation links.
- hook_toolbar in core/modules/toolbar/toolbar.api.php
- Add items to the toolbar menu.
- ImageAdminStylesTest::testStyle in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageFieldAttributesTest::setUp in core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php
- ImageFieldDisplayTest::testImageLoadingAttribute in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
- Tests for image loading attribute settings.
- ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
- Tests image formatters on node display.
- ImageFormatter::settingsForm in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
- Returns a form to configure settings for the formatter.
- ImageStyleEditForm::form in core/modules/image/src/Form/ImageStyleEditForm.php
- ImageStyleListBuilder::render in core/modules/image/src/ImageStyleListBuilder.php
- Builds the entity listing as renderable array for table.html.twig.
- ImageThemeFunctionTest::testImageFormatterTheme in core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
- Tests usage of the image field formatters.
- ImageUpload::getDynamicPluginConfig in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageUpload.php
- ImageUploadTest::getUploadUrl in core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php
- Provides the image upload url.
- image_help in core/modules/image/image.module
- Implements hook_help().
- JSInteractionTestForm::buildForm in core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
- Creates the test form.
- JsonApiFunctionalTest::testRead in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
- Tests the GET method.
- JsonApiFunctionalTest::testWrite in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
- Tests POST, PATCH and DELETE.
- JsonApiRegressionTest::testBundlelessRelationshipMutationFromIssue2973681 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
- Ensure POST and PATCH works for bundle-less relationship routes.
- JsonApiRegressionTest::testEmptyRelationshipFilteringFromIssue3025372 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
- Ensure filtering for entities with empty entity reference fields works.
- jsonapi_requirements in core/modules/jsonapi/jsonapi.install
- Implements hook_requirements().
- jsonapi_test_non_cacheable_methods_entity_predelete in core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.module
- Implements hook_entity_predelete().
- jsonapi_test_non_cacheable_methods_entity_presave in core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.module
- Implements hook_entity_presave().
- JsWebAssertTestForm::addLink in core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php
- Ajax callback for the "Add link" button.
- LanguageAddForm::save in core/modules/language/src/Form/LanguageAddForm.php
- Form submission handler for the 'save' action.
- LanguageBlock::build in core/modules/language/src/Plugin/Block/LanguageBlock.php
- LanguageBrowserDetectionTest::testUIBrowserLanguageMappings in core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php
- Tests for adding, editing and deleting mappings between browser language
codes and Drupal language codes.
- LanguageConfiguration::processLanguageConfiguration in core/modules/language/src/Element/LanguageConfiguration.php
- Process handler for the language_configuration form element.
- LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageConfigurationTest.php
- Functional tests for adding, editing and deleting languages.
- LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php
- Functional tests for adding, editing and deleting languages.
- LanguageListTest::testLanguageList in core/modules/language/tests/src/Functional/LanguageListTest.php
- Functional tests for adding, editing and deleting languages.
- LanguageTestController::typeLinkActiveClass in core/modules/language/tests/language_test/src/Controller/LanguageTestController.php
- Returns links to the current page with different langcodes.
- LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
- Tests URL handling when separate domains are used for multiple languages.
- LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
- Tests URL language detection when the requested URL has no language.
- LanguageUrlRewritingTest::checkUrl in core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
- Check URL rewriting for the given language.
- LanguageUrlRewritingTest::testDomainNameNegotiationPort in core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
- Check URL rewriting when using a domain name and a non-standard port.
- language_help in core/modules/language/language.module
- Implements hook_help().
- LayoutBuilder::buildAddSectionLink in core/modules/layout_builder/src/Element/LayoutBuilder.php
- Builds a link to add a new section at a given delta.
- LayoutBuilder::buildAdministrativeSection in core/modules/layout_builder/src/Element/LayoutBuilder.php
- Builds the render array for the layout section while editing.
- LayoutBuilderTest::testLayoutNoDialog in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
- Tests bypassing the off-canvas dialog.
- LayoutBuilderTranslationTest::addEntityTranslation in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
- Adds an entity translation.
- layout_builder_help in core/modules/layout_builder/layout_builder.module
- Implements hook_help().
- LinkApprove::getUrlInfo in core/modules/comment/src/Plugin/views/field/LinkApprove.php
- Returns the URI elements of the link.
- LinkExternalProtocolsConstraintValidatorTest::testValidateIgnoresInternalUrls in core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
- @covers ::validate
- LinkFieldUITest::runFieldUIItem in core/modules/link/tests/src/Functional/LinkFieldUITest.php
- Tests one link field UI item.
- LinkFormatter::buildUrl in core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
- Builds the \Drupal\Core\Url object for a link field item.
- LinkGeneratorTest::testGenerateButton in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
- Tests the generate() method with the <button> route.
- LinkGeneratorTest::testGenerateNoLink in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
- Tests the generate() method with the <nolink> route.
- LinkGeneratorTest::testGenerateNone in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
- Tests the generate() method with the <none> route.
- LinkGeneratorTest::testGenerateTwice in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
- Tests whether rendering the same link twice works.
- LinkNotExistingInternalConstraintValidatorTest::providerValidate in core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
- Data provider for ::testValidate.
- LinkReply::getUrlInfo in core/modules/comment/src/Plugin/views/field/LinkReply.php
- Returns the URI elements of the link.
- LinkWidget::formElement in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
- Returns the form for a single field widget.
- link_help in core/modules/link/link.module
- Implements hook_help().
- ListingEmpty::render in core/modules/node/src/Plugin/views/area/ListingEmpty.php
- Render the area.
- ListingEmpty::render in core/modules/block_content/src/Plugin/views/area/ListingEmpty.php
- Render the area.
- LocalActionManager::getActionsForRoute in core/lib/Drupal/Core/Menu/LocalActionManager.php
- Finds all local actions that appear on a named route.
- LocalActionManagerTest::getActionsForRouteProvider in core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php
- LocalActionTest::testLocalAction in core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
- Tests appearance of local actions.
- LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
- Tests import of standalone .po files.
- 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.
- LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
- Tests the user interfaces of the interface translation update system.
- locale_form_language_admin_overview_form_alter in core/modules/locale/locale.module
- Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
- locale_help in core/modules/locale/locale.module
- Implements hook_help().
- locale_requirements in core/modules/locale/locale.install
- Implements hook_requirements().
- locale_test_locale_translation_projects_alter in core/modules/locale/tests/modules/locale_test/locale_test.module
- Implements hook_locale_translation_projects_alter().
- locale_translate_batch_finished in core/modules/locale/locale.bulk.inc
- Implements callback_batch_finished().
- locale_translation_batch_status_finished in core/modules/locale/locale.batch.inc
- Implements callback_batch_finished().
- LocalTaskManager::getTasksBuild in core/lib/Drupal/Core/Menu/LocalTaskManager.php
- Gets the render array for all local tasks.
- LocalTasksTest::assertLocalTasks in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
- Asserts local tasks in the page output.
- LocalTasksTest::testLocalTaskBlock in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
- Tests that local task blocks are configurable to show a specific level.
- LocalTasksTest::testPluginLocalTask in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
- Tests the plugin based local tasks.
- MaintenanceModeSubscriber::onMaintenanceModeRequest in core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
- Logout users if site is in maintenance mode and user is not exempt.
- ManagedFile::processManagedFile in core/modules/file/src/Element/ManagedFile.php
- Render API callback: Expands the managed_file element type.
- Media::getDynamicPluginConfig in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Media.php
- MediaLibrarySelectForm::viewsForm in core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
- Form constructor for the media library select form.
- MediaLibraryUiBuilder::buildMediaTypeMenu in core/modules/media_library/src/MediaLibraryUiBuilder.php
- Get the media type menu for the media library.
- MediaLibraryWidget::getNoMediaTypesAvailableMessage in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
- Gets the message to display when there are no allowed media types.
- MediaTypeListBuilder::render in core/modules/media/src/MediaTypeListBuilder.php
- Builds the entity listing as renderable array for table.html.twig.
- MediaUiFunctionalTest::testMediaReferenceWidget in core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
- Tests the default autocomplete widgets for media reference fields.
- media_field_widget_complete_form_alter in core/modules/media/media.module
- Implements hook_field_widget_complete_form_alter().
- media_form_field_ui_field_storage_add_form_alter in core/modules/media/media.module
- Implements hook_form_FORM_ID_alter().
- media_help in core/modules/media/media.module
- Implements hook_help().
- media_library_help in core/modules/media_library/media_library.module
- Implements hook_help().
- media_requirements in core/modules/media/media.install
- Implements hook_requirements().
- MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
- Tests menu link for route with access check.
- MenuActiveTrail403Test::testMenuActiveTrail403Cache in core/tests/Drupal/FunctionalTests/Menu/MenuActiveTrail403Test.php
- Tests that visiting 403 page does not override original active trail.
- MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php
- Tests cache tags presence and invalidation of the Menu entity.
- 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().
- MenuLinkContentTest::testLinkOptionsSerialization in core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
- Tests requests using a serialized field item property.
- MenuRouterTest::doTestHookMenuIntegration in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests local tasks with route placeholders.
- MenuUiTest::doMenuTests in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Tests menu functionality.
- MenuUiTest::testMenuAdministration in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Tests menu functionality using the admin and user interfaces.
- menu_link_content_help in core/modules/menu_link_content/menu_link_content.module
- Implements hook_help().
- menu_test_menu_local_tasks_alter in core/modules/system/tests/modules/menu_test/menu_test.module
- Implements hook_menu_local_tasks_alter().
- menu_ui_help in core/modules/menu_ui/menu_ui.module
- Implements hook_help().
- MessageResourceTestBase::testDelete in core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php
- Tests a DELETE request for an entity, plus edge cases to ensure good DX.
- MessageResourceTestBase::testGet in core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php
- Tests a GET request for an entity, plus edge cases to ensure good DX.
- MessageResourceTestBase::testPatch in core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php
- Tests a PATCH request for an entity, plus edge cases to ensure good DX.
- MessageTest::testCollection in core/modules/jsonapi/tests/src/Functional/MessageTest.php
- MessageTest::testDeleteIndividual in core/modules/jsonapi/tests/src/Functional/MessageTest.php
- MessageTest::testGetIndividual in core/modules/jsonapi/tests/src/Functional/MessageTest.php
- MessageTest::testPatchIndividual in core/modules/jsonapi/tests/src/Functional/MessageTest.php
- MessageTest::testRelated in core/modules/jsonapi/tests/src/Functional/MessageTest.php
- MessageTest::testRelationships in core/modules/jsonapi/tests/src/Functional/MessageTest.php
- MessageTest::testRevisions in core/modules/jsonapi/tests/src/Functional/MessageTest.php
- MigrateUpgradeImportBatch::finished in core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
- Callback executed when the Migrate Upgrade Import batch process completes.
- migrate_drupal_help in core/modules/migrate_drupal/migrate_drupal.module
- Implements hook_help().
- migrate_drupal_ui_help in core/modules/migrate_drupal_ui/migrate_drupal_ui.module
- Implements hook_help().
- migrate_drupal_ui_install in core/modules/migrate_drupal_ui/migrate_drupal_ui.install
- Implements hook_install().
- ModerationFormTest::testModerationForm in core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
- Tests the moderation form that shows on the latest version page.
- ModerationStateNodeTest::testFormSaveDestination in core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
- Tests edit form destinations.
- Module::postInstallTasks in core/lib/Drupal/Core/Updater/Module.php
- ModulesEnabledTrait::modulesEnabledConfirmationMessage in core/modules/system/src/Form/ModulesEnabledTrait.php
- Provides a confirmation message after modules have been enabled.
- 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.
- NegotiationBrowserForm::buildForm in core/modules/language/src/Form/NegotiationBrowserForm.php
- Form constructor.
- NegotiationConfigureForm::configureFormTable in core/modules/language/src/Form/NegotiationConfigureForm.php
- Builds a language negotiation method configuration table.
- NegotiationUrlForm::validateForm in core/modules/language/src/Form/NegotiationUrlForm.php
- Form validation handler.
- Node::renderLink in core/modules/node/src/Plugin/views/field/Node.php
- Prepares link to the node.
- NodeAttributesTest::setUp in core/modules/rdf/tests/src/Functional/NodeAttributesTest.php
- NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
- Tests the recent comments block.
- NodeController::revisionOverview in core/modules/node/src/Controller/NodeController.php
- Generates an overview table of older revisions of a node.
- NodePreviewForm::buildForm in core/modules/node/src/Form/NodePreviewForm.php
- Form constructor.
- NodeRevisionsTest::testRevisionTranslationRevert in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
- Tests the revision translations are correctly reverted.
- NodeTest::assertCacheableNormalizations in core/modules/jsonapi/tests/src/Functional/NodeTest.php
- Asserts that normalizations are cached in an incremental way.
- NodeTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/NodeTest.php
- NodeTest::testGetIndividual in core/modules/jsonapi/tests/src/Functional/NodeTest.php
- NodeTest::testPatchPath in core/modules/jsonapi/tests/src/Functional/NodeTest.php
- Tests PATCHing a node's path with and without 'create url aliases'.
- NodeTest::testPostNonExistingAuthor in core/modules/jsonapi/tests/src/Functional/NodeTest.php
- Creating relationships to missing resources should be 404 per JSON:API 1.1.
- NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
- Tests changing the published status on a node without fields.
- NodeTypeListBuilder::render in core/modules/node/src/NodeTypeListBuilder.php
- Builds the entity listing as renderable array for table.html.twig.
- NodeTypeTest::testNodeTypeEditing in core/modules/node/tests/src/Functional/NodeTypeTest.php
- Tests editing a node type using the UI.
- NodeTypeTest::testNodeTypeNoContentType in core/modules/node/tests/src/Functional/NodeTypeTest.php
- Tests for when there are no content types defined.
- node_form_system_themes_admin_form_alter in core/modules/node/node.module
- Implements hook_form_FORM_ID_alter().
- node_help in core/modules/node/node.module
- Implements hook_help().
- node_requirements in core/modules/node/node.install
- Implements hook_requirements().
- node_title_list in core/modules/node/node.module
- Gathers a listing of links to nodes.
- NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
- Tests the system module updates with no dependencies installed.
- OEmbed::buildConfigurationForm in core/modules/media/src/Plugin/media/Source/OEmbed.php
- Form constructor.
- OEmbedForm::buildInputElement in core/modules/media_library/src/Form/OEmbedForm.php
- OEmbedFormatter::viewElements in core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
- Builds a renderable array for a field value.
- OEmbedTestTrait::hijackProviderEndpoints in core/modules/media/tests/src/Traits/OEmbedTestTrait.php
- Ensures that all oEmbed provider endpoints defined in the fixture
providers.json will use the media_test_oembed.resource.get route as their
URL.
- options_help in core/modules/options/options.module
- Implements hook_help().
- OverrideSectionsTest::testOverrideField in core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php
- Tests that the layout override field is not normalized.
- OverridesSectionStorage::getLayoutBuilderUrl in core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
- 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.
- OverviewTerms::buildForm in core/modules/taxonomy/src/Form/OverviewTerms.php
- Form constructor.
- PageCacheTest::testNoUrlNormalization in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
- Tests that URLs are cached in a not normalized form.
- PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
- Tests the 4xx-response cache tag is added and invalidated.
- PageCacheTest::testPageCacheAnonymousRolePermissions in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
- Tests the automatic presence of the anonymous role's cache tag.
- PageCacheTest::testPageCacheTags in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
- Tests that cache tags are properly persisted.
- PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
- Tests that the page cache doesn't depend on cacheability headers.
- PageCacheTest::testQueryParameterFormatRequests in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
- Tests support for different cache items with different request formats
specified via a query parameter.
- page_cache_help in core/modules/page_cache/page_cache.module
- Implements hook_help().
- PathAliasListBuilder::render in core/modules/path/src/PathAliasListBuilder.php
- Builds the entity listing as renderable array for table.html.twig.
- PathAliasTest::testNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
- Tests alias functionality through the node interfaces.
- PathEncodedTest::testAliasToEncoded in core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
- PathEncodedTest::testGetEncoded in core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
- PathPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/display/PathPluginBase.php
- Provides the default form for setting options.
- PathPluginBase::getUrlInfo in core/modules/views/src/Plugin/views/display/PathPluginBase.php
- Generates a URL to this display.
- path_help in core/modules/path/path.module
- Implements hook_help().
- PerformanceForm::buildForm in core/modules/system/src/Form/PerformanceForm.php
- Form constructor.
- PhpUnitBridgeTest::testErrorOnSiteUnderTest in core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
- Tests deprecation message from deprecated route.
- PlaceholderMessageTest::testMessagePlaceholder in core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
- Tests rendering of message placeholder.
- PluginManager::__construct in core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php
- PluginManager constructor.
- PrepareModulesEntityUninstallForm::getCancelUrl in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
- Returns the route to go to if the user cancels the action.
- PrepareModulesEntityUninstallForm::moduleBatchFinished in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
- Implements callback_batch_finished().
- PrivateStream::getExternalUrl in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
- ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches that redirect in the batch finished callback.
- ProjectSecurityRequirement::getVersionEndCoverageMessage in core/modules/update/src/ProjectSecurityRequirement.php
- Gets the message for additional minor version security coverage.
- ProjectSecurityRequirement::getVersionNoSecurityCoverageMessage in core/modules/update/src/ProjectSecurityRequirement.php
- Gets the formatted message for a project with no security coverage.
- quickedit_help in core/modules/quickedit/quickedit.module
- Implements hook_help().
- rdf_preprocess_username in core/modules/rdf/rdf.module
- Implements hook_preprocess_HOOK() for username.html.twig.
- ReadOnlyModeMethodFilter::filter in core/modules/jsonapi/src/Routing/ReadOnlyModeMethodFilter.php
- Rearrange::buildForm in core/modules/views_ui/src/Form/Ajax/Rearrange.php
- RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
- Tests that a form's action is retained after an Ajax submission.
- RedirectTest::testRedirectFromErrorPages in core/modules/system/tests/src/Functional/Form/RedirectTest.php
- Tests form redirection from 404/403 pages with the Block form.
- Relationship::buildLinkCollectionFromEntityReferenceField in core/modules/jsonapi/src/JsonApiResource/Relationship.php
- Builds a LinkCollection for the given entity reference field.
- RenderArrayNonHtmlSubscriberTest::testResponses in core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php
- Tests handling of responses by events subscriber.
- RenderElement::preRenderAjaxForm in core/lib/Drupal/Core/Render/Element/RenderElement.php
- Adds Ajax information about an element to communicate with JavaScript.
- RenderElementTypesTest::testMoreLink in core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php
- Tests system #type 'more_link'.
- ReorderDisplays::buildForm in core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
- ResourceObject::buildLinksFromEntity in core/modules/jsonapi/src/JsonApiResource/ResourceObject.php
- Builds a LinkCollection for the given entity.
- ResourceResponseTestTrait::getExpectedIncludedResourceResponse in core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php
- Gets an array of expected ResourceResponses for the given include paths.
- ResourceResponseTestTrait::getResourceLink in core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php
- Creates an individual resource link for a given resource identifier.
- ResourceTestBase::doTestRelationshipMutation in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Performs one round of relationship POST, PATCH and DELETE route testing.
- ResourceTestBase::getExpectedGetRelationshipResponse in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Gets an expected ResourceResponse for the given relationship.
- ResourceTestBase::getExpectedRelatedResponse in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Builds an expected related ResourceResponse for the given field.
- ResourceTestBase::testCollection in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Tests GETting a collection of resources.
- ResourceTestBase::testDeleteIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Tests DELETEing an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testGetIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Tests GETting an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testPatchIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Tests PATCHing an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testPostIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Tests POSTing an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testRevisions in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
- Tests individual and collection revisions.
- ResponsiveImageStyleForm::form in core/modules/responsive_image/src/ResponsiveImageStyleForm.php
- Overrides Drupal\Core\Entity\EntityForm::form().
- responsive_image_help in core/modules/responsive_image/responsive_image.module
- Implements hook_help().
- rest_help in core/modules/rest/rest.module
- Implements hook_help().
- RevisionLink::getUrlInfo in core/modules/node/src/Plugin/views/field/RevisionLink.php
- Returns the URI elements of the link.
- RevisionLinkDelete::getUrlInfo in core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
- Returns the URI elements of the link.
- RevisionLinkRevert::getUrlInfo in core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php
- Returns the URI elements of the link.
- RouterTest::testUrlGeneratorFront in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Checks the generate method on the url generator using the front router.
- router_installer_test_modules_installed in core/modules/system/tests/modules/router_installer_test/router_installer_test.module
- Implements hook_modules_installed().
- router_test_install in core/modules/system/tests/modules/router_test_directory/router_test.install
- Implements hook_install().
- SearchBlockForm::buildForm in core/modules/search/src/Form/SearchBlockForm.php
- Form constructor.
- SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
- Tests that the search form block can be placed and works.
- SearchConfigSettingsFormTest::testDefaultSearchPageOrdering in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Tests the ordering of search pages on a clean install.
- SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Tests multiple search pages of the same type.
- SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Verifies that you can disable individual search plugins.
- SearchExtraTypeSearch::execute in core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php
- Execute the search.
- SearchLanguageTest::testLanguages in core/modules/search/tests/src/Functional/SearchLanguageTest.php
- SearchPageListBuilder::buildForm in core/modules/search/src/SearchPageListBuilder.php
- Form constructor.
- 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.
- SearchRankingTest::testHTMLRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
- Tests rankings of HTML tags.
- search_help in core/modules/search/search.module
- Implements hook_help().
- SecurityAdvisoryTest::assertAdminPageLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Asserts the correct links appear on an admin page.
- SecurityAdvisoryTest::assertAdvisoriesNotDisplayed in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Asserts that security advisory links are not shown on admin pages.
- SecurityAdvisoryTest::assertStatusReportLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Asserts the correct links appear on the status report page.
- SecurityAdvisoryTest::testPsa in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Tests that a security advisory is displayed.
- serialization_help in core/modules/serialization/serialization.module
- Implements hook_help().
- SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
- Tests that a session is not started automatically by basic authentication.
- SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
- Check that a basic authentication session does not leak.
- SessionExistsCacheContextTest::testCacheContext in core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php
- Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext().
- SetCustomize::form in core/modules/shortcut/src/Form/SetCustomize.php
- Gets the actual form array to be built.
- settings_tray_help in core/modules/settings_tray/settings_tray.module
- Implements hook_help().
- seven_preprocess_block_content_add_list in core/themes/seven/seven.theme
- Implements hook_preprocess_HOOK() for block content add list templates.
- seven_preprocess_node_add_list in core/themes/seven/seven.theme
- Implements hook_preprocess_HOOK() for list of available node type templates.
- ShortcutCacheTagsTest::testToolbar in core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php
- Tests visibility and cacheability of shortcuts in the toolbar.
- ShortcutLazyBuilders::lazyLinks in core/modules/shortcut/src/ShortcutLazyBuilders.php
- #lazy_builder callback; builds shortcut toolbar links.
- ShortcutLinksTest::testShortcutLinkOrder in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
- Tests the shortcuts are correctly ordered by weight in the toolbar.
- ShortcutTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
- shortcut_help in core/modules/shortcut/shortcut.module
- Implements hook_help().
- shortcut_preprocess_page_title in core/modules/shortcut/shortcut.module
- Implements hook_preprocess_HOOK() for page title templates.
- SimpleConfigSectionStorage::getLayoutBuilderUrl in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php
- Gets the URL used to display the Layout Builder UI.
- SiteMaintenanceModeForm::buildForm in core/modules/system/src/Form/SiteMaintenanceModeForm.php
- Form constructor.
- StandardProfileTest::doFrontPageRdfaTests in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
- Tests that data is exposed in the front page teasers.
- StandardProfileTest::setUp in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
- StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
- Tests Standard installation profile.
- statistics_help in core/modules/statistics/statistics.module
- Implements hook_help().
- StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
- Tests that the status page returns.
- SwitchShortcutSet::submitForm in core/modules/shortcut/src/Form/SwitchShortcutSet.php
- Form submission handler.
- syslog_form_system_logging_settings_alter in core/modules/syslog/syslog.module
- Implements hook_form_FORM_ID_alter().
- SystemCompactLink::preRenderCompactLink in core/lib/Drupal/Core/Render/Element/SystemCompactLink.php
- Pre-render callback: Renders a link into #markup.
- 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.
- system_help in core/modules/system/system.module
- Implements hook_help().
- system_page_top in core/modules/system/system.module
- Implements hook_page_top().
- system_requirements in core/modules/system/system.install
- Implements hook_requirements().
- system_tokens in core/modules/system/system.tokens.inc
- Implements hook_tokens().
- TableSelectTest::testProcessTableselectWithLinkTitle in core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php
- @covers ::processTableselect
- TaxonomyAttributesTest::setUp in core/modules/rdf/tests/src/Functional/TaxonomyAttributesTest.php
- taxonomy_help in core/modules/taxonomy/taxonomy.module
- Implements hook_help().
- telephone_help in core/modules/telephone/telephone.module
- Implements hook_help().
- template_preprocess_block_content_add_list in core/modules/block_content/block_content.pages.inc
- Prepares variables for a custom block type creation list templates.
- template_preprocess_book_navigation in core/modules/book/book.module
- Prepares variables for book navigation templates.
- template_preprocess_comment in core/modules/comment/comment.module
- Prepares variables for comment templates.
- template_preprocess_forums in core/modules/forum/forum.module
- Prepares variables for forums templates.
- template_preprocess_forum_list in core/modules/forum/forum.module
- Prepares variables for forum list templates.
- template_preprocess_locale_translation_last_check in core/modules/locale/locale.pages.inc
- Prepares variables for most recent translation update templates.
- template_preprocess_node_add_list in core/modules/node/node.module
- Prepares variables for list of available node type templates.
- template_preprocess_page in core/includes/theme.inc
- Prepares variables for the page template.
- template_preprocess_pager in core/includes/theme.inc
- Prepares variables for pager templates.
- template_preprocess_system_security_advisories_fetch_error_message in core/modules/system/system.theme.inc
- Prepares variables for security advisories fetch error message templates.
- template_preprocess_system_themes_page in core/modules/system/system.admin.inc
- Prepares variables for appearance page templates.
- template_preprocess_update_fetch_error_message in core/modules/update/update.report.inc
- Prepares variables for update fetch error message templates.
- template_preprocess_update_last_check in core/modules/update/update.module
- Prepares variables for last time update data was checked templates.
- template_preprocess_username in core/modules/user/user.module
- Prepares variables for username templates.
- template_preprocess_views_mini_pager in core/modules/views/views.theme.inc
- Prepares variables for views mini-pager templates.
- template_preprocess_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
- Prepares variables for Views UI build group filter form templates.
- template_preprocess_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
- Prepares variables for Views UI rearrange filter form templates.
- template_preprocess_views_view_rss in core/modules/views/views.theme.inc
- Prepares variables for RSS feed templates.
- template_preprocess_views_view_summary in core/modules/views/views.theme.inc
- Prepares variables for views summary templates.
- template_preprocess_views_view_summary_unformatted in core/modules/views/views.theme.inc
- Prepares variables for unformatted summary view templates.
- TemporaryStream::getExternalUrl in core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
- TermTest::testGetIndividualTermWithParent in core/modules/jsonapi/tests/src/Functional/TermTest.php
- Tests GETting a term with a parent term other than the default <root> (0).
- TermTest::testPatchPath in core/modules/jsonapi/tests/src/Functional/TermTest.php
- Tests PATCHing a term's path.
- TermTranslationTest::testTranslatedBreadcrumbs in core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php
- Tests translated breadcrumbs.
- Test::metaRefresh in core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
- Loads a page that does a redirect.
- TestController::linksDisplay in core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php
- Displays test links that will open in off-canvas dialog.
- TestController::linksDisplay in core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php
- Displays test links that will open in the modal dialog.
- TestController::otherDialogLinks in core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php
- Displays dialogs links to be displayed inside the off-canvas dialog.
- text_help in core/modules/text/text.module
- Implements hook_help().
- Theme::postInstallTasks in core/lib/Drupal/Core/Updater/Theme.php
- ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable in core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
- Ensure cache metadata is bubbled when using theme_render_and_autoescape().
- ThemeTestSubscriber::onRequest in core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php
- Generates themed output early in a page request.
- TokenReplaceKernelTest::testSystemSiteTokenReplacement in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
- Tests the generation of all system site information tokens.
- ToolbarAdminMenuTest::testExternalLink in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
- Tests that external links added to the menu appear in the toolbar.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
- Tests that toolbar cache is cleared when string translations are made.
- ToolbarItem::getInfo in core/modules/toolbar/src/Element/ToolbarItem.php
- Returns the element properties for this element.
- ToolbarLinkBuilder::renderToolbarLinks in core/modules/user/src/ToolbarLinkBuilder.php
- Lazy builder callback for rendering toolbar links.
- toolbar_test_toolbar in core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module
- Implements hook_toolbar().
- toolbar_toolbar in core/modules/toolbar/toolbar.module
- Implements hook_toolbar().
- TourCacheTagsTest::testRenderedTour in core/modules/tour/tests/src/Functional/TourCacheTagsTest.php
- Tests cache tags presence and invalidation of the Tour entity.
- TourHelpSection::listTopics in core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php
- TourTest::testTourFunctionality in core/modules/tour/tests/src/Functional/TourTest.php
- Tests tour functionality.
- tracker_help in core/modules/tracker/tracker.module
- Implements hook_help().
- TranslationStatusForm::buildForm in core/modules/locale/src/Form/TranslationStatusForm.php
- Form builder for displaying the current translation status.
- TwigExtensionTest::testLinkWithOverriddenAttributes in core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
- @covers ::getLink
- TwigThemeTestController::urlToStringRender in core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
- Renders a URL to a string.
- UiHelperTrait::drupalLogin in core/tests/Drupal/Tests/UiHelperTrait.php
- Logs in a user using the Mink controlled browser.
- UiHelperTrait::drupalLogout in core/tests/Drupal/Tests/UiHelperTrait.php
- Logs a user out of the Mink controlled browser and confirms.
- UpdateCacheTest::testCaches in core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
- Tests that caches are cleared during updates.
- UpdatePathLastRemovedTest::setUp in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
- UpdatePathTestBase::setUp in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
- Overrides BrowserTestBase::setUp() for update testing.
- UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
- Helper function to run pending database updates.
- UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
- Tests running update.php with some form of broken routing.
- UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog in core/modules/update/tests/src/Kernel/UpdateReportTest.php
- Tests the error message when failing to fetch data with dblog enabled.
- UpdateSchemaTest::setUp in core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
- UpdateScriptTest::setUp in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- UpdateSemverCoreTest::testBrokenThenFixedUpdates in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
- Checks that Drupal recovers after problems connecting to update server.
- UpdateSemverCoreTest::testLanguageModuleUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
- Checks language module in core package at admin/reports/updates.
- UpdateSemverCoreTest::testModulePageRegularUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
- Checks the messages at admin/modules when an update is missing.
- UpdateSemverCoreTest::testModulePageRunCron in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
- Checks that running cron updates the list of available updates.
- UpdateSemverCoreTest::testModulePageSecurityUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
- Checks the messages at admin/modules when a security update is missing.
- UpdateSemverCoreTest::testModulePageUpToDate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
- Checks the messages at admin/modules when the site is up to date.
- UpdateSettingsForm::buildForm in core/modules/update/src/UpdateSettingsForm.php
- Form constructor.
- UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/modules/update/tests/src/Functional/UpdateUploadTest.php
- Checks the messages on update manager pages when missing a security update.
- UpdateUploadTest::testUploadModule in core/modules/update/tests/src/Functional/UpdateUploadTest.php
- Tests upload, extraction, and update of a module.
- update_authorize_update_batch_finished in core/modules/update/update.authorize.inc
- Batch callback: Performs actions when the authorized update batch is done.
- update_help in core/modules/update/update.module
- Implements hook_help().
- update_mail in core/modules/update/update.module
- Implements hook_mail().
- update_manager_download_batch_finished in core/modules/update/update.manager.inc
- Batch callback: Performs actions when the download batch is completed.
- update_test_schema_requirements in core/modules/system/tests/modules/update_test_schema/update_test_schema.install
- Implements hook_requirements().
- UrlAlterFunctionalTest::testUrlAlter in core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php
- Tests that URL altering works and that it occurs in the correct order.
- UrlAlterTest::testUrlWithQueryString in core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php
- UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling in core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
- Tests that URL bubbleable metadata is correctly bubbled.
- UrlTest::testActiveLinkAttributes in core/modules/system/tests/src/Functional/Common/UrlTest.php
- Tests the active class in links.
- UrlTest::testLinkAttributes in core/modules/system/tests/src/Kernel/Common/UrlTest.php
- Tests that default and custom attributes are handled correctly on links.
- UserAttributesTest::setUp in core/modules/rdf/tests/src/Functional/UserAttributesTest.php
- UserBlocksTest::testUserLoginBlock in core/modules/user/tests/src/Functional/UserBlocksTest.php
- Tests the user login block.
- UserController::resetPass in core/modules/user/src/Controller/UserController.php
- Redirects to the user password reset form.
- UserLoginBlock::build in core/modules/user/src/Plugin/Block/UserLoginBlock.php
- UserLoginBlock::renderPlaceholderFormAction in core/modules/user/src/Plugin/Block/UserLoginBlock.php
- #lazy_builder callback; renders a form action URL including destination.
- UserLoginForm::validateFinal in core/modules/user/src/Form/UserLoginForm.php
- Checks if user was not authenticated, or if too many logins were attempted.
- UserLoginHttpTest::getLoginStatusUrlString in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
- Gets the URL string for checking login for a given serialization format.
- UserLoginHttpTest::loginRequest in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
- Executes a login HTTP request for a given serialization format.
- UserLoginHttpTest::logoutRequest in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
- Executes a logout HTTP request for a given serialization format.
- UserLoginHttpTest::passwordRequest in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
- Executes a password HTTP request for a given serialization format.
- UserLoginTest::assertFailedLogin in core/modules/user/tests/src/Functional/UserLoginTest.php
- Make an unsuccessful login attempt.
- UserLoginTest::testCookiesNotAccepted in core/modules/user/tests/src/Functional/UserLoginTest.php
- Tests with a browser that denies cookies.
- UserPasswordResetForm::buildForm in core/modules/user/src/Form/UserPasswordResetForm.php
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Tests user password reset while logged in.
- UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm in core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
- Tests password reset functionality with an AJAX form.
- UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Prefill the text box on incorrect login via link to password reset page.
- UserResourceTestBase::assertRpcLogin in core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
- Verifies that logging in with the given username and password works.
- UserTest::assertRpcLogin in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Verifies that logging in with the given username and password works.
- UserTest::sendDeleteRequestForUser in core/modules/jsonapi/tests/src/Functional/UserTest.php
- UserTest::testCollectionContainsAnonymousUser in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Tests that the collection contains the anonymous user.
- UserTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/UserTest.php
- UserTest::testDeleteRespectsUserCancelDelete in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Tests if JSON:API respects user.settings.cancel_method: user_cancel_delete.
- UserTest::testGetMailFieldOnlyVisibleToOwner in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Tests GETting privacy-sensitive base fields.
- UserTest::testPatchDxForSecuritySensitiveBaseFields in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Tests PATCHing security-sensitive base fields of the logged in account.
- UserTest::testPatchSecurityOtherUser in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Tests PATCHing security-sensitive base fields to change other users.
- UserTest::testQueryInvolvingRoles in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Tests good error DX when trying to filter users by role.
- UserTest::testResaveAccountName in core/modules/jsonapi/tests/src/Functional/UserTest.php
- Tests users with altered display names.
- UserTokenReplaceTest::testUserTokenReplacement in core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
- Creates a user, then tests the tokens generated from it.
- user_cancel_url in core/modules/user/user.module
- Generates a URL to confirm an account cancellation request.
- user_entity_operation in core/modules/user/user.module
- Implements hook_entity_operation().
- user_help in core/modules/user/user.module
- Implements hook_help().
- user_pass_reset_url in core/modules/user/user.module
- Generates a unique URL for a user to log in and reset their password.
- user_toolbar in core/modules/user/user.module
- Implements hook_toolbar().
- 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.
- ViewExecutableTest::testGetUrlWithOverriddenUrl in core/modules/views/tests/src/Unit/ViewExecutableTest.php
- @covers ::getUrl
- ViewExecutableTest::testGetUrlWithPathNoPlaceholders in core/modules/views/tests/src/Unit/ViewExecutableTest.php
- @covers ::getUrl
- ViewExecutableTest::testGetUrlWithPlaceholdersAndArgs in core/modules/views/tests/src/Unit/ViewExecutableTest.php
- @covers ::getUrl
- ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgs in core/modules/views/tests/src/Unit/ViewExecutableTest.php
- @covers ::getUrl
- ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue in core/modules/views/tests/src/Unit/ViewExecutableTest.php
- @covers ::getUrl
- ViewPreviewForm::actions in core/modules/views_ui/src/ViewPreviewForm.php
- ViewsBlockBase::buildConfigurationForm in core/modules/views/src/Plugin/Block/ViewsBlockBase.php
- ViewsExposedForm::buildForm in core/modules/views/src/Form/ViewsExposedForm.php
- Form constructor.
- ViewsForm::buildForm in core/modules/views/src/Form/ViewsForm.php
- ViewsFormBase::ajaxFormWrapper in core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php
- Wrapper for handling AJAX forms.
- ViewsFormBase::getForm in core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php
- ViewsIntegrationTest::createLogEntries in core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
- Create a set of log entries.
- 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
- views_help in core/modules/views/views.module
- Implements hook_help().
- views_ui_build_form_url in core/modules/views_ui/admin.inc
- Create the menu path for one of our standard AJAX forms based upon known
information about the form.
- views_ui_contextual_links_view_alter in core/modules/views_ui/views_ui.module
- Implements hook_contextual_links_view_alter().
- views_ui_help in core/modules/views_ui/views_ui.module
- Implements hook_help().
- views_ui_view_preview_section_display_category_links in core/modules/views_ui/views_ui.module
- Returns a link to editing a certain display setting.
- views_ui_view_preview_section_handler_links in core/modules/views_ui/views_ui.module
- Returns contextual links for each handler of a certain section.
- views_views_pre_render in core/modules/views/views.module
- Implements hook_views_pre_render().
- 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 the entity listing as renderable array for table.html.twig.
- VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
- Create, edit and delete a vocabulary via the user interface.
- WebAssertTest::testAddressEquals in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- @covers ::addressEquals
- WizardPluginBase::buildForm in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
- Form callback to build other elements in the "show" form.
- WorkflowEditForm::form in core/modules/workflows/src/Form/WorkflowEditForm.php
- Gets the actual form array to be built.
- WorkflowListBuilder::render in core/modules/workflows/src/WorkflowListBuilder.php
- Builds the entity listing as renderable array for table.html.twig.
- 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.
- WorkflowTransitionEditForm::actions in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
- Returns an array of supported actions for the current entity form.
- WorkflowUiNoTypeTest::testWorkflowUiWithNoType in core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
- Tests the creation of a workflow through the UI.
- WorkflowUiTest::testWorkflowCreation in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
- Tests the creation of a workflow through the UI.
- WorkspaceForm::save in core/modules/workspaces/src/Form/WorkspaceForm.php
- Form submission handler for the 'save' action.
- 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::getCancelUrl in core/modules/workspaces/src/Form/WorkspaceMergeForm.php
- Returns the route to go to if the user cancels the action.
- WorkspacePublishForm::getCancelUrl in core/modules/workspaces/src/Form/WorkspacePublishForm.php
- Returns the route to go to if the user cancels the action.
- workspaces_toolbar in core/modules/workspaces/workspaces.module
- Implements hook_toolbar().
- _batch_finished in core/includes/batch.inc
- Ends the batch processing.
- _batch_page in core/includes/batch.inc
- Renders the batch processing page based on the current state of the batch.
- _batch_test_finished_1_finished in core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc
- Implements callback_batch_finished().
- _media_get_add_url in core/modules/media/media.module
- Returns the appropriate URL to add media for the current user.
- _update_message_text in core/modules/update/update.module
- Returns the appropriate message text when site is out of date or not secure.
- _update_no_data in core/modules/update/update.module
- Returns a warning message when there is no data about available updates.
- _update_requirement_check in core/modules/update/update.install
- Fills in the requirements array.