You are here
2054 calls to Drupal::service() in Drupal 10
AccessRoleTest::testRenderCaching in core/ modules/ user/ tests/ src/ Functional/ Views/AccessRoleTest.php
Tests access on render caching.
AccessTest::testFileCacheability in core/ modules/ file/ tests/ src/ Kernel/AccessTest.php
Tests cacheability metadata.
Action::getPluginCollection in core/ modules/ system/ src/ Entity/Action.php
Encapsulates the creation of the action's LazyPluginCollection.
Actions::preRenderActionsDropbutton in core/ lib/ Drupal/ Core/ Render/ Element/Actions.php
#pre_render callback for #type 'actions'.
ActionsTest::testDropbuttonWithBubbleableMetadata in core/ tests/ Drupal/ KernelTests/ Core/ Render/ Element/ActionsTest.php
ActionUninstallTest::testActionUninstall in core/ modules/ action/ tests/ src/ Functional/ActionUninstallTest.php
Tests Action uninstall.
ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate in core/ modules/ workspaces/ tests/ src/ Functional/ UpdateSystem/ActiveWorkspaceUpdateTest.php
Tests that there is no active workspace during database updates.
AddFeedTest::testFeedIconEscaping in core/ modules/ system/ tests/ src/ Kernel/ Common/AddFeedTest.php
Checks that special characters are correctly escaped.
AdminAjaxTest::testAjaxRebuild in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/AdminAjaxTest.php
Confirms that form_alter is triggered after AJAX rebuilds.
AdminTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/AdminTest.php
AdvisoriesTestHttpClient::setTestEndpoint in core/ modules/ system/ tests/ modules/ advisory_feed_test/ src/AdvisoriesTestHttpClient.php
Sets the test endpoint for the advisories JSON feed.
AjaxCssForm::generateResponse in core/ modules/ ckeditor/ tests/ modules/ src/ Form/AjaxCssForm.php
Generates an AJAX response to add CSS to a CKEditor Text Editor instance.
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.
AjaxPageStateTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Render/AjaxPageStateTest.php
AjaxTest::testAjaxWithAdminRoute in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/AjaxTest.php
AlterTest::testDrupalAlter in core/ modules/ system/ tests/ src/ Functional/ Common/AlterTest.php
Tests if the theme has been altered.
Analyzer::formatMessages in core/ modules/ views/ src/Analyzer.php
Formats the analyze result into a message string.
ApcuBackendTest::createCacheBackend in core/ tests/ Drupal/ KernelTests/ Core/ Cache/ApcuBackendTest.php
Creates a cache backend to test.
ArbitraryRebuildTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Form/ArbitraryRebuildTest.php
AreaEmptyTest::testRenderEmptyHeaderFooter in core/ modules/ views/ tests/ src/ Kernel/ Handler/AreaEmptyTest.php
Tests that the header and footer areas are not rendered if empty.
AreaEntityTest::doTestRender in core/ modules/ views/ tests/ src/ Kernel/ Handler/AreaEntityTest.php
Tests rendering the entity area handler.
AreaMessagesTest::testMessageText in core/ modules/ views/ tests/ src/ Kernel/ Handler/AreaMessagesTest.php
Tests the messages area handler.
AreaResultTest::testResult in core/ modules/ views/ tests/ src/ Kernel/ Handler/AreaResultTest.php
Tests the results area handler.
AreaResultTest::testResultEmpty in core/ modules/ views/ tests/ src/ Kernel/ Handler/AreaResultTest.php
Tests the results area handler.
AreaTest::testAreaAccess in core/ modules/ views/ tests/ src/ Functional/ Handler/AreaTest.php
Tests the access for an area.
AssertConfigEntityImportTrait::assertConfigEntityImport in core/ modules/ config/ tests/ src/ Traits/AssertConfigEntityImportTrait.php
Asserts that a config entity can be imported without changing it.
AssertContentTrait::assertThemeOutput in core/ tests/ Drupal/ KernelTests/AssertContentTrait.php
Asserts themed output.
AssertMailTraitTest::testAssertMailTrait in core/ tests/ Drupal/ KernelTests/ Core/ Test/AssertMailTraitTest.php
Tests that the maintenance theme initializes the theme and its base themes.
AssertViewsCacheTagsTrait::assertViewsCacheTags in core/ modules/ views/ src/ Tests/AssertViewsCacheTagsTrait.php
Asserts a view's result & render cache items' cache tags.
AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray in core/ modules/ views/ src/ Tests/AssertViewsCacheTagsTrait.php
Asserts a view's result & render cache items' cache tags.
AssetResolver::getCssAssets in core/ lib/ Drupal/ Core/ Asset/AssetResolver.php
AssetResolver::getJsAssets in core/ lib/ Drupal/ Core/ Asset/AssetResolver.php
AttachedAssetsTest::testAddExternalFiles in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests adding external CSS and JavaScript files.
AttachedAssetsTest::testAddFiles in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests adding a CSS and a JavaScript file.
AttachedAssetsTest::testAddJsFileWithQueryString in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests JavaScript files that have query strings attached get added right.
AttachedAssetsTest::testAggregatedAttributes in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests that attributes are maintained when JS aggregation is enabled.
AttachedAssetsTest::testAggregation in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Integration test for CSS/JS aggregation.
AttachedAssetsTest::testAlter in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests altering a JavaScript's weight via hook_js_alter ().
AttachedAssetsTest::testAttributes in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests adding JavaScript files with additional attributes.
AttachedAssetsTest::testDynamicLibrary in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Dynamically defines an asset library and alters it.
AttachedAssetsTest::testHeaderHTML in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests JS assets depending on the 'core/<head>' virtual library.
AttachedAssetsTest::testLibraryAlter in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Adds a JavaScript library to the page and alters it.
AttachedAssetsTest::testLibraryNameConflicts in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests that multiple modules can implement libraries with the same name.
AttachedAssetsTest::testRenderDifferentWeight in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests rendering the JavaScript with a file's weight above jQuery's.
AttachedAssetsTest::testRenderOrder in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests JavaScript and CSS asset ordering.
AttachedAssetsTest::testSettings in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests JavaScript settings.
AttachedAssetsTest::testVersionQueryString in core/ tests/ Drupal/ KernelTests/ Core/ Asset/AttachedAssetsTest.php
Tests JavaScript versioning.
authorize_access_allowed in core/authorize.php
Determines if the current user is allowed to run authorize.php .
automated_cron_form_system_cron_settings_alter in core/ modules/ automated_cron/automated_cron.module
Implements hook_form_FORM_ID_alter () for the system_cron_settings() form.
BackendChainTest::createCacheBackend in core/ tests/ Drupal/ KernelTests/ Core/ Cache/BackendChainTest.php
Creates a cache backend to test.
BaseFieldDefinition::create in core/ lib/ Drupal/ Core/ Field/BaseFieldDefinition.php
Creates a new field definition.
BaseFieldDefinition::getOptionsProvider in core/ lib/ Drupal/ Core/ Field/BaseFieldDefinition.php
Gets an options provider for the given field item property.
BaseFieldDefinition::getSchema in core/ lib/ Drupal/ Core/ Field/BaseFieldDefinition.php
Returns the field schema.
BasicAuthTestController::readState in core/ modules/ basic_auth/ tests/ modules/ basic_auth_test/ src/BasicAuthTestController.php
BatchUserAction::processBatch in core/ modules/ views/ tests/ modules/ user_batch_action_test/ src/ Plugin/ Action/BatchUserAction.php
Processes the batch item.
batch_process in core/ includes/form.inc
Processes the batch.
BigPipeTestController::test in core/ modules/ big_pipe/ tests/ modules/ big_pipe_test/ src/BigPipeTestController.php
Returns all BigPipe placeholder test case render arrays.
big_pipe_page_attachments in core/ modules/ big_pipe/big_pipe.module
Implements hook_page_attachments ().
Block::conditionPluginManager in core/ modules/ block/ src/ Entity/Block.php
Gets the condition plugin manager.
Block::getPluginCollection in core/ modules/ block/ src/ Entity/Block.php
Encapsulates the creation of the block's LazyPluginCollection.
BlockAddTest::testBlockAddThemeSelector in core/ modules/ block/ tests/ src/ FunctionalJavascript/BlockAddTest.php
Tests the AJAX for the theme selector.
BlockAdminThemeTest::testAdminTheme in core/ modules/ block/ tests/ src/ Functional/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockAdminThemeTest::testClaroAdminTheme in core/ modules/ block/ tests/ src/ Functional/BlockAdminThemeTest.php
Ensure contextual links are disabled in Claro theme.
BlockConfigSchemaTest::setUp in core/ modules/ block/ tests/ src/ Kernel/BlockConfigSchemaTest.php
BlockContent::invalidateBlockPluginCache in core/ modules/ block_content/ src/ Entity/BlockContent.php
Invalidates the block plugin cache after changes and deletions.
BlockContentAccessHandlerTest::setUp in core/ modules/ block_content/ tests/ src/ Kernel/BlockContentAccessHandlerTest.php
BlockContentCreationTest::testConfigDependencies in core/ modules/ block_content/ tests/ src/ Functional/BlockContentCreationTest.php
Tests placed content blocks create a dependency in the block placement.
BlockContentEntityReferenceSelectionTest::setUp in core/ modules/ block_content/ tests/ src/ Kernel/BlockContentEntityReferenceSelectionTest.php
BlockContentTypeTest::testBlockContentTypeCreation in core/ modules/ block_content/ tests/ src/ Functional/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
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.
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/ modules/ block/ tests/ src/ Functional/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
BlockInterestCohortTest::testDefaultBlocking in core/ tests/ Drupal/ KernelTests/ Core/ Http/BlockInterestCohortTest.php
Tests that FLoC is blocked by default.
BlockInterestCohortTest::testDisableBlockSetting in core/ tests/ Drupal/ KernelTests/ Core/ Http/BlockInterestCohortTest.php
Tests that FLoC blocking can be disabled in settings.php.
BlockInterestCohortTest::testExistingInterestCohortPolicy in core/ tests/ Drupal/ KernelTests/ Core/ Http/BlockInterestCohortTest.php
Tests that an existing interest-cohort policy is not overwritten.
BlockInterestCohortTest::testExistingPolicyHeader in core/ tests/ Drupal/ KernelTests/ Core/ Http/BlockInterestCohortTest.php
Tests that an existing header is not modified.
BlockInterestCohortTest::testSubrequestBlocking in core/ tests/ Drupal/ KernelTests/ Core/ Http/BlockInterestCohortTest.php
Tests that FLoC blocking is ignored for subrequests.
BlockStorageUnitTest::testDefaultBlocks in core/ modules/ block/ tests/ src/ Kernel/BlockStorageUnitTest.php
Tests the installation of default blocks.
BlockSystemBrandingTest::testSystemBrandingSettings in core/ modules/ block/ tests/ src/ Functional/BlockSystemBrandingTest.php
Tests system branding block configuration.
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.
BlockTest::testBlockThemeSelector in core/ modules/ block/ tests/ src/ Functional/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockTest::testThemeName in core/ modules/ block/ tests/ src/ Functional/BlockTest.php
Tests block display of theme titles.
BlockTest::testUninstallTheme in core/ modules/ block/ tests/ src/ Functional/BlockTest.php
Tests that uninstalling a theme removes its block configuration.
BlockUiTest::testBlockAdminUiPage in core/ modules/ block/ tests/ src/ Functional/BlockUiTest.php
Tests block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/ modules/ block/ tests/ src/ Functional/BlockUiTest.php
Tests block demo page exists and functions correctly.
BlockUiTest::testBlockPlacementIndicator in core/ modules/ block/ tests/ src/ Functional/BlockUiTest.php
Tests the block placement indicator.
BlockUiTest::testContextAwareBlocks in core/ modules/ block/ tests/ src/ Functional/BlockUiTest.php
Tests the behavior of context-aware blocks.
BlockUiTest::testContextAwareUnsatisfiedBlocks in core/ modules/ block/ tests/ src/ Functional/BlockUiTest.php
Tests the behavior of unsatisfied context-aware blocks.
BlockViewBuilder::buildPreRenderableBlock in core/ modules/ block/ src/BlockViewBuilder.php
Builds a #pre_render-able block render array.
BlockViewBuilder::lazyBuilder in core/ modules/ block/ src/BlockViewBuilder.php
#lazy_builder callback; builds a #pre_render-able block.
BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability in core/ modules/ block/ tests/ src/ Kernel/BlockViewBuilderTest.php
Asserts that a block is built/rendered/cached with expected cacheability.
BlockViewBuilderTest::verifyRenderCacheHandling in core/ modules/ block/ tests/ src/ Kernel/BlockViewBuilderTest.php
Verifies render cache handling of the block being tested.
block_content_add_body_field in core/ modules/ block_content/block_content.module
Adds the default body field to a custom block type.
block_help in core/ modules/ block/block.module
Implements hook_help ().
block_modules_installed in core/ modules/ block/block.module
Implements hook_modules_installed ().
block_rebuild in core/ modules/ block/block.module
Implements hook_rebuild ().
block_themes_installed in core/ modules/ block/block.module
Initializes blocks for installed themes.
BookAdminEditForm::bookAdminTableTree in core/ modules/ book/ src/ Form/BookAdminEditForm.php
Helps build the main table in the book administration page form.
BookTest::testBookListing in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the listing of all books.
BookTest::testBookNavigationBlock in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testHookNodeLoadAccess in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Ensure the loaded book in hook_node_load() does not depend on the user.
BookTest::testSaveBookLink in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests that saveBookLink() returns something.
BookUninstallTest::testBookUninstall in core/ modules/ book/ tests/ src/ Kernel/BookUninstallTest.php
Tests the book_system_info_alter() method.
book_form_node_form_alter in core/ modules/ book/book.module
Implements hook_form_BASE_FORM_ID_alter () for \Drupal\node\NodeForm .
book_node_insert in core/ modules/ book/book.module
Implements hook_ENTITY_TYPE_insert () for node entities.
book_node_load in core/ modules/ book/book.module
Implements hook_ENTITY_TYPE_load () for node entities.
book_node_predelete in core/ modules/ book/book.module
Implements hook_ENTITY_TYPE_predelete () for node entities.
book_node_prepare_form in core/ modules/ book/book.module
Implements hook_ENTITY_TYPE_prepare_form () for node entities.
book_node_update in core/ modules/ book/book.module
Implements hook_ENTITY_TYPE_update () for node entities.
book_test_page_attachments in core/ modules/ book/ tests/ modules/ book_test/book_test.module
Implements hook_page_attachments ().
BooleanFieldTest::testBooleanField in core/ modules/ field/ tests/ src/ Functional/ Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFieldTest::testFormAccess in core/ modules/ field/ tests/ src/ Functional/ Boolean/BooleanFieldTest.php
Tests field access.
BooleanFormatterSettingsTest::setUp in core/ modules/ field/ tests/ src/ Functional/ Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::setUp in core/ modules/ field/ tests/ src/ FunctionalJavascript/ Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterTest::setUp in core/ modules/ field/ tests/ src/ Kernel/ Boolean/BooleanFormatterTest.php
BooleanItemTest::setUp in core/ modules/ field/ tests/ src/ Kernel/ Boolean/BooleanItemTest.php
BreadcrumbTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Menu/BreadcrumbTest.php
BreakLockForm::getDescription in core/ modules/ views_ui/ src/ Form/BreakLockForm.php
BreakpointDiscoveryTest::setUp in core/ modules/ breakpoint/ tests/ src/ Kernel/BreakpointDiscoveryTest.php
BreakpointDiscoveryTest::testBreakpointGroups in core/ modules/ breakpoint/ tests/ src/ Kernel/BreakpointDiscoveryTest.php
Tests the collection of breakpoint groups.
BreakpointDiscoveryTest::testCustomBreakpointGroups in core/ modules/ breakpoint/ tests/ src/ Kernel/BreakpointDiscoveryTest.php
Tests the custom breakpoint group provided by a theme and a module.
BreakpointDiscoveryTest::testModuleBreakpoints in core/ modules/ breakpoint/ tests/ src/ Kernel/BreakpointDiscoveryTest.php
Tests the breakpoint group created for a module.
BreakpointDiscoveryTest::testThemeBreakpoints in core/ modules/ breakpoint/ tests/ src/ Kernel/BreakpointDiscoveryTest.php
Tests the breakpoint group created for a theme.
breakpoint_themes_installed in core/ modules/ breakpoint/breakpoint.module
Implements hook_themes_installed ().
breakpoint_themes_uninstalled in core/ modules/ breakpoint/breakpoint.module
Implements hook_themes_uninstalled ().
BrowserTestBase::cleanupEnvironment in core/ tests/ Drupal/ Tests/BrowserTestBase.php
Clean up the test environment.
BrowserTestBaseTest::testProfileModules in core/ tests/ Drupal/ FunctionalTests/BrowserTestBaseTest.php
Ensures we can't access modules we shouldn't be able to after install.
BrowserTestBaseUserAgentTest::testUserAgentValidation in core/ tests/ Drupal/ FunctionalTests/BrowserTestBaseUserAgentTest.php
Tests validation of the User-Agent header we use to perform test requests.
Cache::invalidateTags in core/ lib/ Drupal/ Core/ Cache/Cache.php
Marks cache items from all bins with any of the specified tags as invalid.
Cache::mergeContexts in core/ lib/ Drupal/ Core/ Cache/Cache.php
Merges arrays of cache contexts and removes duplicates.
CacheContextOptimizationTest::testUserPermissionCacheContextOptimization in core/ tests/ Drupal/ KernelTests/ Core/ Cache/CacheContextOptimizationTest.php
Ensures that 'user.permissions' cache context is able to define cache tags.
CacheContextOptimizationTest::testUserRolesCacheContextOptimization in core/ tests/ Drupal/ KernelTests/ Core/ Cache/CacheContextOptimizationTest.php
Ensures that 'user.roles' still works when it is optimized away.
CachedStorageTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Config/ Storage/CachedStorageTest.php
CachePluginBase::generateResultsKey in core/ modules/ views/ src/ Plugin/ views/ cache/CachePluginBase.php
Calculates and sets a cache ID used for the result cache.
CacheTagTest::getRenderCache in core/ modules/ views/ tests/ src/ Functional/ Plugin/CacheTagTest.php
Gets the render cache for a given view.
CacheTagTest::testTagCaching in core/ modules/ views/ tests/ src/ Functional/ Plugin/CacheTagTest.php
Tests the tag cache plugin.
CacheTest::testArgumentDefaultCache in core/ modules/ views/ tests/ src/ Kernel/ Plugin/CacheTest.php
Tests that cacheability metadata is carried over from argument defaults.
CacheTest::testHeaderStorage in core/ modules/ views/ tests/ src/ Kernel/ Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheWebTest::testCacheOutputOnPage in core/ modules/ views/ tests/ src/ Functional/ Plugin/CacheWebTest.php
Tests the output caching on an actual page.
callback_batch_finished in core/ lib/ Drupal/ Core/ Form/form.api.php
Complete a batch process.
ChainedFastBackendTest::createCacheBackend in core/ tests/ Drupal/ KernelTests/ Core/ Cache/ChainedFastBackendTest.php
Creates a new instance of ChainedFastBackend.
CheckboxTest::testFormCheckbox in core/ modules/ system/ tests/ src/ Functional/ Form/CheckboxTest.php
check_markup in core/ modules/ filter/filter.module
Runs all the enabled filters on a piece of text.
CKEditor5PluginDefinition::getTypedConfig in core/ modules/ ckeditor5/ src/ Plugin/CKEditor5PluginDefinition.php
Returns the typed configuration service.
CKEditor5PluginDefinition::validateDrupalAspects in core/ modules/ ckeditor5/ src/ Plugin/CKEditor5PluginDefinition.php
Validates the Drupal aspects of the CKEditor 5 plugin definition.
CKEditor5PluginManagerTest::testInvalidPluginDefinitions in core/ modules/ ckeditor5/ tests/ src/ Kernel/CKEditor5PluginManagerTest.php
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::__construct ()
@dataProvider providerTestInvalidPluginDefinitions
CKEditor5StylesheetsTest::testExternalStylesheets in core/ modules/ ckeditor5/ tests/ src/ Kernel/CKEditor5StylesheetsTest.php
Tests loading of theme's CKEditor 5 stylesheets defined in the .info file.
CKEditorAdminTest::testExistingFormat in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorLoadingTest::testLoading in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CKEditorPluginBase::getModuleList in core/ modules/ ckeditor/ src/CKEditorPluginBase.php
Gets the module list service.
CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning in core/ modules/ ckeditor5/ tests/ src/ FunctionalJavascript/CKEditorStylesheetsWarningTest.php
Installs and enables themes for testing.
CKEditorTest::testBuildContentsCssJSSetting in core/ modules/ ckeditor/ tests/ src/ Kernel/CKEditorTest.php
Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testExternalStylesheets in core/ modules/ ckeditor/ tests/ src/ Kernel/CKEditorTest.php
Tests loading of theme's CKEditor stylesheets defined in the .info file.
ckeditor_ckeditor_css_alter in core/ modules/ ckeditor/ckeditor.module
Implements hook_ckeditor_css_alter ().
ckeditor_test_ckeditor_css_alter in core/ modules/ ckeditor/ tests/ modules/ckeditor_test.module
Implements hook_ckeditor_css_alter ().
ClaroTest::testConfigSchema in core/ tests/ Drupal/ FunctionalTests/ Theme/ClaroTest.php
Tests Claro's configuration schema.
ClaroVerticalTabsTest::testVerticalTabs in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ClaroVerticalTabsTest.php
Confirms that Claro can render vertical tabs correctly.
claro_system_module_invoked_library_info_alter in core/ themes/ claro/claro.theme
Called by system.module via its hook_library_info_alter ().
claro_theme_suggestions_maintenance_page_alter in core/ themes/ claro/claro.theme
Implements hook_theme_suggestions_maintenance_page_alter().
ClassLoaderTest::testClassLoading in core/ modules/ system/ tests/ src/ Functional/ Module/ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ClassLoaderTest::testClassLoadingDisabledModules in core/ modules/ system/ tests/ src/ Functional/ Module/ClassLoaderTest.php
Tests that module-provided classes can't be loaded from disabled modules.
ClassLoaderTest::testClassLoadingNotInstalledModules in core/ modules/ system/ tests/ src/ Functional/ Module/ClassLoaderTest.php
Tests that module-provided classes can't be loaded if module not installed.
CommandsTest::testAttachedSettings in core/ tests/ Drupal/ KernelTests/ Core/ Ajax/CommandsTest.php
Regression test: Settings command exists regardless of JS aggregation.
CommandWithAttachedAssetsTrait::getRenderedContent in core/ lib/ Drupal/ Core/ Ajax/CommandWithAttachedAssetsTrait.php
Processes the content for output.
Comment::postDelete in core/ modules/ comment/ src/ Entity/Comment.php
Comment::postSave in core/ modules/ comment/ src/ Entity/Comment.php
Comment::preCreate in core/ modules/ comment/ src/ Entity/Comment.php
CommentAdminTest::setUp in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentAdminTest.php
CommentAdminTest::testCommentedEntityLabel in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentAdminTest.php
Tests commented entity label of admin view.
CommentAdminTest::testCommentedTranslationDeletion in core/ modules/ comment/ tests/ src/ Functional/CommentAdminTest.php
Tests commented translation deletion admin view.
CommentAdminViewTest::doTestFilters in core/ modules/ comment/ tests/ src/ Kernel/ Views/CommentAdminViewTest.php
Tests comment admin view display.
CommentDisplayConfigurableTest::testDisplayConfigurable in core/ modules/ comment/ tests/ src/ Functional/CommentDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
CommentForm::__construct in core/ modules/ comment/ src/CommentForm.php
Constructs a new CommentForm.
CommentLinksTest::testCommentLinks in core/ modules/ comment/ tests/ src/ Functional/CommentLinksTest.php
Tests that comment links are output and can be hidden.
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.
CommentNonNodeTest::setUp in core/ modules/ comment/ tests/ src/ Functional/CommentNonNodeTest.php
CommentOrphanTest::testOrphan in core/ modules/ comment/ tests/ src/ Kernel/CommentOrphanTest.php
Test loading/deleting/rendering orphaned comments.
CommentPagerTest::testTwoPagers in core/ modules/ comment/ tests/ src/ Functional/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.
CommentPreviewTest::testCommentPreview in core/ modules/ comment/ tests/ src/ Functional/CommentPreviewTest.php
Tests comment preview.
CommentRssTest::testCommentRss in core/ modules/ comment/ tests/ src/ Functional/CommentRssTest.php
Tests comments as part of an RSS feed.
CommentTestTrait::addDefaultCommentField in core/ modules/ comment/ src/ Tests/CommentTestTrait.php
Adds the default comment field to an entity.
CommentTitleTest::testCommentEmptyTitles in core/ modules/ comment/ tests/ src/ Functional/CommentTitleTest.php
Tests markup for comments with empty titles.
CommentTokenReplaceTest::testCommentTokenReplacement in core/ modules/ comment/ tests/ src/ Functional/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentUserNameTest::testUsername in core/ modules/ comment/ tests/ src/ Kernel/ Views/CommentUserNameTest.php
Tests the username formatter.
CommentViewsData::getViewsData in core/ modules/ comment/ src/CommentViewsData.php
comment_cron in core/ modules/ comment/comment.module
Implements hook_cron ().
comment_entity_insert in core/ modules/ comment/comment.module
Implements hook_entity_insert ().
comment_entity_predelete in core/ modules/ comment/comment.module
Implements hook_entity_predelete ().
comment_entity_storage_load in core/ modules/ comment/comment.module
Implements hook_entity_storage_load ().
comment_entity_view in core/ modules/ comment/comment.module
Implements hook_entity_view ().
comment_form_field_ui_display_overview_form_alter in core/ modules/ comment/comment.module
Implements hook_form_FORM_ID_alter ().
comment_form_field_ui_field_storage_add_form_alter in core/ modules/ comment/comment.module
Implements hook_form_FORM_ID_alter () for field_ui_field_storage_add_form.
comment_form_field_ui_form_display_overview_form_alter in core/ modules/ comment/comment.module
Implements hook_form_FORM_ID_alter ().
comment_node_links_alter in core/ modules/ comment/comment.module
Implements hook_node_links_alter ().
comment_node_search_result in core/ modules/ comment/comment.module
Implements hook_node_search_result ().
comment_node_update_index in core/ modules/ comment/comment.module
Implements hook_node_update_index ().
comment_ranking in core/ modules/ comment/comment.module
Implements hook_ranking ().
comment_tokens in core/ modules/ comment/comment.tokens.inc
Implements hook_tokens ().
comment_token_info in core/ modules/ comment/comment.tokens.inc
Implements hook_token_info ().
comment_views_data_alter in core/ modules/ comment/comment.views.inc
Implements hook_views_data_alter ().
CommonDataConverter::dateIso8601Value in core/ modules/ rdf/ src/CommonDataConverter.php
Converts a date entity field array into an ISO 8601 timestamp string.
CommonTestController::jsAndCssQuerystring in core/ modules/ system/ tests/ modules/ common_test/ src/ Controller/CommonTestController.php
Adds a JavaScript file and a CSS file with a query string appended.
common_test_js_alter in core/ modules/ system/ tests/ modules/ common_test/common_test.module
Implements hook_js_alter ().
ComplexDataConstraint::__construct in core/ lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ComplexDataConstraint.php
ComputedFileUrl::getValue in core/ modules/ file/ src/ComputedFileUrl.php
Gets the data value.
ConditionTestDualUserTest::doTestDifferentUser in core/ tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ConditionTestDualUserTest.php
Tests with each context mapped to different users.
ConditionTestDualUserTest::doTestIdenticalUser in core/ tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ConditionTestDualUserTest.php
Tests with both contexts mapped to the same user.
ConfigCRUDTest::testDataTypes in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigCRUDTest.php
Tests data type handling.
ConfigDependencyTest::testConfigEntityDelete in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testConfigEntityUninstall in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testConfigEntityUninstallComplex in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDependencyTest.php
Tests complex configuration entity dependency handling during uninstall.
ConfigDependencyTest::testConfigEntityUninstallThirdParty in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDependencyTest.php
@covers ::uninstall
@covers ::getConfigEntitiesToChangeOnDependencyRemoval
ConfigDependencyTest::testContentEntityDelete in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDependencyTest.php
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
ConfigDependencyTest::testDependencyManagement in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigDependencyTest::testNonEntity in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDependencyTest.php
Tests that calculating dependencies for system module.
ConfigDiffTest::testCollectionDiff in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDiffTest.php
Tests calculating the difference between two sets of config collections.
ConfigDiffTest::testDiff in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityAdapter::getTypedConfigManager in core/ lib/ Drupal/ Core/ Entity/ Plugin/ DataType/ConfigEntityAdapter.php
Gets the typed config manager.
ConfigEntityAdapter::getTypedDataManager in core/ lib/ Drupal/ Core/ Entity/ Plugin/ DataType/ConfigEntityAdapter.php
@todo Remove this in https://www.drupal.org/node/3011137 .
ConfigEntityBase::getConfigManager in core/ lib/ Drupal/ Core/ Config/ Entity/ConfigEntityBase.php
Gets the configuration manager.
ConfigEntityBase::getTypedConfig in core/ lib/ Drupal/ Core/ Config/ Entity/ConfigEntityBase.php
Gets the typed config manager.
ConfigEntityBundleBase::postDelete in core/ lib/ Drupal/ Core/ Config/ Entity/ConfigEntityBundleBase.php
Acts on deleted entities before the delete hook is invoked.
ConfigEntityBundleBase::postSave in core/ lib/ Drupal/ Core/ Config/ Entity/ConfigEntityBundleBase.php
Acts on a saved entity before the insert or update hook is invoked.
ConfigEntityListTest::testPager in core/ modules/ config/ tests/ src/ Functional/ConfigEntityListTest.php
Tests paging.
ConfigEntityQueryTest::testLookupKeys in core/ tests/ Drupal/ KernelTests/ Core/ Entity/ConfigEntityQueryTest.php
Tests lookup keys are added to the key value store.
ConfigEntityUnitTest::testStorageMethods in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigEntityUnitTest.php
Tests storage methods.
ConfigEventsTest::testConfigEvents in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigEventsTest.php
Tests configuration events.
ConfigExportImportUITest::testExportImport in core/ modules/ config/ tests/ src/ Functional/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections in core/ modules/ config/ tests/ src/ Functional/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigExportUITest::testExport in core/ modules/ config/ tests/ src/ Functional/ConfigExportUITest.php
Tests export of configuration.
ConfigFieldDefinitionTest::testBundleFieldDefinition in core/ modules/ field/ tests/ src/ Kernel/ConfigFieldDefinitionTest.php
Makes sure a field definition is exposed for a configurable field.
ConfigFieldDefinitionTest::testFieldStorageDefinition in core/ modules/ field/ tests/ src/ Kernel/ConfigFieldDefinitionTest.php
Makes sure a field storage definition is exposed for a configurable field.
ConfigImportAllTest::testInstallUninstall in core/ modules/ config/ tests/ src/ Functional/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporter::doSyncStep in core/ lib/ Drupal/ Core/ Config/ConfigImporter.php
Calls a config import step.
ConfigImporter::processExtension in core/ lib/ Drupal/ Core/ Config/ConfigImporter.php
Processes an extension change.
ConfigImporter::reInjectMe in core/ lib/ Drupal/ Core/ Config/ConfigImporter.php
Gets all the service dependencies from \Drupal .
ConfigImporterFieldPurger::getFieldStoragesToPurge in core/ modules/ field/ src/ConfigImporterFieldPurger.php
Gets the list of fields to purge before configuration synchronization.
ConfigImporterTest::testSiteUuidValidate in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/ modules/ config/ tests/ src/ Functional/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportUITest::testEntityBundleDelete in core/ modules/ config/ tests/ src/ Functional/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testExtensionValidation in core/ modules/ config/ tests/ src/ Functional/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/ modules/ config/ tests/ src/ Functional/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/ modules/ config/ tests/ src/ Functional/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigImportUploadTest::testImport in core/ modules/ config/ tests/ src/ Functional/ConfigImportUploadTest.php
Tests importing configuration.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigInstallTest.php
Tests collections which do not support config entities install correctly.
ConfigInstallTest::testCollectionInstallationCollections in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
ConfigInstallTest::testCollectionInstallationNoCollections in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigInstallTest.php
Tests that collections are ignored if the event does not return anything.
ConfigInstallTest::testModuleInstallation in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigInstallTest.php
Tests module installation.
ConfigInstallWebTest::testConfigModuleRequirements in core/ modules/ config/ tests/ src/ Functional/ConfigInstallWebTest.php
Tests config_requirements().
ConfigInstallWebTest::testIntegrationModuleReinstallation in core/ modules/ config/ tests/ src/ Functional/ConfigInstallWebTest.php
Tests module re-installation.
ConfigInstallWebTest::testPreExistingConfigInstall in core/ modules/ config/ tests/ src/ Functional/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
ConfigMapperTest::testAddingConfigNames in core/ modules/ config_translation/ tests/ src/ Kernel/ConfigMapperTest.php
Tests adding config names to mapper.
ConfigNamesMapper::__construct in core/ modules/ config_translation/ src/ConfigNamesMapper.php
Constructs a ConfigNamesMapper.
ConfigSchemaTest::testColonsInSchemaTypeDetermination in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSchemaTest.php
Tests use of colons in schema type determination.
ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSchemaTest.php
Tests dynamic config schema type with multiple sub-key references.
ConfigSchemaTest::testConfigSchemaInfoAlter in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSchemaTest.php
Tests hook_config_schema_info_alter ().
ConfigSchemaTest::testSchemaData in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSchemaTest.php
Tests metadata applied to configuration objects.
ConfigSchemaTest::testSchemaFallback in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSchemaTest.php
Tests fallback to a greedy wildcard.
ConfigSchemaTest::testSchemaMapping in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSchemaTest.php
Tests the basic metadata retrieval layer.
ConfigSchemaTest::testSchemaMappingWithParents in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSchemaTest.php
Tests metadata retrieval with several levels of %parent indirection.
ConfigSingleImportExportTest::testImport in core/ modules/ config/ tests/ src/ Functional/ConfigSingleImportExportTest.php
Tests importing a single configuration file.
ConfigSnapshotTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSnapshotTest.php
ConfigSnapshotTest::testSnapshot in core/ tests/ Drupal/ KernelTests/ Core/ Config/ConfigSnapshotTest.php
Tests config snapshot creation and updating.
ConfigTranslationContextualLink::mapperManager in core/ modules/ config_translation/ src/ Plugin/ Menu/ ContextualLink/ConfigTranslationContextualLink.php
Gets the mapper manager.
ConfigTranslationLocalTask::mapperManager in core/ modules/ config_translation/ src/ Plugin/ Menu/ LocalTask/ConfigTranslationLocalTask.php
Gets the mapper manager.
ConfigTranslationUiTest::testPluralConfigStrings in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests translation of plural strings with multiple plural forms in config.
ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the number of source elements for plural strings in config
translation forms.
ConfigurableLanguage::getDefaultLangcode in core/ modules/ language/ src/ Entity/ConfigurableLanguage.php
Gets the default langcode.
ConfigurableLanguage::postSave in core/ modules/ language/ src/ Entity/ConfigurableLanguage.php
Acts on a saved entity before the insert or update hook is invoked.
ConfigurableLanguageManager::rebuildServices in core/ modules/ language/ src/ConfigurableLanguageManager.php
ConfigValidation::validateMapping in core/ modules/ config/ tests/ config_test/ src/ConfigValidation.php
Validates a mapping.
config_test_entity_type_alter in core/ modules/ config/ tests/ config_test/config_test.module
Implements hook_entity_type_alter ().
config_translation_themes_installed in core/ modules/ config_translation/config_translation.module
Implements hook_themes_installed ().
config_translation_themes_uninstalled in core/ modules/ config_translation/config_translation.module
Implements hook_themes_uninstalled ().
Connection::createDatabase in core/ modules/ sqlite/ src/ Driver/ Database/ sqlite/Connection.php
Overrides \Drupal\Core\Database\Connection::createDatabase().
ConstraintsTest::testUuid in core/ tests/ Drupal/ KernelTests/ Core/ Validation/ConstraintsTest.php
ContactPersonalTest::testPersonalContactAccess in core/ modules/ contact/ tests/ src/ Functional/ContactPersonalTest.php
Tests access to the personal contact form.
ContactPersonalTest::testPersonalContactFlood in core/ modules/ contact/ tests/ src/ Functional/ContactPersonalTest.php
Tests the personal contact form flood protection.
ContactSitewideTest::testAutoReply in core/ modules/ contact/ tests/ src/ Functional/ContactSitewideTest.php
Tests auto-reply on the site-wide contact form.
contact_entity_extra_field_info in core/ modules/ contact/contact.module
Implements hook_entity_extra_field_info ().
contact_form_user_form_alter in core/ modules/ contact/contact.module
Implements hook_form_FORM_ID_alter ().
contact_mail in core/ modules/ contact/contact.module
Implements hook_mail ().
contact_user_profile_form_submit in core/ modules/ contact/contact.module
Submit callback for the user profile form to save the contact page setting.
ContainerRebuildWebTest::testContainerInvalidation in core/ modules/ system/ tests/ src/ Functional/ DrupalKernel/ContainerRebuildWebTest.php
Tests container invalidation.
ContentEntityBase::create in core/ lib/ Drupal/ Core/ Entity/ContentEntityBase.php
Constructs a new entity object, without permanently saving it.
ContentEntityBase::getFieldDefinitions in core/ lib/ Drupal/ Core/ Entity/ContentEntityBase.php
Gets an array of field definitions of all contained fields.
ContentEntityBase::getTranslatedField in core/ lib/ Drupal/ Core/ Entity/ContentEntityBase.php
Gets a translated field.
ContentEntityBase::isDefaultTranslationAffectedOnly in core/ lib/ Drupal/ Core/ Entity/ContentEntityBase.php
Checks if untranslatable fields should affect only the default translation.
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors in core/ tests/ Drupal/ FunctionalTests/ Entity/ContentEntityFormFieldValidationFilteringTest.php
Tests field widgets with #limit_validation_errors.
ContentModerationState::loadFromModeratedEntity in core/ modules/ content_moderation/ src/ Entity/ContentModerationState.php
Loads a content moderation state entity.
ContentModerationTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/ContentModerationTest.php
ContentModerationWorkflowConfigTest::testDeletingStateViaConfiguration in core/ modules/ content_moderation/ tests/ src/ Kernel/ContentModerationWorkflowConfigTest.php
Tests deleting a state via config import.
ContentModerationWorkflowTypeTest::testNewWorkflow in core/ modules/ content_moderation/ tests/ src/ Functional/ContentModerationWorkflowTypeTest.php
Tests creating a new workflow using the content moderation plugin.
ContentTranslationController::overview in core/ modules/ content_translation/ src/ Controller/ContentTranslationController.php
Builds the translations overview page.
ContentTranslationHandler::entityFormAlter in core/ modules/ content_translation/ src/ContentTranslationHandler.php
ContentTranslationManageAccessCheck::access in core/ modules/ content_translation/ src/ Access/ContentTranslationManageAccessCheck.php
Checks translation access for the entity and operation on the given route.
ContentTranslationMetadataFieldsTest::testSetTranslatable in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationMetadataFieldsTest.php
Tests setting translatable metadata fields.
ContentTranslationMetadataFieldsTest::testSkipUntranslatable in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationMetadataFieldsTest.php
Tests skipping setting non translatable metadata fields.
ContentTranslationOperationsTest::setUp in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationOperationsTest.php
ContentTranslationPendingRevisionTestBase::enableContentModeration in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationPendingRevisionTestBase.php
Enables content moderation for the test entity type and bundle.
ContentTranslationSettingsTest::assertSettings in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationSettingsTest.php
Asserts that translatability has the expected value for the given bundle.
ContentTranslationSettingsTest::testSettingsUI in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationTestBase::enableTranslation in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationTestBase.php
Enables translation for the current entity type and bundle.
ContentTranslationTestBase::setupTestFields in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationTestBase.php
Creates the test fields.
ContentTranslationUntranslatableFieldsTest::setupTestFields in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationUntranslatableFieldsTest.php
content_moderation_entity_access in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_access ().
content_moderation_entity_access in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_access ().
content_moderation_entity_base_field_info in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_base_field_info ().
content_moderation_entity_delete in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_delete ().
content_moderation_entity_extra_field_info in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_extra_field_info ().
content_moderation_entity_field_access in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_field_access ().
content_moderation_entity_insert in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_insert ().
content_moderation_entity_prepare_form in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_prepare_form ().
content_moderation_entity_presave in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_presave ().
content_moderation_entity_revision_delete in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_revision_delete ().
content_moderation_entity_translation_delete in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_translation_delete ().
content_moderation_entity_type_alter in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_type_alter ().
content_moderation_entity_update in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_update ().
content_moderation_entity_view in core/ modules/ content_moderation/content_moderation.module
Implements hook_entity_view ().
content_moderation_form_alter in core/ modules/ content_moderation/content_moderation.module
Implements hook_form_alter ().
content_moderation_preprocess_node in core/ modules/ content_moderation/content_moderation.module
Implements hook_preprocess_HOOK ().
content_moderation_workflow_insert in core/ modules/ content_moderation/content_moderation.module
Implements hook_ENTITY_TYPE_insert ().
content_moderation_workflow_update in core/ modules/ content_moderation/content_moderation.module
Implements hook_ENTITY_TYPE_update ().
content_moderation_workspace_access in core/ modules/ content_moderation/content_moderation.module
Implements hook_ENTITY_TYPE_access () for the 'workspace' entity type.
content_translation_entity_base_field_info in core/ modules/ content_translation/content_translation.module
Implements hook_entity_base_field_info ().
content_translation_entity_bundle_info_alter in core/ modules/ content_translation/content_translation.module
Implements hook_entity_bundle_info_alter ().
content_translation_entity_extra_field_info in core/ modules/ content_translation/content_translation.module
Implements hook_entity_extra_field_info ().
content_translation_entity_presave in core/ modules/ content_translation/content_translation.module
Implements hook_entity_presave ().
content_translation_field_sync_widget in core/ modules/ content_translation/content_translation.admin.inc
Returns a form element to configure field synchronization.
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_form_language_content_settings_submit in core/ modules/ content_translation/content_translation.admin.inc
Form submission handler for content_translation_admin_settings_form().
content_translation_language_configuration_element_process in core/ modules/ content_translation/content_translation.module
Process callback: Expands the language_configuration form element.
content_translation_language_configuration_element_submit in core/ modules/ content_translation/content_translation.module
Form submission handler for element added with content_translation_language_configuration_element_process ().
content_translation_language_content_settings_insert in core/ modules/ content_translation/content_translation.module
Implements hook_ENTITY_TYPE_insert ().
content_translation_language_content_settings_update in core/ modules/ content_translation/content_translation.module
Implements hook_ENTITY_TYPE_update ().
content_translation_language_fallback_candidates_entity_view_alter in core/ modules/ content_translation/content_translation.module
Implements hook_language_fallback_candidates_OPERATION_alter ().
content_translation_page_attachments in core/ modules/ content_translation/content_translation.module
Implements hook_page_attachments ().
content_translation_views_data_alter in core/ modules/ content_translation/content_translation.module
Implements hook_views_data_alter ().
ContextAwarePluginAssignmentTrait::contextHandler in core/ lib/ Drupal/ Core/ Plugin/ContextAwarePluginAssignmentTrait.php
Wraps the context handler.
ContextAwarePluginManagerTrait::contextHandler in core/ lib/ Drupal/ Core/ Plugin/ Context/ContextAwarePluginManagerTrait.php
Wraps the context handler.
ContextualController::render in core/ modules/ contextual/ src/ContextualController.php
Returns the requested rendered contextual links.
ContextualLinks::contextualLinkManager in core/ modules/ contextual/ src/ Element/ContextualLinks.php
Wraps the contextual link manager.
ContextualLinks::render in core/ modules/ contextual/ src/ Plugin/ views/ field/ContextualLinks.php
Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::render().
ContextualLinksPlaceholder::preRenderPlaceholder in core/ modules/ contextual/ src/ Element/ContextualLinksPlaceholder.php
Pre-render callback: Renders a contextual links placeholder into #markup.
contextual_help in core/ modules/ contextual/contextual.module
Implements hook_help ().
ConvertImageEffect::buildConfigurationForm in core/ modules/ image/ src/ Plugin/ ImageEffect/ConvertImageEffect.php
ConvertTest::testConvertFileInRoot in core/ modules/ image/ tests/ src/ Functional/ ImageEffect/ConvertTest.php
Tests that files stored in the root folder are converted properly.
CreateMigrationsTrait::drupal6Migrations in core/ modules/ migrate_drupal/ tests/ src/ Traits/CreateMigrationsTrait.php
Create instances of all Drupal 6 migrations.
CreateMigrationsTrait::drupal7Migrations in core/ modules/ migrate_drupal/ tests/ src/ Traits/CreateMigrationsTrait.php
Create instances of all Drupal 7 migrations.
Cron::__construct in core/ lib/ Drupal/ Core/Cron.php
Constructs a cron object.
CronQueueTest::setUp in core/ modules/ system/ tests/ src/ Kernel/ System/CronQueueTest.php
CurrentThemeConditionTest::testCurrentTheme in core/ tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/CurrentThemeConditionTest.php
Tests the current theme condition.
CustomBooleanTest::testCustomOption in core/ modules/ views_ui/ tests/ src/ Functional/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::testCustomOptionTemplate in core/ modules/ views_ui/ tests/ src/ Functional/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
D6NodeDeriver::getDerivativeDefinitions in core/ modules/ node/ src/ Plugin/ migrate/D6NodeDeriver.php
D7NodeDeriver::getDerivativeDefinitions in core/ modules/ node/ src/ Plugin/ migrate/D7NodeDeriver.php
D7TaxonomyTermDeriver::getDerivativeDefinitions in core/ modules/ taxonomy/ src/ Plugin/ migrate/D7TaxonomyTermDeriver.php
DateField::getFieldType in core/ modules/ datetime/ src/ Plugin/ migrate/ field/DateField.php
Computes the destination type of a migrated field.
DateFormat::getTranslationElement in core/ modules/ config_translation/ src/ FormElement/DateFormat.php
Returns the translation form element for a given configuration definition.
DateRangeFieldTest::testAlldayRangeField in core/ modules/ datetime_range/ tests/ src/ Functional/DateRangeFieldTest.php
Tests all-day field.
DateRangeFieldTest::testDatelistWidget in core/ modules/ datetime_range/ tests/ src/ Functional/DateRangeFieldTest.php
Tests Date Range List Widget functionality.
DateRangeFieldTest::testDateRangeField in core/ modules/ datetime_range/ tests/ src/ Functional/DateRangeFieldTest.php
Tests date field functionality.
DateRangeFieldTest::testDateStorageSettings in core/ modules/ datetime_range/ tests/ src/ Functional/DateRangeFieldTest.php
Tests that 'Date' field storage setting form is disabled if field has data.
DateRangeFieldTest::testDatetimeRangeField in core/ modules/ datetime_range/ tests/ src/ Functional/DateRangeFieldTest.php
Tests date and time field.
DateRangeFieldTest::testDefaultValue in core/ modules/ datetime_range/ tests/ src/ Functional/DateRangeFieldTest.php
Tests default value functionality.
DateTimeFieldTest::testDateField in core/ modules/ datetime/ tests/ src/ Functional/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatelistWidget in core/ modules/ datetime/ tests/ src/ Functional/DateTimeFieldTest.php
Tests Date List Widget functionality.
DateTimeFieldTest::testDateStorageSettings in core/ modules/ datetime/ tests/ src/ Functional/DateTimeFieldTest.php
Tests that 'Date' field storage setting form is disabled if field has data.
DateTimeFieldTest::testDatetimeField in core/ modules/ datetime/ tests/ src/ Functional/DateTimeFieldTest.php
Tests date and time field.
DateTimeFieldTest::testDefaultValue in core/ modules/ datetime/ tests/ src/ Functional/DateTimeFieldTest.php
Tests default value functionality.
DbDumpCommandTest::setUp in core/ modules/ system/ tests/ src/ Kernel/ Scripts/DbDumpCommandTest.php
DbLogFormInjectionTest::setUp in core/ modules/ dblog/ tests/ src/ Kernel/DbLogFormInjectionTest.php
DbLogTest::doUser in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::testLogEventPage in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Tests individual log event page.
DbLogTest::testMessageParsing in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Test that twig errors are displayed correctly.
DbUpdateController::triggerBatch in core/ modules/ system/ src/ Controller/DbUpdateController.php
Starts the database update batch process.
DefaultConfigTest::assertExtensionConfig in core/ tests/ Drupal/ KernelTests/ Config/DefaultConfigTest.php
Tests that the config provided by the extension is correct.
DefaultConfigTest::testDefaultConfig in core/ tests/ Drupal/ KernelTests/ Core/ Config/DefaultConfigTest.php
Tests default configuration data type.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/ modules/ system/ tests/ src/ Functional/ System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
DefaultViewsTest::testArchiveView in core/ modules/ views/ tests/ src/ Functional/DefaultViewsTest.php
Tests the archive view.
DeleteActionTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Action/DeleteActionTest.php
DeleteActionTest::testDeleteAction in core/ tests/ Drupal/ KernelTests/ Core/ Action/DeleteActionTest.php
@covers \Drupal\Core\Action\Plugin\Action\DeleteAction ::execute
DeleteMultipleFormTest::testTranslatableEntities in core/ tests/ Drupal/ FunctionalTests/ Entity/DeleteMultipleFormTest.php
Tests the delete form for translatable entities.
DeleteMultipleFormTest::testUntranslatableEntities in core/ tests/ Drupal/ FunctionalTests/ Entity/DeleteMultipleFormTest.php
Tests the delete form for untranslatable entities.
DeleteTest::testCronDeleteNonExistingTemporary in core/ modules/ file/ tests/ src/ Kernel/DeleteTest.php
Tries to run cron deletion on file deleted from the file-system.
DeleteTest::testInUse in core/ modules/ file/ tests/ src/ Kernel/DeleteTest.php
Tries deleting a file that is in use.
DemoUmamiProfileTest::drupalLoginWithPassword in core/ profiles/ demo_umami/ tests/ src/ Functional/DemoUmamiProfileTest.php
Logs in a user using the Mink controlled browser using a password.
demo_umami_content_module_preinstall in core/ profiles/ demo_umami/ modules/ demo_umami_content/demo_umami_content.install
Implements hook_module_preinstall ().
demo_umami_install in core/ profiles/ demo_umami/demo_umami.install
Implements hook_install ().
demo_umami_requirements in core/ profiles/ demo_umami/demo_umami.install
Implements hook_requirements ().
demo_umami_toolbar in core/ profiles/ demo_umami/demo_umami.profile
Implements hook_toolbar ().
DependencyTest::testEnableRequirementsFailureDependency in core/ modules/ system/ tests/ src/ Functional/ Module/DependencyTest.php
Tests enabling a module that depends on a module which fails hook_requirements ().
DependencyTest::testModuleEnableOrder in core/ modules/ system/ tests/ src/ Functional/ Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order in the UI.
DeprecatedServicePropertyTrait::__get in core/ lib/ Drupal/ Core/ DependencyInjection/DeprecatedServicePropertyTrait.php
Allows to access deprecated/removed properties.
DestinationCategoryTest::setUp in core/ modules/ migrate_drupal/ tests/ src/ Kernel/ Plugin/ migrate/DestinationCategoryTest.php
DialogTest::testDialog in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/DialogTest.php
Tests sending non-JS and AJAX requests to open and manipulate modals.
DirectoryTest::testFileCheckDirectoryHandling in core/ tests/ Drupal/ KernelTests/ Core/ File/DirectoryTest.php
Tests directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling in core/ tests/ Drupal/ KernelTests/ Core/ File/DirectoryTest.php
Tests local directory handling functions.
DirectoryTest::testFileCreateNewFilepath in core/ tests/ Drupal/ KernelTests/ Core/ File/DirectoryTest.php
This will take a directory and path, and find a valid filepath that is not
taken by another file.
DirectoryTest::testFileDestination in core/ tests/ Drupal/ KernelTests/ Core/ File/DirectoryTest.php
This will test the filepath for a destination based on passed flags and
whether or not the file exists.
DirectoryTest::testFileDirectoryTemp in core/ tests/ Drupal/ KernelTests/ Core/ File/DirectoryTest.php
Ensure that the getTempDirectory() method always returns a value.
DisabledDisplayTest::testDisabledDisplays in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayApiTest::setUp in core/ modules/ field/ tests/ src/ Kernel/DisplayApiTest.php
DisplayApiTest::testFieldItemListView in core/ modules/ field/ tests/ src/ Kernel/DisplayApiTest.php
Tests the FieldItemListInterface::view() method.
DisplayApiTest::testFieldItemView in core/ modules/ field/ tests/ src/ Kernel/DisplayApiTest.php
Tests the FieldItemInterface::view() method.
DisplayFeedTest::testDisabledLinkedDisplay in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayFeedTest.php
Tests that the feed display works when the linked display is disabled.
DisplayPageTest::testEmptyRow in core/ modules/ views/ tests/ src/ Kernel/ Plugin/DisplayPageTest.php
Tests the templates with empty rows.
DisplayPageTest::testMenuLinks in core/ modules/ views/ tests/ src/ Kernel/ Plugin/DisplayPageTest.php
Tests the generated menu links of views.
DisplayPageTest::testPageResponses in core/ modules/ views/ tests/ src/ Kernel/ Plugin/DisplayPageTest.php
Checks the behavior of the page for access denied/not found behaviors.
DisplayPageTest::testPageRouterItems in core/ modules/ views/ tests/ src/ Kernel/ Plugin/DisplayPageTest.php
Checks that the router items are properly registered.
DisplayTest::addTranslation in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/DisplayTest.php
Helper function for adding interface text translations.
DisplayTest::testAddDisplayBlockTranslation in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/DisplayTest.php
Test if 'add' translations are filtered from multilingual display options.
DisplayTest::testInvalidDisplayPlugins in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayTest.php
Tests invalid display plugins.
DisplayTest::testTranslationSetting in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayTest.php
Tests translation rendering settings based on entity translatability.
DoubleSlashTest::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/DoubleSlashTest.php
DownloadFunctionalTest::testExceptionThrow in core/ modules/ migrate/ tests/ src/ Functional/ process/DownloadFunctionalTest.php
Tests that an exception is thrown bu migration continues with the next row.
DownloadTest::checkUrl in core/ modules/ file/ tests/ src/ Functional/DownloadTest.php
Download a file from the URL generated by generateString().
DownloadTest::testFileCreateUrl in core/ modules/ file/ tests/ src/ Functional/DownloadTest.php
Test FileUrlGeneratorInterface::generateString()
DownloadTest::testPublicFileTransfer in core/ modules/ file/ tests/ src/ Functional/DownloadTest.php
Tests the public file transfer system.
DrupalSelenium2DriverTest::testGetRemoteFilePath in core/ tests/ Drupal/ FunctionalJavascriptTests/ Tests/DrupalSelenium2DriverTest.php
Tests uploading remote files.
DrupalTest::testService in core/ tests/ Drupal/ Tests/ Core/DrupalTest.php
Tests the service() method.
drupal_check_module in core/ includes/install.inc
Checks a module's requirements.
drupal_check_profile in core/ includes/install.inc
Checks an installation profile's requirements.
drupal_find_theme_templates in core/ includes/theme.inc
Allows themes and/or theme engines to easily discover overridden templates.
drupal_flush_all_caches in core/ includes/common.inc
Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_get_database_types in core/ includes/install.inc
Returns all supported database driver installer objects.
drupal_install_mkdir in core/ includes/install.inc
Creates a directory with the specified permissions.
drupal_install_profile_distribution_name in core/ includes/install.inc
Loads the installation profile, extracting its defined distribution name.
drupal_install_profile_distribution_version in core/ includes/install.inc
Loads the installation profile, extracting its defined version.
drupal_install_system in core/ includes/install.inc
Installs the system module.
drupal_load_updates in core/ includes/install.inc
Loads .install files for installed modules to initialize the update system.
drupal_rebuild in core/ includes/utility.inc
Rebuilds all caches even when Drupal itself does not work.
drupal_theme_rebuild in core/ includes/theme.inc
Forces the system to rebuild the theme registry.
drupal_verify_profile in core/ includes/install.inc
Verifies that all dependencies are met for a given installation profile.
DynamicPageCacheIntegrationTest::setUp in core/ modules/ dynamic_page_cache/ tests/ src/ Functional/DynamicPageCacheIntegrationTest.php
DynamicPluginConfigWithCsrfTokenUrlTrait::getUrlWithReplacedCsrfTokenPlaceholder in core/ modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php
Gets the given URL with all placeholders replaced.
EarlyDateTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/EarlyDateTest.php
Editor::editorPluginManager in core/ modules/ editor/ src/ Entity/Editor.php
Returns the editor plugin manager.
Editor::getAttachments in core/ modules/ quickedit/ src/ Plugin/ InPlaceEditor/Editor.php
Editor::isCompatible in core/ modules/ quickedit/ src/ Plugin/ InPlaceEditor/Editor.php
EditorFileReferenceFilterTest::testEditorFileReferenceFilter in core/ modules/ editor/ tests/ src/ Kernel/EditorFileReferenceFilterTest.php
Tests the editor file reference filter.
EditorFileUsageTest::testEditorEntityHooks in core/ modules/ editor/ tests/ src/ Kernel/EditorFileUsageTest.php
Tests the configurable text editor manager.
EditorImageDialog::buildForm in core/ modules/ editor/ src/ Form/EditorImageDialog.php
EditorLoadingTest::setUp in core/ modules/ editor/ tests/ src/ Functional/EditorLoadingTest.php
EditorSelectionTest::getSelectedEditor in core/ modules/ quickedit/ tests/ src/ Kernel/EditorSelectionTest.php
Returns the in-place editor that Quick Edit selects.
EditorUploadImageScaleTest::uploadImage in core/ modules/ editor/ tests/ src/ Functional/EditorUploadImageScaleTest.php
Uploads an image via the editor dialog.
editor_file_download in core/ modules/ editor/editor.module
Implements hook_file_download ().
editor_filter_xss in core/ modules/ editor/editor.module
Applies text editor XSS filtering.
editor_form_filter_admin_overview_alter in core/ modules/ editor/editor.module
Implements hook_form_FORM_ID_alter ().
editor_form_filter_format_form_alter in core/ modules/ editor/editor.module
Implements hook_form_BASE_FORM_ID_alter () for \Drupal\filter\FilterFormatEditForm .
editor_image_upload_settings_form in core/ modules/ editor/editor.admin.inc
Subform constructor to configure the text editor's image upload settings.
Element::getTypedDataManager in core/ lib/ Drupal/ Core/ Config/ Schema/Element.php
Gets the typed configuration manager.
Email::validateEmail in core/ lib/ Drupal/ Core/ Render/ Element/Email.php
Form element validation handler for #type 'email'.
EmailFieldTest::testEmailField in core/ modules/ field/ tests/ src/ Functional/ Email/EmailFieldTest.php
Tests email field.
EmailItemTest::setUp in core/ modules/ field/ tests/ src/ Kernel/ Email/EmailItemTest.php
EngineNyanCatTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/EngineNyanCatTest.php
EngineTwigTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/EngineTwigTest.php
EngineTwigTest::testTwigFileUrls in core/ modules/ system/ tests/ src/ Functional/ Theme/EngineTwigTest.php
Tests the automatic/magic calling of toString() on objects, if exists.
EntityAccessControlHandlerTest::testUserLabelAccess in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityAccessControlHandlerTest.php
Ensures user labels are accessible for everyone.
EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects in core/ modules/ jsonapi/ src/ Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php
EntityAutocomplete::getEntityLabels in core/ lib/ Drupal/ Core/ Entity/ Element/EntityAutocomplete.php
Converts an array of entity objects into a string of entity labels.
EntityAutocomplete::validateEntityAutocomplete in core/ lib/ Drupal/ Core/ Entity/ Element/EntityAutocomplete.php
Form element validation handler for entity_autocomplete elements.
EntityAutocompleteElementFormTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Entity/ Element/EntityAutocompleteElementFormTest.php
EntityBase::create in core/ lib/ Drupal/ Core/ Entity/EntityBase.php
EntityBase::entityTypeBundleInfo in core/ lib/ Drupal/ Core/ Entity/EntityBase.php
Gets the entity type bundle info service.
EntityBase::load in core/ lib/ Drupal/ Core/ Entity/EntityBase.php
EntityBase::loadMultiple in core/ lib/ Drupal/ Core/ Entity/EntityBase.php
EntityBase::uuidGenerator in core/ lib/ Drupal/ Core/ Entity/EntityBase.php
Gets the UUID generator.
EntityBundleFieldTest::testCustomBundleFieldUsage in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityBundleFieldTest.php
Tests making use of a custom bundle field.
EntityCacheTagsTestBase::createCacheId in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityCacheTagsTestBase.php
Creates a cache ID from a list of cache keys and a set of cache contexts.
EntityCacheTagsTestBase::createReferenceTestEntities in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityCacheTagsTestBase.php
Creates a referencing and a non-referencing entity for testing purposes.
EntityCacheTagsTestBase::testReferencedEntity in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity when referenced.
EntityCommentType::import in core/ modules/ comment/ src/ Plugin/ migrate/ destination/EntityCommentType.php
Import the row.
EntityContentBaseTest::testUntranslatable in core/ modules/ migrate_drupal/ tests/ src/ Kernel/ d6/EntityContentBaseTest.php
Tests that translation destination fails for untranslatable entities.
EntityConverter::convert in core/ lib/ Drupal/ Core/ ParamConverter/EntityConverter.php
EntityDataDefinition::getPropertyDefinitions in core/ lib/ Drupal/ Core/ Entity/ TypedData/EntityDataDefinition.php
Gets an array of property definitions of contained properties.
EntityDecoupledTranslationRevisionsTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDecoupledTranslationRevisionsTest.php
EntityDefinitionTestTrait::applyEntityUpdates in core/ modules/ system/ tests/ src/ Functional/ Entity/ Traits/EntityDefinitionTestTrait.php
Applies all the detected valid changes.
EntityDefinitionTestTrait::doEntityUpdate in core/ modules/ system/ tests/ src/ Functional/ Entity/ Traits/EntityDefinitionTestTrait.php
Performs an entity type definition update.
EntityDefinitionTestTrait::doFieldUpdate in core/ modules/ system/ tests/ src/ Functional/ Entity/ Traits/EntityDefinitionTestTrait.php
Performs a field storage definition update.
EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions in core/ modules/ system/ tests/ src/ Functional/ Entity/ Traits/EntityDefinitionTestTrait.php
Returns the required rev / mul field definitions for an entity type.
EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests deleting a base field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Ensures that a new entity level index is created when data exists.
EntityDefinitionUpdateTest::testDefinitionEvents in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests entity type and field storage definition events.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testEntityIndexCreateWithData in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests creating a multi-field index when there are existing entities.
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests installing an additional base field while installing an entity type.
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests creating a fieldable entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDefinitionUpdateTest.php
Tests updating a fieldable entity type that doesn't exist in code anymore.
EntityDeleteForm::getConfigManager in core/ lib/ Drupal/ Core/ Entity/EntityDeleteForm.php
Gets the configuration manager.
EntityDisplayBase::calculateDependencies in core/ lib/ Drupal/ Core/ Entity/EntityDisplayBase.php
Calculates dependencies and stores them in the dependency property.
EntityDisplayBase::getFieldDefinitions in core/ lib/ Drupal/ Core/ Entity/EntityDisplayBase.php
Gets the definitions of the fields that are candidate for display.
EntityDisplayBase::init in core/ lib/ Drupal/ Core/ Entity/EntityDisplayBase.php
Initializes the display.
EntityDisplayBase::__construct in core/ lib/ Drupal/ Core/ Entity/EntityDisplayBase.php
Constructs an Entity object.
EntityDisplayModeBase::preDelete in core/ lib/ Drupal/ Core/ Entity/EntityDisplayModeBase.php
Acts on entities before they are deleted and before hooks are invoked.
EntityDisplayModeBase::preSave in core/ lib/ Drupal/ Core/ Entity/EntityDisplayModeBase.php
Acts on an entity before the presave hook is invoked.
EntityDisplayModeFormBase::save in core/ modules/ field_ui/ src/ Form/EntityDisplayModeFormBase.php
Form submission handler for the 'save' action.
EntityDisplayRepositoryTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityDisplayRepositoryTest.php
EntityDisplayTest::testBaseFieldComponent in core/ modules/ field_ui/ tests/ src/ Kernel/EntityDisplayTest.php
Tests the behavior of a field component for a base field.
EntityDisplayTest::testDeleteBundle in core/ modules/ field_ui/ tests/ src/ Kernel/EntityDisplayTest.php
Tests deleting a bundle.
EntityDisplayTest::testDeleteField in core/ modules/ field_ui/ tests/ src/ Kernel/EntityDisplayTest.php
Tests deleting field.
EntityDisplayTest::testFieldComponent in core/ modules/ field_ui/ tests/ src/ Kernel/EntityDisplayTest.php
Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testGetDisplayModeOptions in core/ modules/ field_ui/ tests/ src/ Kernel/EntityDisplayTest.php
Tests getDisplayModeOptions().
EntityDisplayTest::testOnDependencyRemoval in core/ modules/ field_ui/ tests/ src/ Kernel/EntityDisplayTest.php
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval ().
EntityExistsTest::testEntityExists in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/EntityExistsTest.php
Tests the EntityExists plugin.
EntityFieldTest::doTestIntrospection in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::testBaseFieldNonExistingBaseField in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityFieldTest.php
Tests a base field override on a non-existing base field.
EntityFieldTest::testFieldOverrideBundleField in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityFieldTest.php
Tests creating a field override config for a bundle field.
EntityFilteringThemeTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/EntityFilteringThemeTest.php
EntityForm::buildForm in core/ lib/ Drupal/ Core/ Entity/EntityForm.php
Form constructor.
EntityFormDisplay::processForm in core/ lib/ Drupal/ Core/ Entity/ Entity/EntityFormDisplay.php
Process callback: assigns weights and hides extra fields.
EntityFormDisplay::__construct in core/ lib/ Drupal/ Core/ Entity/ Entity/EntityFormDisplay.php
Constructs an Entity object.
EntityFormDisplayTest::testBaseFieldComponent in core/ modules/ field_ui/ tests/ src/ Kernel/EntityFormDisplayTest.php
Tests the behavior of a field component for a base field.
EntityFormDisplayTest::testDeleteField in core/ modules/ field_ui/ tests/ src/ Kernel/EntityFormDisplayTest.php
Tests deleting field.
EntityFormDisplayTest::testEntityGetFromDisplay in core/ modules/ field_ui/ tests/ src/ Kernel/EntityFormDisplayTest.php
@covers \Drupal\Core\Entity\EntityDisplayRepository ::getFormDisplay
EntityFormDisplayTest::testFieldComponent in core/ modules/ field_ui/ tests/ src/ Kernel/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
EntityFormDisplayTest::testOnDependencyRemoval in core/ modules/ field_ui/ tests/ src/ Kernel/EntityFormDisplayTest.php
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval ().
EntityLink::render in core/ modules/ comment/ src/ Plugin/ views/ field/EntityLink.php
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityLoadByUuidTest.php
Ensures that ::loadEntityByUuid() doesn't apply access checking.
EntityReferenceAdminTest::setUp in core/ modules/ field/ tests/ src/ FunctionalJavascript/ EntityReference/EntityReferenceAdminTest.php
EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/ tests/ Drupal/ FunctionalJavascriptTests/ EntityReference/EntityReferenceAutocompleteWidgetTest.php
Tests that the default autocomplete widget return the correct results.
EntityReferenceAutoCreateTest::setUp in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceAutoCreateTest.php
EntityReferenceAutoCreateTest::testMultipleTargetBundles in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceAutoCreateTest.php
Tests if an entity reference field having multiple target bundles is
storing the auto-created entity in the right destination.
EntityReferenceAutoCreateTest::testNoBundles in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceAutoCreateTest.php
Tests autocreation for an entity that has no bundles.
EntityReferenceFieldAttributesTest::setUp in core/ modules/ rdf/ tests/ src/ Functional/EntityReferenceFieldAttributesTest.php
EntityReferenceFieldAttributesTest::testNodeTeaser in core/ modules/ rdf/ tests/ src/ Functional/EntityReferenceFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTest::testReferencedEntitiesStringId in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityReferenceFieldTest.php
Tests referencing entities with string IDs.
EntityReferenceFieldTranslatedReferenceViewTest::enableTranslation in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Enables translations where it needed.
EntityReferenceFieldTranslatedReferenceViewTest::setUpEntityReferenceField in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Adds term reference field for the article content type.
EntityReferenceFileUploadTest::setUp in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFileUploadTest.php
EntityReferenceFileUploadTest::testFileUpload in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFileUploadTest.php
Tests that the autocomplete input element does not cause ajax fatal.
EntityReferenceFormatterBase::getEntitiesToView in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/EntityReferenceFormatterBase.php
Returns the referenced entities for display.
EntityReferenceFormatterTest::setUp in core/ modules/ field/ tests/ src/ Kernel/ EntityReference/EntityReferenceFormatterTest.php
EntityReferenceFormatterTest::testAccess in core/ modules/ field/ tests/ src/ Kernel/ EntityReference/EntityReferenceFormatterTest.php
Assert inaccessible items don't change the data of the fields.
EntityReferenceFormatterTest::testEntityFormatterRecursiveRendering in core/ modules/ field/ tests/ src/ Kernel/ EntityReference/EntityReferenceFormatterTest.php
Tests the recursive rendering protection of the entity formatter.
EntityReferenceFormatterTest::testEntityReferenceRecursiveProtectionWithManyRenderedEntities in core/ modules/ field/ tests/ src/ Kernel/ EntityReference/EntityReferenceFormatterTest.php
Renders the same entity referenced from different places.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityReferenceItem::calculateDependencies in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Calculates dependencies for field items.
EntityReferenceItem::fieldSettingsForm in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Returns a form for the field-level settings.
EntityReferenceItem::fieldSettingsFormValidate in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Form element validation handler; Invokes selection plugin's validation.
EntityReferenceItem::generateSampleValue in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Generates placeholder field values.
EntityReferenceItem::getRandomBundle in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Gets a bundle for a given entity type and selection options.
EntityReferenceItem::getSettableOptions in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Returns an array of settable values with labels for display.
EntityReferenceItem::onDependencyRemoval in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Informs the plugin that a dependency of the field will be deleted.
EntityReferenceItem::propertyDefinitions in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Defines field item properties.
EntityReferenceItem::storageSettingsForm in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/EntityReferenceItem.php
Returns a form for the storage-level settings.
EntityReferenceItemTest::testEntityAutoCreate in core/ modules/ field/ tests/ src/ Kernel/ EntityReference/EntityReferenceItemTest.php
Tests entity auto create.
EntityReferenceSelectionAccessTest::assertReferenceable in core/ modules/ system/ tests/ src/ Functional/ Entity/ EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Checks that a selection plugin returns the expected results.
EntityReferenceSelectionAccessTest::testUserHandler in core/ modules/ system/ tests/ src/ Functional/ Entity/ EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Tests the user-specific overrides of the entity handler.
EntityResource::deleteIndividual in core/ modules/ jsonapi/ src/ Controller/EntityResource.php
Deletes an individual entity.
EntityResourceTestBase::testPost in core/ modules/ rest/ tests/ src/ Functional/ EntityResource/EntityResourceTestBase.php
Tests a POST request for an entity, plus edge cases to ensure good DX.
EntityRevisionsTest::runRevisionsTests in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntityStorageBase::getAggregateQuery in core/ lib/ Drupal/ Core/ Entity/EntityStorageBase.php
Gets an aggregated query instance.
EntityStorageBase::getQuery in core/ lib/ Drupal/ Core/ Entity/EntityStorageBase.php
Gets an entity query instance.
EntityTranslationFormTest::testEntityFormLanguage in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTranslationTest::doTestLanguageFallback in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityTranslationTest.php
Executes the language fallback test for the given entity type.
EntityTranslationTest::testFieldDefinitions in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityTranslationTest.php
Check that field translatability is handled properly.
EntityTypedDataDefinitionTest::testEntities in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about entities.
EntityUrlLanguageTest::setUp in core/ modules/ language/ tests/ src/ Kernel/EntityUrlLanguageTest.php
EntityUUIDTest::assertCRUD in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityViewBuilderTest::testEntityViewBuilderCache in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityViewBuilderTest.php
Tests entity render cache handling.
EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityViewBuilderTest.php
Tests entity render cache with references.
EntityViewBuilderTest::testEntityViewBuilderWeight in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityViewBuilderTest.php
Tests weighting of display components.
EntityViewBuilderTest::testViewField in core/ tests/ Drupal/ KernelTests/ Core/ Entity/EntityViewBuilderTest.php
Tests EntityViewBuilder::viewField() language awareness.
EntityViewControllerTest::testFieldItemAttributes in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityViewControllerTest.php
Tests field item attributes.
EntityViewDisplay::__construct in core/ lib/ Drupal/ Core/ Entity/ Entity/EntityViewDisplay.php
Constructs an Entity object.
EntityViewTrait::buildEntityView in core/ tests/ Drupal/ Tests/EntityViewTrait.php
Builds the renderable view of an entity.
EntityWithUriCacheTagsTestBase::testEntityUri in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityWithUriCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity at its URI.
entity_schema_test_entity_bundle_create in core/ modules/ system/ tests/ modules/ entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_create ().
entity_schema_test_entity_bundle_delete in core/ modules/ system/ tests/ modules/ entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_delete ().
entity_test_create_bundle in core/ modules/ system/ tests/ modules/ entity_test/entity_test.module
Creates a new bundle for entity_test entities.
entity_test_delete_bundle in core/ modules/ system/ tests/ modules/ entity_test/entity_test.module
Deletes a bundle for entity_test entities.
entity_test_entity_operation_alter in core/ modules/ system/ tests/ modules/ entity_test/entity_test.module
Implements hook_entity_operation_alter ().
entity_test_install in core/ modules/ system/ tests/ modules/ entity_test/entity_test.install
Implements hook_install ().
EntryPointTest::testEntryPoint in core/ modules/ jsonapi/ tests/ src/ Functional/EntryPointTest.php
Test GET to the entry point.
EnvironmentCleanerTest::testDoCleanTemporaryDirectories in core/ tests/ Drupal/ KernelTests/ Core/ Test/EnvironmentCleanerTest.php
@covers ::doCleanTemporaryDirectories
ExecuteMigration::execute in core/ modules/ migrate/ tests/ modules/ migrate_no_migrate_drupal_test/ src/ Controller/ExecuteMigration.php
Run the node_migration_no_migrate_drupal test migration.
ExperimentalThemeTest::testExperimentalConfirmForm in core/ modules/ system/ tests/ src/ Functional/ Theme/ExperimentalThemeTest.php
Tests installing experimental themes and dependencies in the UI.
ExposedFilterAJAXTest::testExposedFilteringWithButtonElement in core/ modules/ views/ tests/ src/ FunctionalJavascript/ExposedFilterAJAXTest.php
Tests exposed filtering via AJAX with a button element.
ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes in core/ modules/ views/ tests/ src/ Functional/ Plugin/ExposedFormCheckboxesTest.php
Tests overriding the default render option with checkboxes.
ExposedFormCheckboxesTest::testExposedIsAllOfFilter in core/ modules/ views/ tests/ src/ Functional/ Plugin/ExposedFormCheckboxesTest.php
Tests that "is all of" filters work with checkboxes.
ExposedFormRenderTest::testExposedFormRender in core/ modules/ views/ tests/ src/ Kernel/ Plugin/ExposedFormRenderTest.php
Tests the exposed form markup.
ExtensionDiscovery::setProfileDirectoriesFromSettings in core/ lib/ Drupal/ Core/ Extension/ExtensionDiscovery.php
Sets installation profile directories based on current site settings.
ExtensionInstallStorage::getAllFolders in core/ lib/ Drupal/ Core/ Config/ExtensionInstallStorage.php
Returns a map of all config object names and their folders.
ExtensionListTestTrait::getModulePath in core/ tests/ Drupal/ Tests/ExtensionListTestTrait.php
Gets the path for the specified module.
ExtensionListTestTrait::getThemePath in core/ tests/ Drupal/ Tests/ExtensionListTestTrait.php
Gets the path for the specified theme.
ExtensionMimeTypeGuesser::guessMimeType in core/ lib/ Drupal/ Core/ File/ MimeType/ExtensionMimeTypeGuesser.php
ExtensionPathResolverTest::testExtensionPathResolving in core/ tests/ Drupal/ KernelTests/ Core/ Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
ExtensionPathResolverTest::testExtensionPathResolvingPath in core/ tests/ Drupal/ KernelTests/ Core/ Bootstrap/ExtensionPathResolverTest.php
@covers ::getPath
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingModule in core/ tests/ Drupal/ KernelTests/ Core/ Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingProfile in core/ tests/ Drupal/ KernelTests/ Core/ Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingTheme in core/ tests/ Drupal/ KernelTests/ Core/ Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingThemeEngine in core/ tests/ Drupal/ KernelTests/ Core/ Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
ExtensionViewsFieldTest::testFileExtensionTarOption in core/ modules/ file/ tests/ src/ Kernel/ Views/ExtensionViewsFieldTest.php
Tests file extension views field handler extension_detect_tar option.
ExternalFormUrlTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Form/ExternalFormUrlTest.php
ExternalFormUrlTest::testActionUrlBehavior in core/ tests/ Drupal/ KernelTests/ Core/ Form/ExternalFormUrlTest.php
Tests form behavior.
ExtractTest::testMultipleValueExplode in core/ modules/ migrate/ tests/ src/ Kernel/ process/ExtractTest.php
Tests multiple value handling.
Feed::buildResponse in core/ modules/ views/ src/ Plugin/ views/ display/Feed.php
Builds up a response with the rendered view as content.
FieldAccessTest::setUp in core/ modules/ field/ tests/ src/ Functional/FieldAccessTest.php
FieldAPIHandlerTrait::getEntityFieldManager in core/ modules/ views/ src/FieldAPIHandlerTrait.php
Returns the entity field manager.
FieldAttachOtherTest::testEntityDisplayBuild in core/ modules/ field/ tests/ src/ Kernel/FieldAttachOtherTest.php
Tests rendering fields with EntityDisplay build().
FieldAttachOtherTest::testEntityDisplayViewMultiple in core/ modules/ field/ tests/ src/ Kernel/FieldAttachOtherTest.php
Tests rendering fields with EntityDisplay::buildMultiple().
FieldAttachOtherTest::testEntityFormDisplayBuildForm in core/ modules/ field/ tests/ src/ Kernel/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm ().
FieldAttachOtherTest::testEntityFormDisplayExtractFormValues in core/ modules/ field/ tests/ src/ Kernel/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues ().
FieldConfigBase::calculateDependencies in core/ lib/ Drupal/ Core/ Field/FieldConfigBase.php
Calculates dependencies and stores them in the dependency property.
FieldConfigBase::getClass in core/ lib/ Drupal/ Core/ Field/FieldConfigBase.php
Returns the class used for creating the typed data object.
FieldConfigBase::onDependencyRemoval in core/ lib/ Drupal/ Core/ Field/FieldConfigBase.php
Informs the entity that entities it depends on will be deleted.
FieldConfigBase::postSave in core/ lib/ Drupal/ Core/ Field/FieldConfigBase.php
Acts on a saved entity before the insert or update hook is invoked.
FieldCrudTest::testCreateField in core/ modules/ field/ tests/ src/ Kernel/FieldCrudTest.php
Tests the creation of a field.
FieldCrudTest::testCreateFieldCustomStorage in core/ modules/ field/ tests/ src/ Kernel/FieldCrudTest.php
Tests creating a field with custom storage set.
FieldCrudTest::testFieldPropertyConstraints in core/ modules/ field/ tests/ src/ Kernel/FieldCrudTest.php
Tests setting and adding property constraints to a configurable field.
FieldCustomTest::testFieldCustomTokens in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldCustomTest.php
Ensure that custom fields can use tokens.
FieldDefinition::setFieldStorageDefinition in core/ lib/ Drupal/ Core/ Field/FieldDefinition.php
Set the field storage definition.
FieldDefinitionIntegrityTest::modulesWithSubdirectory in core/ modules/ field/ tests/ src/ Kernel/FieldDefinitionIntegrityTest.php
Find modules with a specified subdirectory.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity in core/ modules/ field/ tests/ src/ Kernel/FieldDefinitionIntegrityTest.php
Tests the integrity of field plugin definitions.
FieldDisplayTest::testFieldVisualHidden in core/ modules/ field/ tests/ src/ Kernel/FieldDisplayTest.php
Tests that visually hidden works with core.
FieldEntityOperationsTest::testEntityOperations in core/ modules/ views/ tests/ src/ Functional/ Handler/FieldEntityOperationsTest.php
Tests entity operations field.
FieldEntityTranslationTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Entity/FieldEntityTranslationTest.php
FieldFieldAccessTestBase::assertFieldAccess in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldFieldTest::testComplexRender in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldFieldTest.php
Tests the output of a view with complex field configuration.
FieldHelpTest::testFieldHelp in core/ modules/ field/ tests/ src/ Functional/FieldHelpTest.php
Tests the Field module's help page.
FieldImportCreateTest::testImportCreate in core/ modules/ field/ tests/ src/ Kernel/FieldImportCreateTest.php
Tests creating field storages and fields during config import.
FieldImportCreateTest::testImportCreateDefault in core/ modules/ field/ tests/ src/ Kernel/FieldImportCreateTest.php
Tests creating field storages and fields during default config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/ modules/ field/ tests/ src/ Kernel/FieldImportDeleteUninstallTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/ modules/ field/ tests/ src/ Functional/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldItemList::createItem in core/ lib/ Drupal/ Core/ Field/FieldItemList.php
Helper for creating a list item object.
FieldItemList::defaultValueWidget in core/ lib/ Drupal/ Core/ Field/FieldItemList.php
Returns the widget object used in default value form.
FieldItemTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Field/FieldItemTest.php
FieldKernelTest::testArgumentTokens in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests the arguments tokens on field level.
FieldKernelTest::testFieldTokens in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests the field tokens, row level and field level.
FieldKernelTest::testRender in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests that the render function is called.
FieldKernelTest::testRewrite in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests general rewriting of the output.
FieldKernelTest::testRewriteHtmlWithTokens in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests rewriting of the output with HTML.
FieldKernelTest::testRewriteHtmlWithTokensAndAggregation in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests rewriting of the output with HTML and aggregation.
FieldKernelTest::_testEmptyText in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldKernelTest.php
Tests the hide if empty functionality.
FieldLayoutEntityDisplayTrait::doGetLayout in core/ modules/ field_layout/ src/ Entity/FieldLayoutEntityDisplayTrait.php
Gets the layout plugin.
FieldLayoutEntityDisplayTrait::getLayoutDefinition in core/ modules/ field_layout/ src/ Entity/FieldLayoutEntityDisplayTrait.php
Gets a layout definition.
FieldLayoutTest::testRegionChanges in core/ modules/ field_layout/ tests/ src/ Functional/FieldLayoutTest.php
Tests that changes to the regions still leave the fields visible.
FieldMissingTypeTest::testFieldMissingType in core/ tests/ Drupal/ KernelTests/ Core/ Field/FieldMissingTypeTest.php
Tests the exception thrown when missing a field type in fields.
FieldMissingTypeTest::testFieldStorageMissingType in core/ tests/ Drupal/ KernelTests/ Core/ Field/FieldMissingTypeTest.php
Tests the exception thrown when missing a field type in field storages.
FieldRdfaTestBase::assertFormatterRdfa in core/ modules/ rdf/ tests/ src/ Kernel/ Field/FieldRdfaTestBase.php
Helper function to test the formatter's RDFa.
FieldRenderedEntityTest::testRenderedEntityWithField in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldRenderedEntityTest.php
Tests the rendered entity output with the test field configured to show.
FieldRenderedEntityTest::testRenderedEntityWithoutField in core/ modules/ views/ tests/ src/ Kernel/ Handler/FieldRenderedEntityTest.php
Tests the default rendered entity output.
FieldResolverTest::setUp in core/ modules/ jsonapi/ tests/ src/ Kernel/ Context/FieldResolverTest.php
FieldStorageConfigEditForm::getEnforcedCardinality in core/ modules/ field_ui/ src/ Form/FieldStorageConfigEditForm.php
Returns the cardinality enforced by the field type.
FieldStorageConfigEditForm::validateCardinality in core/ modules/ field_ui/ src/ Form/FieldStorageConfigEditForm.php
Validates the cardinality.
FieldStorageCrudTest::testCreate in core/ modules/ field/ tests/ src/ Kernel/FieldStorageCrudTest.php
Tests the creation of a field storage.
FieldTypePluginManagerTest::testCreateInstance in core/ modules/ field/ tests/ src/ Kernel/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig in core/ modules/ field/ tests/ src/ Kernel/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldTypePluginManagerTest::testDefaultSettings in core/ modules/ field/ tests/ src/ Kernel/FieldTypePluginManagerTest.php
Tests the default settings convenience methods.
FieldTypePluginManagerTest::testMainProperty in core/ modules/ field/ tests/ src/ Kernel/FieldTypePluginManagerTest.php
Tests all field items provide an existing main property.
FieldUIDeleteTest::testDeleteField in core/ modules/ field_ui/ tests/ src/ Functional/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FieldUIRouteTest::testAdminRoute in core/ modules/ field_ui/ tests/ src/ Functional/FieldUIRouteTest.php
Asserts that admin routes are correctly marked as such.
FieldUiTable::tablePreRender in core/ modules/ field_ui/ src/ Element/FieldUiTable.php
Performs pre-render tasks on field_ui_table elements.
FieldUITest::testHandlerUI in core/ modules/ field/ tests/ src/ Functional/ Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldWebTest::testAlterUrl in core/ modules/ views/ tests/ src/ Functional/ Handler/FieldWebTest.php
Tests rewriting the output to a link.
FieldWebTest::testTextRendering in core/ modules/ views/ tests/ src/ Functional/ Handler/FieldWebTest.php
Tests trimming/read-more/ellipses.
FieldWidgetConstraintValidatorTest::getErrorsForEntity in core/ tests/ Drupal/ KernelTests/ Core/ Entity/FieldWidgetConstraintValidatorTest.php
Gets the form errors for a given entity.
FieldWidgetConstraintValidatorTest::testValidation in core/ tests/ Drupal/ KernelTests/ Core/ Entity/FieldWidgetConstraintValidatorTest.php
Tests widget constraint validation.
field_entity_bundle_delete in core/ modules/ field/field.module
Implements hook_entity_bundle_delete ().
field_field_config_presave in core/ modules/ field/field.module
Implements hook_ENTITY_TYPE_presave () for 'field_config'.
field_field_storage_config_update in core/ modules/ field/field.module
Implements hook_ENTITY_TYPE_update () for 'field_storage_config'.
field_help in core/ modules/ field/field.module
Implements hook_help ().
field_purge_batch in core/ modules/ field/field.purge.inc
Purges a batch of deleted Field API data, field storages, or fields.
field_purge_field in core/ modules/ field/field.purge.inc
Purges a field record from the database.
field_purge_field_storage in core/ modules/ field/field.purge.inc
Purges a field record from the database.
field_ui_entity_bundle_create in core/ modules/ field_ui/field_ui.module
Implements hook_entity_bundle_create ().
field_ui_entity_form_mode_delete in core/ modules/ field_ui/field_ui.module
Implements hook_entity_form_mode_delete().
field_ui_entity_form_mode_presave in core/ modules/ field_ui/field_ui.module
Implements hook_entity_form_mode_presave().
field_ui_entity_view_mode_delete in core/ modules/ field_ui/field_ui.module
Implements hook_entity_view_mode_delete().
field_ui_entity_view_mode_presave in core/ modules/ field_ui/field_ui.module
Implements hook_entity_view_mode_presave().
File::createFileUrl in core/ modules/ file/ src/ Entity/File.php
Creates a file URL for the URI of this file.
File::preCreate in core/ modules/ file/ src/ Entity/File.php
Changes the values of an entity before it is created.
File::preDelete in core/ modules/ file/ src/ Entity/File.php
Acts on entities before they are deleted and before hooks are invoked.
FileAccessControlHandler::checkAccess in core/ modules/ file/ src/FileAccessControlHandler.php
Performs access checks.
FileCopyTest::testNonExistent in core/ tests/ Drupal/ KernelTests/ Core/ File/FileCopyTest.php
Copy a non-existent file.
FileCopyTest::testNormal in core/ tests/ Drupal/ KernelTests/ Core/ File/FileCopyTest.php
Copy a normal file.
FileCopyTest::testOverwriteSelf in core/ tests/ Drupal/ KernelTests/ Core/ File/FileCopyTest.php
Copy a file onto itself.
FileDeleteRecursiveTest::testDirectory in core/ tests/ Drupal/ KernelTests/ Core/ File/FileDeleteRecursiveTest.php
Try deleting a directory with some files.
FileDeleteRecursiveTest::testEmptyDirectory in core/ tests/ Drupal/ KernelTests/ Core/ File/FileDeleteRecursiveTest.php
Try deleting an empty directory.
FileDeleteRecursiveTest::testSingleFile in core/ tests/ Drupal/ KernelTests/ Core/ File/FileDeleteRecursiveTest.php
Delete a normal file.
FileDeleteRecursiveTest::testSubDirectory in core/ tests/ Drupal/ KernelTests/ Core/ File/FileDeleteRecursiveTest.php
Try deleting subdirectories with some files.
FileDeleteTest::testDirectory in core/ tests/ Drupal/ KernelTests/ Core/ File/FileDeleteTest.php
Try deleting a directory.
FileDeleteTest::testMissing in core/ tests/ Drupal/ KernelTests/ Core/ File/FileDeleteTest.php
Try deleting a missing file.
FileDeleteTest::testNormal in core/ tests/ Drupal/ KernelTests/ Core/ File/FileDeleteTest.php
Delete a normal file.
FileEntityFormatterTest::testFormatterFileLinkWithQueryString in core/ modules/ file/ tests/ src/ Kernel/ Formatter/FileEntityFormatterTest.php
Tests the file_link field formatter using a query string.
FileFieldAttributesTest::setUp in core/ modules/ rdf/ tests/ src/ Functional/FileFieldAttributesTest.php
FileFieldAttributesTest::testNodeTeaser in core/ modules/ rdf/ tests/ src/ Functional/FileFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
FileFieldCreationTrait::attachFileField in core/ modules/ file/ tests/ src/ Functional/FileFieldCreationTrait.php
Attaches a file field to an entity.
FileFieldDisplayTest::testDescToggle in core/ modules/ file/ tests/ src/ Functional/FileFieldDisplayTest.php
Tests description toggle for field instance configuration.
FileFieldDisplayTest::testNodeDisplay in core/ modules/ file/ tests/ src/ Functional/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldItemList::delete in core/ modules/ file/ src/ Plugin/ Field/ FieldType/FileFieldItemList.php
Defines custom delete behavior for field values.
FileFieldItemList::deleteRevision in core/ modules/ file/ src/ Plugin/ Field/ FieldType/FileFieldItemList.php
Defines custom revision delete behavior for field values.
FileFieldItemList::postSave in core/ modules/ file/ src/ Plugin/ Field/ FieldType/FileFieldItemList.php
Defines custom post-save behavior for field values.
FileFieldRevisionTest::testRevisions in core/ modules/ file/ tests/ src/ Functional/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestBase::replaceNodeFile in core/ modules/ file/ tests/ src/ Functional/FileFieldTestBase.php
Replaces a file within a node.
FileFieldTestBase::updateFileField in core/ modules/ file/ tests/ src/ Functional/FileFieldTestBase.php
Updates an existing file field with new settings.
FileFieldWidgetTest::createTemporaryFile in core/ modules/ file/ tests/ src/ Functional/FileFieldWidgetTest.php
Creates a temporary file, for a specific user.
FileFieldWidgetTest::testMultiValuedWidget in core/ modules/ file/ tests/ src/ Functional/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testMultiValuedWidget in core/ modules/ file/ tests/ src/ FunctionalJavascript/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in core/ modules/ file/ tests/ src/ Functional/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testSingleValuedWidget in core/ modules/ file/ tests/ src/ FunctionalJavascript/FileFieldWidgetTest.php
Tests uploading and remove buttons for a single-valued File field.
FileFieldWidgetTest::testUploadingMoreFilesThanAllowed in core/ modules/ file/ tests/ src/ FunctionalJavascript/FileFieldWidgetTest.php
Tests uploading more files than allowed at once.
FileFieldWidgetTest::testWidgetValidation in core/ modules/ file/ tests/ src/ Functional/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileItem::generateSampleValue in core/ modules/ file/ src/ Plugin/ Field/ FieldType/FileItem.php
Generates placeholder field values.
FileItem::storageSettingsForm in core/ modules/ file/ src/ Plugin/ Field/ FieldType/FileItem.php
Returns a form for the storage-level settings.
FileItemTest::testFileItem in core/ modules/ file/ tests/ src/ Kernel/FileItemTest.php
Tests using entity fields of the file field type.
FileListingTest::testFileListingPages in core/ modules/ file/ tests/ src/ Functional/FileListingTest.php
Tests file overview with different user permissions.
FileManagedFileElementTest::testFileNameTrim in core/ modules/ file/ tests/ src/ Functional/FileManagedFileElementTest.php
Tests file names have leading . removed.
FileManagedFileElementTest::testFileRemovedFromDisk in core/ modules/ file/ tests/ src/ Functional/FileManagedFileElementTest.php
Ensure a file entity can be saved when the file does not exist on disk.
FileManagedFileElementTest::testManagedFile in core/ modules/ file/ tests/ src/ Functional/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedFileElementTest::testManagedFile in core/ modules/ file/ tests/ src/ FunctionalJavascript/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedFileElementTest::testManagedFileRemoved in core/ modules/ file/ tests/ src/ Functional/FileManagedFileElementTest.php
Ensure that warning is shown if file on the field has been removed.
FileManagedFileElementTest::testUnusedPermanentFileValidation in core/ modules/ file/ tests/ src/ Functional/FileManagedFileElementTest.php
Verify that unused permanent files can be used.
FileMediaFormatterBase::isApplicable in core/ modules/ file/ src/ Plugin/ Field/ FieldFormatter/FileMediaFormatterBase.php
Returns if the formatter can be used for the provided field.
FileMoveTest::testMissing in core/ tests/ Drupal/ KernelTests/ Core/ File/FileMoveTest.php
Try to move a missing file.
FileMoveTest::testNormal in core/ tests/ Drupal/ KernelTests/ Core/ File/FileMoveTest.php
Move a normal file.
FileMoveTest::testOverwriteSelf in core/ tests/ Drupal/ KernelTests/ Core/ File/FileMoveTest.php
Try to move a file onto itself.
FileOnTranslatedEntityTest::testSyncedFiles in core/ modules/ file/ tests/ src/ Functional/FileOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
FilePathTest::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/FilePathTest.php
FilePathTest::testFilePath in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/FilePathTest.php
Executes all steps of migrations upgrade.
FilePrivateTest::testPrivateFile in core/ modules/ file/ tests/ src/ Functional/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FileRepositoryTest::testExistingRename in core/ modules/ file/ tests/ src/ Kernel/FileRepositoryTest.php
Tests writeData() when renaming around an existing file.
FileRepositoryTest::testExistingReplace in core/ modules/ file/ tests/ src/ Kernel/FileRepositoryTest.php
Tests writeData() when replacing an existing file.
FileRepositoryTest::testWithFilename in core/ modules/ file/ tests/ src/ Kernel/FileRepositoryTest.php
Tests the writeData() method.
FileSaveDataTest::testFileSaveData in core/ tests/ Drupal/ KernelTests/ Core/ File/FileSaveDataTest.php
Tests the file_unmanaged_save_data() function.
FileSaveHtaccessLoggingTest::testHtaccessSave in core/ modules/ system/ tests/ src/ Functional/ File/FileSaveHtaccessLoggingTest.php
Tests file_save_htaccess().
FileStorage::getFileSystem in core/ lib/ Drupal/ Core/ Config/FileStorage.php
Returns file system service.
FileTestBase::createDirectory in core/ tests/ Drupal/ KernelTests/ Core/ File/FileTestBase.php
Create a directory and assert it exists.
FileTestForm::submitForm in core/ modules/ file/ tests/ file_test/ src/ Form/FileTestForm.php
Form submission handler.
FileTestSaveUploadFromForm::validateForm in core/ modules/ file/ tests/ file_test/ src/ Form/FileTestSaveUploadFromForm.php
Form validation handler.
FileTokenReplaceTest::testFileTokenReplacement in core/ modules/ file/ tests/ src/ Functional/FileTokenReplaceTest.php
Creates a file, then tests the tokens generated from it.
FileTransfer::checkPath in core/ lib/ Drupal/ Core/ FileTransfer/FileTransfer.php
Checks that the path is inside the jail and throws an exception if not.
FileTransfer::copyDirectoryJailed in core/ lib/ Drupal/ Core/ FileTransfer/FileTransfer.php
Copies a directory.
FileTransfer::findChroot in core/ lib/ Drupal/ Core/ FileTransfer/FileTransfer.php
Returns the chroot property for this connection.
FileUploadResourceTestBase::testPostFileUploadDuplicateFileRaceCondition in core/ modules/ rest/ tests/ src/ Functional/FileUploadResourceTestBase.php
Tests using the file upload POST route twice, simulating a race condition.
FileUploadTest::testPostFileUploadDuplicateFileRaceCondition in core/ modules/ jsonapi/ tests/ src/ Functional/FileUploadTest.php
Tests using the file upload POST route twice, simulating a race condition.
FileUrlGenerator::generate in core/ lib/ Drupal/ Core/ File/FileUrlGenerator.php
FileUrlGeneratorTest::testGenerateURIWithSchema in core/ tests/ Drupal/ KernelTests/ Core/ File/FileUrlGeneratorTest.php
@covers ::generate
FileUrlGeneratorTest::testPublicManagedFileURL in core/ tests/ Drupal/ KernelTests/ Core/ File/FileUrlGeneratorTest.php
Tests the rewriting of public managed file URLs by hook_file_url_alter ().
FileUrlGeneratorTest::testRelativeFileURL in core/ tests/ Drupal/ KernelTests/ Core/ File/FileUrlGeneratorTest.php
Tests generate absolute string with relative URL.
FileUrlTest::testFilesUrlWithDifferentHostName in core/ modules/ file/ tests/ src/ Kernel/FileUrlTest.php
Tests public files with a different host name from settings.
FileUsageBase::delete in core/ modules/ file/ src/ FileUsage/FileUsageBase.php
Removes a record to indicate that a module is no longer using a file.
FileVideoFormatterTest::testAttributes in core/ modules/ file/ tests/ src/ Functional/ Formatter/FileVideoFormatterTest.php
Tests that the attributes added to the formatter are applied on render.
FileWidget::formElement in core/ modules/ file/ src/ Plugin/ Field/ FieldWidget/FileWidget.php
Returns the form for a single field widget.
FileWidget::validateMultipleCount in core/ modules/ file/ src/ Plugin/ Field/ FieldWidget/FileWidget.php
Form element validation callback for upload element on file widget. Checks
if user has uploaded more files than allowed.
file_cron in core/ modules/ file/file.module
Implements hook_cron ().
file_file_download in core/ modules/ file/file.module
Implements hook_file_download ().
file_get_file_references in core/ modules/ file/file.module
Retrieves a list of references to a file.
file_managed_file_save_upload in core/ modules/ file/file.module
Saves any files that have been uploaded into a managed_file element.
file_save_upload in core/ modules/ file/file.module
Saves file uploads to a new location.
file_test_file_url_alter in core/ modules/ file/ tests/ file_test/file_test.module
Implements hook_file_url_alter ().
file_tokens in core/ modules/ file/file.module
Implements hook_tokens ().
file_validate_image_resolution in core/ modules/ file/file.module
Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image in core/ modules/ file/file.module
Checks that the file is recognized as a valid image.
FilterAPITest::testDependencyRemoval in core/ modules/ filter/ tests/ src/ Kernel/FilterAPITest.php
Tests that filter format dependency removal works.
FilterAPITest::testProcessedTextElement in core/ modules/ filter/ tests/ src/ Kernel/FilterAPITest.php
Tests the 'processed_text' element.
FilterCaption::process in core/ modules/ filter/ src/ Plugin/ Filter/FilterCaption.php
FilterCaption::__construct in core/ modules/ filter/ src/ Plugin/ Filter/FilterCaption.php
Constructs a new FilterCaption.
FilterCrudTest::verifyTextFormat in core/ modules/ filter/ tests/ src/ Kernel/FilterCrudTest.php
Verifies that a text format is properly stored.
FilterDateTimeTest::setUp in core/ modules/ datetime/ tests/ src/ Kernel/ Views/FilterDateTimeTest.php
FilterDateTimeTest::_testExact in core/ modules/ datetime/ tests/ src/ Kernel/ Views/FilterDateTimeTest.php
Tests exact date matching.
FilteredPluginManagerTrait::moduleHandler in core/ lib/ Drupal/ Core/ Plugin/FilteredPluginManagerTrait.php
Wraps the module handler.
FilteredPluginManagerTrait::themeManager in core/ lib/ Drupal/ Core/ Plugin/FilteredPluginManagerTrait.php
Wraps the theme manager.
FilterFormat::filters in core/ modules/ filter/ src/ Entity/FilterFormat.php
Returns the ordered collection of filter plugin instances or an individual plugin instance.
FilterFormTest::testFilterForm in core/ modules/ filter/ tests/ src/ Functional/FilterFormTest.php
Tests various different configurations of the 'text_format' element.
FilterHtml::tips in core/ modules/ filter/ src/ Plugin/ Filter/FilterHtml.php
FilterHtmlImageSecureTest::testImageSource in core/ modules/ filter/ tests/ src/ Functional/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FilterKernelTest::testAlignAndCaptionFilters in core/ modules/ filter/ tests/ src/ Kernel/FilterKernelTest.php
Tests the combination of the align and caption filters.
FilterKernelTest::testCaptionFilter in core/ modules/ filter/ tests/ src/ Kernel/FilterKernelTest.php
Tests the caption filter.
FilterStringTest::getBasicPageView in core/ modules/ views/ tests/ src/ Kernel/ Handler/FilterStringTest.php
Build and return a Page view of the views_test_data table.
FloodTest::testDatabaseBackend in core/ modules/ system/ tests/ src/ Kernel/ System/FloodTest.php
Tests flood control database backend.
FloodTest::testMemoryBackend in core/ modules/ system/ tests/ src/ Kernel/ System/FloodTest.php
Tests flood control memory backend.
FloodTest::testMemoryBackendThreshold in core/ modules/ system/ tests/ src/ Kernel/ System/FloodTest.php
Tests memory backend records events to the nearest microsecond.
FolderTest::testFolderSetup in core/ tests/ Drupal/ FunctionalTests/FolderTest.php
FormActionXssTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Form/FormActionXssTest.php
FormActionXssTest::testFormActionXss in core/ tests/ Drupal/ KernelTests/ Core/ Form/FormActionXssTest.php
Tests form action attribute for XSS.
FormatterPluginManagerTest::testNotApplicableFallback in core/ modules/ field/ tests/ src/ Kernel/FormatterPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.
FormBase::getRequest in core/ lib/ Drupal/ Core/ Form/FormBase.php
Gets the request object.
FormCacheTest::testNoCacheToken in core/ tests/ Drupal/ KernelTests/ Core/ Form/FormCacheTest.php
Tests the form cache without a logged-in user.
FormController::__construct in core/ modules/ system/ tests/ modules/ condition_test/ src/FormController.php
Constructs a \Drupal\condition_test\FormController object.
FormElement::processAutocomplete in core/ lib/ Drupal/ Core/ Render/ Element/FormElement.php
Adds autocomplete functionality to elements.
FormTest::testFieldFormAccess in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormDefaultValue in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormMultipleWidget in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormMultivalueWithRequiredRadio in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests widget handling of multiple required radios.
FormTest::testFieldFormSingle in core/ modules/ field/ tests/ src/ Functional/FormTest.php
FormTest::testFieldFormSingleRequired in core/ modules/ field/ tests/ src/ Functional/FormTest.php
FormTest::testFieldFormUnlimited in core/ modules/ field/ tests/ src/ Functional/FormTest.php
FormTest::testFieldFormUnlimitedRequired in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests the position of the required label.
FormTest::testHiddenField in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests hiding a field in a form.
FormTest::testRequiredFields in core/ modules/ system/ tests/ src/ Functional/ Form/FormTest.php
Check several empty values for required forms elements.
FormTest::widgetAlterTest in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests widget alter hooks for a given hook name.
ForumTest::testAddOrphanTopic in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::verifyForums in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumTest::verifyForumView in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Verifies the display of a forum page.
forum_comment_delete in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_delete () for comment entities.
forum_comment_insert in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_insert () for comment entities.
forum_comment_update in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_update () for comment entities.
forum_help in core/ modules/ forum/forum.module
Implements hook_help ().
forum_node_insert in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_insert () for node entities.
forum_node_predelete in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_predelete () for node entities.
forum_node_presave in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_presave () for node entities.
forum_node_storage_load in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_storage_load () for node entities.
forum_node_update in core/ modules/ forum/forum.module
Implements hook_ENTITY_TYPE_update () for node entities.
FrameworkTest::testLazyLoadOverriddenCSS in core/ modules/ system/ tests/ src/ FunctionalJavascript/FrameworkTest.php
Tests that overridden CSS files are not added during lazy load.
FrameworkTest::testOrder in core/ modules/ system/ tests/ src/ Functional/ Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
FrontMatterTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Theme/FrontMatterTest.php
FrontPageTest::doTestFrontPageViewCacheTags in core/ modules/ node/ tests/ src/ Functional/ Views/FrontPageTest.php
Tests the cache tags on the front page.
FunctionalTestSetupTrait::initConfig in core/ lib/ Drupal/ Core/ Test/FunctionalTestSetupTrait.php
Initialize various configurations post-installation.
FunctionalTestSetupTrait::prepareEnvironment in core/ lib/ Drupal/ Core/ Test/FunctionalTestSetupTrait.php
Prepares the current environment for running the test.
FunctionsTest::testDrupalPreRenderLinks in core/ modules/ system/ tests/ src/ Kernel/ Theme/FunctionsTest.php
Tests the use of Link::preRenderLinks() on a nested array of links.
GetRdfNamespacesTest::testGetRdfNamespaces in core/ modules/ rdf/ tests/ src/ Functional/GetRdfNamespacesTest.php
Tests getting RDF namespaces.
GlossaryViewTest::testGlossaryLanguagePrefix in core/ modules/ views/ tests/ src/ FunctionalJavascript/GlossaryViewTest.php
Tests that the glossary also works on a language prefixed URL.
HandleMultiplesTest::testScalarAndMultipleValues in core/ modules/ migrate/ tests/ src/ Kernel/ process/HandleMultiplesTest.php
Tests process pipelines with scalar and multiple values handling.
HandlerFieldUserNameTest::testNoAdditionalFields in core/ modules/ user/ tests/ src/ Functional/ Views/HandlerFieldUserNameTest.php
Tests that the field handler works when no additional fields are added.
HandlerFieldUserNameTest::testUserName in core/ modules/ user/ tests/ src/ Functional/ Views/HandlerFieldUserNameTest.php
HandlerFilterPermissionTest::testFilterPermission in core/ modules/ user/ tests/ src/ Kernel/ Views/HandlerFilterPermissionTest.php
Tests the permission filter handler.
Heading::validChoices in core/ modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/Heading.php
Computes all valid choices for the "enabled_headings" setting.
HelpEmptyPageTest::testEmptyHookHelp in core/ modules/ help/ tests/ src/ Kernel/HelpEmptyPageTest.php
Ensures that no URL generator is called on a page without hook_help ().
HelpSearchPluginTest::testAnnotation in core/ modules/ help_topics/ tests/ src/ Kernel/HelpSearchPluginTest.php
Tests search plugin annotation and interfaces.
HelpTest::verifyHelp in core/ modules/ help/ tests/ src/ Functional/HelpTest.php
Verifies the logged in user has access to the various help pages.
HelpTopicSearchTest::testHelpSearch in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicSearchTest.php
Tests help topic search.
HelpTopicSearchTest::testUninstall in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicSearchTest.php
Tests uninstalling the help_topics module.
HelpTopicsSyntaxTest::listDirectories in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicsSyntaxTest.php
Lists the extension help topic directories of a certain type.
HelpTopicsSyntaxTest::renderHelpTopic in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicsSyntaxTest.php
Renders a help topic in a special manner.
HelpTopicsSyntaxTest::testHelpTopics in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicsSyntaxTest.php
Tests that all Core help topics can be rendered and have good syntax.
HelpTopicTest::setUp in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicTest.php
HelpTopicTest::testHelp in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicTest.php
Tests the main help page and individual pages for topics.
HelpTopicTranslatedTestBase::installParameters in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicTranslatedTestBase.php
HelpTopicTranslatedTestBase::setUp in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicTranslatedTestBase.php
HistoryTimestampTest::setUp in core/ modules/ history/ tests/ src/ Kernel/ Views/HistoryTimestampTest.php
HistoryTimestampTest::testHandlers in core/ modules/ history/ tests/ src/ Kernel/ Views/HistoryTimestampTest.php
Tests the handlers.
HistoryUserTimestamp::render in core/ modules/ history/ src/ Plugin/ views/ field/HistoryUserTimestamp.php
hook_ajax_render_alter in core/ lib/ Drupal/ Core/ Form/form.api.php
Alter the Ajax command data that is sent to the client.
hook_ckeditor_css_alter in core/ modules/ ckeditor/ckeditor.api.php
Modify the list of CSS files that will be added to a CKEditor instance.
hook_config_translation_info in core/ modules/ config_translation/config_translation.api.php
Introduce dynamic translation tabs for translation of configuration.
hook_css_alter in core/ lib/ Drupal/ Core/ Render/theme.api.php
Alter CSS files before they are output on the page.
hook_entity_bundle_create in core/ lib/ Drupal/ Core/ Entity/entity.api.php
Act on entity_bundle_create().
hook_entity_presave in core/ lib/ Drupal/ Core/ Entity/entity.api.php
Act on an entity before it is created or updated.
hook_ENTITY_TYPE_presave in core/ lib/ Drupal/ Core/ Entity/entity.api.php
Act on a specific type of entity before it is created or updated.
hook_field_ui_preconfigured_options_alter in core/ modules/ field/field.api.php
Perform alterations on preconfigured field options.
hook_file_url_alter in core/ lib/ Drupal/ Core/ File/file.api.php
Alter the URL to a file.
hook_js_alter in core/ lib/ Drupal/ Core/ Render/theme.api.php
Perform necessary alterations to the JavaScript before it is presented on
the page.
hook_library_info_alter in core/ lib/ Drupal/ Core/ Render/theme.api.php
Alter libraries provided by an extension.
hook_modules_installed in core/ lib/ Drupal/ Core/ Extension/module.api.php
Perform necessary actions after modules are installed.
hook_modules_uninstalled in core/ lib/ Drupal/ Core/ Extension/module.api.php
Perform necessary actions after modules are uninstalled.
hook_rebuild in core/core.api.php
Rebuild data based upon refreshed caches.
hook_render_template in core/ lib/ Drupal/ Core/ Render/theme.api.php
Render a template using the theme engine.
hook_requirements in core/ lib/ Drupal/ Core/ Extension/module.api.php
Check installation requirements and do status reporting.
hook_tokens in core/ lib/ Drupal/ Core/ Utility/token.api.php
Provide replacement values for placeholder tokens.
hook_tokens_alter in core/ lib/ Drupal/ Core/ Utility/token.api.php
Alter replacement values for placeholder tokens.
IdAuditor::auditEntityComplete in core/ modules/ migrate/ src/ Audit/IdAuditor.php
Audits an EntityComplete migration.
Image::save in core/ lib/ Drupal/ Core/ Image/Image.php
ImageAdminStylesTest::createSampleImage in core/ modules/ image/ tests/ src/ Functional/ImageAdminStylesTest.php
Given an image style, generate an image.
ImageAdminStylesTest::getImageCount in core/ modules/ image/ tests/ src/ Functional/ImageAdminStylesTest.php
Count the number of images currently create for a style.
ImageAdminStylesTest::testConfigImport in core/ modules/ image/ tests/ src/ Functional/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
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.
ImageAdminStylesTest::testStyleReplacement in core/ modules/ image/ tests/ src/ Functional/ImageAdminStylesTest.php
Tests deleting a style and choosing a replacement style.
ImageButton::preRenderButton in core/ lib/ Drupal/ Core/ Render/ Element/ImageButton.php
Prepares a #type 'button' render element for input.html.twig .
ImageDimensionsTest::getImageTag in core/ modules/ image/ tests/ src/ Functional/ImageDimensionsTest.php
Render an image style element.
ImageDimensionsTest::testImageDimensions in core/ modules/ image/ tests/ src/ Functional/ImageDimensionsTest.php
Tests styled image dimensions cumulatively.
ImageFieldAttributesTest::testNodeTeaser in core/ modules/ rdf/ tests/ src/ Functional/ImageFieldAttributesTest.php
Tests that image fields in teasers have correct resources.
ImageFieldCreationTrait::createImageField in core/ modules/ image/ tests/ src/ Kernel/ImageFieldCreationTrait.php
Create a new image field.
ImageFieldDefaultImagesTest::testDefaultImages in core/ modules/ image/ tests/ src/ Functional/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and field storages with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/ modules/ image/ tests/ src/ Functional/ImageFieldDisplayTest.php
Tests use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/ modules/ image/ tests/ src/ Functional/ImageFieldDisplayTest.php
Tests for image field settings.
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.
ImageFieldTestBase::previewNodeImage in core/ modules/ image/ tests/ src/ Functional/ImageFieldTestBase.php
Preview an image in a node.
ImageFieldTestBase::uploadNodeImage in core/ modules/ image/ tests/ src/ Functional/ImageFieldTestBase.php
Upload an image to a node.
ImageFieldValidateTest::testEmpty in core/ modules/ image/ tests/ src/ Functional/ImageFieldValidateTest.php
Tests creating an entity while leaving the image field empty.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads in core/ modules/ image/ tests/ src/ FunctionalJavascript/ImageFieldWidgetMultipleTest.php
Tests image widget element support multiple upload correctly.
ImageFormatterBase::getEntitiesToView in core/ modules/ image/ src/ Plugin/ Field/ FieldFormatter/ImageFormatterBase.php
Returns the referenced entities for display.
ImageFormatterTest::setUp in core/ modules/ image/ tests/ src/ Kernel/ImageFormatterTest.php
ImageImportTest::testImport in core/ modules/ image/ tests/ src/ Kernel/ImageImportTest.php
Tests importing image styles.
ImageItem::defaultImageForm in core/ modules/ image/ src/ Plugin/ Field/ FieldType/ImageItem.php
Builds the default_image details element.
ImageItem::generateSampleValue in core/ modules/ image/ src/ Plugin/ Field/ FieldType/ImageItem.php
Generates placeholder field values.
ImageItem::preSave in core/ modules/ image/ src/ Plugin/ Field/ FieldType/ImageItem.php
Defines custom presave behavior for field values.
ImageItem::storageSettingsForm in core/ modules/ image/ src/ Plugin/ Field/ FieldType/ImageItem.php
Returns a form for the storage-level settings.
ImageItemTest::setUp in core/ modules/ image/ tests/ src/ Kernel/ImageItemTest.php
ImageItemTest::testImageItem in core/ modules/ image/ tests/ src/ Kernel/ImageItemTest.php
Tests using entity fields of the image field type.
ImageOnTranslatedEntityTest::testSyncedImages in core/ modules/ image/ tests/ src/ Functional/ImageOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
ImageStyle::buildUrl in core/ modules/ image/ src/ Entity/ImageStyle.php
Returns the URL of this image derivative for an original image path or URI.
ImageStyle::createDerivative in core/ modules/ image/ src/ Entity/ImageStyle.php
Creates a new image derivative based on this image style.
ImageStyle::flush in core/ modules/ image/ src/ Entity/ImageStyle.php
Flushes cached media for this style.
ImageStyle::getImageEffectPluginManager in core/ modules/ image/ src/ Entity/ImageStyle.php
Returns the image effect plugin manager.
ImageStyle::getImageFactory in core/ modules/ image/ src/ Entity/ImageStyle.php
Returns the image factory.
ImageStyle::getPrivateKey in core/ modules/ image/ src/ Entity/ImageStyle.php
Gets the Drupal private key.
ImageStyle::getStreamWrapperManager in core/ modules/ image/ src/ Entity/ImageStyle.php
Gets the stream wrapper manager service.
ImageStyleEditForm::form in core/ modules/ image/ src/ Form/ImageStyleEditForm.php
ImageStyleFlushTest::createSampleImage in core/ modules/ image/ tests/ src/ Functional/ImageStyleFlushTest.php
Given an image style and a wrapper, generate an image.
ImageStyleFlushTest::getImageCount in core/ modules/ image/ tests/ src/ Functional/ImageStyleFlushTest.php
Count the number of images currently created for a style in a wrapper.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/ modules/ image/ tests/ src/ Functional/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImageTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ImageTest.php
ImageThemeFunctionTest::setUp in core/ modules/ image/ tests/ src/ Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::testImageFormatterTheme in core/ modules/ image/ tests/ src/ Kernel/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in core/ modules/ image/ tests/ src/ Kernel/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
ImageUrlFormatter::viewElements in core/ modules/ image/ src/ Plugin/ Field/ FieldFormatter/ImageUrlFormatter.php
Builds a renderable array for a field value.
ImageWidget::formElement in core/ modules/ image/ src/ Plugin/ Field/ FieldWidget/ImageWidget.php
ImageWidget::formMultipleElements in core/ modules/ image/ src/ Plugin/ Field/ FieldWidget/ImageWidget.php
Overrides \Drupal\file\Plugin\Field\FieldWidget\FileWidget::formMultipleElements ().
ImageWidget::process in core/ modules/ image/ src/ Plugin/ Field/ FieldWidget/ImageWidget.php
Form API callback: Processes an image_image field element.
ImageWidget::__construct in core/ modules/ image/ src/ Plugin/ Field/ FieldWidget/ImageWidget.php
Constructs an ImageWidget object.
image_entity_presave in core/ modules/ image/image.module
Implements hook_entity_presave ().
image_field_config_delete in core/ modules/ image/image.module
Implements hook_ENTITY_TYPE_delete () for 'field_config'.
image_field_config_update in core/ modules/ image/image.module
Implements hook_ENTITY_TYPE_update () for 'field_config'.
image_field_storage_config_delete in core/ modules/ image/image.module
Implements hook_ENTITY_TYPE_delete () for 'field_storage_config'.
image_field_storage_config_update in core/ modules/ image/image.module
Implements hook_ENTITY_TYPE_update () for 'field_storage_config'.
image_file_download in core/ modules/ image/image.module
Implements hook_file_download ().
image_help in core/ modules/ image/image.module
Implements hook_help ().
image_install in core/ modules/ image/image.install
Implements hook_install ().
image_requirements in core/ modules/ image/image.install
Implements hook_requirements ().
image_uninstall in core/ modules/ image/image.install
Implements hook_uninstall ().
IndexTid::titleQuery in core/ modules/ taxonomy/ src/ Plugin/ views/ argument/IndexTid.php
InfoAlterTest::testSystemInfoAlter in core/ modules/ system/ tests/ src/ Kernel/ System/InfoAlterTest.php
Tests that theme .info.yml data is rebuild after enabling a module.
InitialStateTest::testInitialState in core/ modules/ content_moderation/ tests/ src/ Kernel/InitialStateTest.php
Tests the correct initial state.
InlineBlockTest::testDeletion in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests that entity blocks deleted correctly.
InlineBlockTest::testInlineBlockParentRevert in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Test editing inline blocks when the parent has been reverted.
InlineTemplate::preRenderInlineTemplate in core/ lib/ Drupal/ Core/ Render/ Element/InlineTemplate.php
Renders a twig string directly.
InstallerDependenciesResolutionTest::testDependenciesResolution in core/ modules/ system/ tests/ src/ Kernel/ Installer/InstallerDependenciesResolutionTest.php
Verifies that the exception message in the profile step is correct.
InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
Confirms that the installation installed the configuration correctly.
InstallerLanguageTest::testInstallerTranslationCache in core/ tests/ Drupal/ KernelTests/ Core/ Installer/InstallerLanguageTest.php
Tests profile info caching in non-English languages.
InstallerNonDefaultDatabaseDriverTest::testInstalled in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerNonDefaultDatabaseDriverTest.php
Confirms that the installation succeeded.
InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
Tests installing a profile with non-English language and no locale module.
InstallerPerformanceTest::testInstaller in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerPerformanceTest.php
Ensures that the user page is available after installation.
InstallerPostInstallTest::testVisitInstallerPostInstall in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerPostInstallTest.php
Confirms that visiting the installer does not break things post-install.
InstallerRouterTest::testInstalled in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerRouterTest.php
Confirms that the installation succeeded.
InstallerTest::testInstalled in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerTest.php
Confirms that the installation succeeded.
InstallerTest::testInstaller in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallerTest.php
Ensures that the user page is available after installation.
InstallStorage::getAllFolders in core/ lib/ Drupal/ Core/ Config/InstallStorage.php
Returns a map of all config object names and their folders.
InstallTest::testEnableUserTwice in core/ modules/ system/ tests/ src/ Functional/ Module/InstallTest.php
Tests enabling User module once more.
InstallTest::testRequiredModuleSchemaVersions in core/ modules/ system/ tests/ src/ Functional/ Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
InstallTest::testUninstallPostUpdateFunctions in core/ modules/ system/ tests/ src/ Functional/ Module/InstallTest.php
Ensures that post update functions are removed on uninstall.
InstallUninstallTest::assertInstallModuleUpdates in core/ modules/ system/ tests/ src/ Functional/ Module/InstallUninstallTest.php
Asserts the module post update functions after install.
InstallUninstallTest::assertUninstallModuleUpdates in core/ modules/ system/ tests/ src/ Functional/ Module/InstallUninstallTest.php
Asserts the module post update functions after uninstall.
install_base_system in core/ includes/install.core.inc
Installation task; install the base functionality Drupal needs to bootstrap.
install_begin_request in core/ includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_bootstrap_full in core/ includes/install.core.inc
Performs a full bootstrap of Drupal during installation.
install_check_requirements in core/ includes/install.core.inc
Checks installation requirements and reports any errors.
install_check_translations in core/ includes/install.core.inc
Checks installation requirements and reports any errors.
install_config_import_batch in core/ includes/install.core.inc
Creates a batch for the config importer to process.
install_config_revert_install_changes in core/ includes/install.core.inc
Reverts configuration if hook_install () implementations have made changes.
install_display_output in core/ includes/install.core.inc
Displays themed installer output and ends the page request.
install_display_requirements in core/ includes/install.core.inc
Displays installation requirements.
install_download_additional_translations_operations in core/ includes/install.core.inc
Prepares the system for import and downloads additional translations.
install_find_translations in core/ includes/install.core.inc
Finds all .po files that are useful to the installer.
install_finished in core/ includes/install.core.inc
Performs final installation steps and displays a 'finished' page.
install_finish_translations in core/ includes/install.core.inc
Finishes importing files at end of installation.
install_import_translations in core/ includes/install.core.inc
Imports languages via a batch process during installation.
install_install_profile in core/ includes/install.core.inc
Installs the install profile.
install_profile_info in core/ includes/install.inc
Retrieves information about an installation profile from its .info.yml file.
install_profile_modules in core/ includes/install.core.inc
Installs required modules via a batch process.
install_profile_themes in core/ includes/install.core.inc
Installs themes.
install_retrieve_file in core/ includes/install.core.inc
Attempts to get a file using a HTTP request and to store it locally.
install_select_profile in core/ includes/install.core.inc
Selects which profile to install.
install_verify_completed_task in core/ includes/install.core.inc
Verifies and returns the last installation task that was completed.
install_verify_database_ready in core/ includes/install.core.inc
Verify that the database is ready (no existing Drupal installation).
InternalEntitiesTest::setUp in core/ modules/ jsonapi/ tests/ src/ Functional/InternalEntitiesTest.php
JsMessageTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Core/JsMessageTest.php
JsonApiFunctionalTest::testWrite in core/ modules/ jsonapi/ tests/ src/ Functional/JsonApiFunctionalTest.php
Tests POST, PATCH and DELETE.
JsonApiFunctionalTestBase::setUp in core/ modules/ jsonapi/ tests/ src/ Functional/JsonApiFunctionalTestBase.php
JsonApiRegressionTest::testPageCacheFromIssue3009596 in core/ modules/ jsonapi/ tests/ src/ Functional/JsonApiRegressionTest.php
Ensures that Drupal's page cache is effective.
JsonApiRegressionTest::testThatRoutesAreRebuiltAfterDataModelChangesFromIssue2984886 in core/ modules/ jsonapi/ tests/ src/ Functional/JsonApiRegressionTest.php
Ensures that JSON:API routes are caches are dynamically rebuilt.
KernelTestBase::installEntitySchema in core/ tests/ Drupal/ KernelTests/KernelTestBase.php
Installs the storage schema for a specific entity type.
KernelTestBaseDatabaseDriverModuleTest::testDatabaseDriverModuleEnabled in core/ tests/ Drupal/ KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
@covers ::bootEnvironment
KernelTestBaseTest::testDatabaseDriverModuleEnabled in core/ tests/ Drupal/ KernelTests/KernelTestBaseTest.php
@covers ::bootEnvironment
KernelTestBaseTest::testProfileModules in core/ tests/ Drupal/ KernelTests/KernelTestBaseTest.php
Ensures KernelTestBase tests can access modules in profiles.
KernelTestBaseTest::testRender in core/ tests/ Drupal/ KernelTests/KernelTestBaseTest.php
@covers ::render
KernelTestBaseTest::testRenderWithTheme in core/ tests/ Drupal/ KernelTests/KernelTestBaseTest.php
@covers ::render
KeyValueContentEntityStorageTest::testUninstall in core/ tests/ Drupal/ KernelTests/ Core/ KeyValueStore/KeyValueContentEntityStorageTest.php
Tests uninstallation of a module that does not use the SQL entity storage.
Language::getDefaultLangcode in core/ lib/ Drupal/ Core/ Language/Language.php
Gets the default langcode.
LanguageConfigFactoryOverride::installLanguageOverrides in core/ modules/ language/ src/ Config/LanguageConfigFactoryOverride.php
Installs available language configuration overrides for a given langcode.
LanguageConfigFactoryOverrideTest::testLanguageConfigFactoryOverride in core/ modules/ language/ tests/ src/ Kernel/LanguageConfigFactoryOverrideTest.php
Tests language.config_factory_override service has the default language.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/ modules/ language/ tests/ src/ Functional/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/ modules/ language/ tests/ src/ Functional/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall in core/ modules/ language/ tests/ src/ Kernel/LanguageConfigOverrideInstallTest.php
Tests the configuration events are not fired during install of overrides.
LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/ modules/ language/ tests/ src/ Functional/LanguageConfigSchemaTest.php
Tests whether the language config schema is valid.
LanguageListTest::testLanguageList in core/ modules/ language/ tests/ src/ Functional/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageSwitchingTest::saveNativeLanguageName in core/ modules/ language/ tests/ src/ Functional/LanguageSwitchingTest.php
Saves the native name of a language entity in configuration as a label.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/ modules/ language/ tests/ src/ Functional/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
language_modules_installed in core/ modules/ language/language.module
Implements hook_modules_installed ().
language_tour_tips_alter in core/ modules/ language/language.module
Implements hook_tour_tips_alter ().
LayoutBuilderAccessTest::testAccessWithBundles in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderAccessTest.php
Tests Layout Builder access for an entity type that has bundles.
LayoutBuilderAccessTest::testAccessWithoutBundles in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderAccessTest.php
Tests Layout Builder access for an entity type that does not have bundles.
LayoutBuilderCompatibilityTestBase::setUp in core/ modules/ layout_builder/ tests/ src/ Kernel/LayoutBuilderCompatibilityTestBase.php
LayoutBuilderContextTrait::contextRepository in core/ modules/ layout_builder/ src/ Context/LayoutBuilderContextTrait.php
Gets the context repository service.
LayoutBuilderEntityViewDisplay::contextRepository in core/ modules/ layout_builder/ src/ Entity/LayoutBuilderEntityViewDisplay.php
Wraps the context repository service.
LayoutBuilderEntityViewDisplay::label in core/ modules/ layout_builder/ src/ Entity/LayoutBuilderEntityViewDisplay.php
@todo Move this upstream in https://www.drupal.org/node/2939931 .
LayoutBuilderEntityViewDisplay::sectionStorageManager in core/ modules/ layout_builder/ src/ Entity/LayoutBuilderEntityViewDisplay.php
Gets the section storage manager.
LayoutBuilderEntityViewDisplay::setComponent in core/ modules/ layout_builder/ src/ Entity/LayoutBuilderEntityViewDisplay.php
Sets the display options for a component.
LayoutBuilderEntityViewDisplay::__construct in core/ modules/ layout_builder/ src/ Entity/LayoutBuilderEntityViewDisplay.php
Constructs an Entity object.
LayoutBuilderIntegration::buildEntityView in core/ modules/ quickedit/ src/LayoutBuilderIntegration.php
@todo Replace this hardcoded processing when
https://www.drupal.org/project/drupal/issues/3041635 is resolved.
LayoutBuilderTest::testHtmlEntityFormControllerDecoration in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Test decorating controller.entity_form while layout_builder is installed.
LayoutBuilderUiTest::testNewExtraField in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderUiTest.php
Tests removing newly added extra field.
LayoutDefinition::getIconBuilder in core/ lib/ Drupal/ Core/ Layout/LayoutDefinition.php
Wraps the icon builder.
LayoutEntityHelperTrait::sectionStorageManager in core/ modules/ layout_builder/ src/LayoutEntityHelperTrait.php
Gets the section storage manager.
layout_builder_block_content_access in core/ modules/ layout_builder/layout_builder.module
Implements hook_ENTITY_TYPE_access ().
layout_builder_entity_view_alter in core/ modules/ layout_builder/layout_builder.module
Implements hook_entity_view_alter ().
layout_builder_field_config_delete in core/ modules/ layout_builder/layout_builder.module
Implements hook_field_config_delete().
layout_builder_field_config_insert in core/ modules/ layout_builder/layout_builder.module
Implements hook_field_config_insert().
layout_discovery_theme in core/ modules/ layout_discovery/layout_discovery.module
Implements hook_theme ().
lazy_route_provider_install_test_menu_links_discovered_alter in core/ modules/ system/ tests/ modules/ lazy_route_provider_install_test/lazy_route_provider_install_test.module
Implements hook_menu_links_discovered_alter ().
Link::getLinkGenerator in core/ lib/ Drupal/ Core/Link.php
Returns the link generator.
Link::preRenderLink in core/ lib/ Drupal/ Core/ Render/ Element/Link.php
Pre-render callback: Renders a link into #markup.
LinkFieldTest::renderTestEntity in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
Renders a test_entity and returns the output.
LinkFieldTest::testLinkFormatter in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testLinkTypeOnLinkWidget in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
Tests '#link_type' property exists on 'link_default' widget.
LinkFieldTest::testURLValidation in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
Tests link field URL validation.
LinkGenerationTest::testHookLinkAlter in core/ tests/ Drupal/ KernelTests/ Core/ Url/LinkGenerationTest.php
Tests how hook_link_alter () can affect escaping of the link text.
LinkItemSerializationTest::setUp in core/ modules/ link/ tests/ src/ Kernel/LinkItemSerializationTest.php
LoadTest::testUuidValues in core/ modules/ file/ tests/ src/ Kernel/LoadTest.php
Loads a single file and ensure that the correct values are returned.
Local::factory in core/ lib/ Drupal/ Core/ FileTransfer/Local.php
Defines a factory method for this class.
Local::removeDirectoryJailed in core/ lib/ Drupal/ Core/ FileTransfer/Local.php
Removes a directory.
LocalActionManagerTest::testCacheability in core/ tests/ Drupal/ KernelTests/ Core/ Menu/LocalActionManagerTest.php
Tests the cacheability of local actions.
LocalAwareRedirectResponseTrait::getRequestContext in core/ lib/ Drupal/ Core/ Routing/LocalAwareRedirectResponseTrait.php
Returns the request context.
Locale::config in core/ modules/ locale/ src/Locale.php
Returns the locale configuration manager service.
LocaleBuildTest::testBuildProjects in core/ modules/ locale/ tests/ src/ Kernel/LocaleBuildTest.php
Checks if a list of translatable projects gets built.
LocaleConfigManagerTest::testGetDefaultConfigLangcode in core/ modules/ locale/ tests/ src/ Kernel/LocaleConfigManagerTest.php
Tests getDefaultConfigLangcode().
LocaleConfigManagerTest::testGetStringTranslation in core/ modules/ locale/ tests/ src/ Kernel/LocaleConfigManagerTest.php
Tests getStringTranslation().
LocaleConfigManagerTest::testHasTranslation in core/ modules/ locale/ tests/ src/ Kernel/LocaleConfigManagerTest.php
Tests hasTranslation().
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/ modules/ locale/ tests/ src/ Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale deletes configuration translations.
LocaleConfigurableLanguageManagerTest::testGetLanguages in core/ modules/ locale/ tests/ src/ Kernel/LocaleConfigurableLanguageManagerTest.php
LocaleExportTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleExportTest.php
LocaleExportTest::testExportTranslation in core/ modules/ locale/ tests/ src/ Functional/LocaleExportTest.php
Tests exportation of translations.
LocaleImportFunctionalTest::importPoFile in core/ modules/ locale/ tests/ src/ Functional/LocaleImportFunctionalTest.php
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleImportFunctionalTest.php
LocaleImportFunctionalTest::testConfigPoFile in core/ modules/ locale/ tests/ src/ Functional/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testStandalonePoFile in core/ modules/ locale/ tests/ src/ Functional/LocaleImportFunctionalTest.php
Tests import of standalone .po files.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/ modules/ locale/ tests/ src/ Functional/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocaleLocaleLookupTest::testFixOldPluralStyle in core/ modules/ locale/ tests/ src/ Functional/LocaleLocaleLookupTest.php
Tests old plural style @count[number] fix.
LocaleNonInteractiveInstallTest::installParameters in core/ modules/ locale/ tests/ src/ Functional/LocaleNonInteractiveInstallTest.php
LocalePluralFormatTest::importPoFile in core/ modules/ locale/ tests/ src/ Functional/LocalePluralFormatTest.php
Imports a standalone .po file in a given language.
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslatedSchemaDefinitionTest.php
Tests that translated field descriptions do not affect the update system.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslatedSchemaDefinitionTest.php
Tests that translations do not affect the update system.
LocaleTranslationDownloadTest::testUpdateImportSourceRemote in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslationDownloadTest.php
Tests translation download from remote sources.
LocaleTranslationUiTest::testJavaScriptTranslation in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslationUiTest.php
Adds a language and checks that the JavaScript translation files are
properly created and rebuilt on deletion.
LocaleUpdateBase::makePoFile in core/ modules/ locale/ tests/ src/ Functional/LocaleUpdateBase.php
Creates a translation file and tests its timestamp.
LocaleUpdateBase::setTranslationsDirectory in core/ modules/ locale/ tests/ src/ Functional/LocaleUpdateBase.php
Sets the value of the default translations directory.
LocaleUpdateCronTest::testUpdateCron in core/ modules/ locale/ tests/ src/ Functional/LocaleUpdateCronTest.php
Tests interface translation update using cron.
locale_configurable_language_delete in core/ modules/ locale/locale.module
Implements hook_ENTITY_TYPE_delete () for 'configurable_language'.
locale_config_batch_build in core/ modules/ locale/locale.bulk.inc
Creates a locale batch to refresh specific configuration.
locale_cron_fill_queue in core/ modules/ locale/locale.translation.inc
Populate a queue with project to check for translation updates.
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_get_plural in core/ modules/ locale/locale.module
Returns plural form index for a specific number.
locale_install in core/ modules/ locale/locale.install
Implements hook_install ().
locale_system_remove in core/ modules/ locale/locale.module
Delete translation history of modules and themes.
locale_translate_batch_build in core/ modules/ locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translate_batch_import in core/ modules/ locale/locale.bulk.inc
Implements callback_batch_operation ().
locale_translate_delete_translation_files in core/ modules/ locale/locale.bulk.inc
Deletes interface translation files and translation history records.
locale_translate_file_create in core/ modules/ locale/locale.bulk.inc
Creates a file object and populates the timestamp property.
locale_translate_get_interface_translation_files in core/ modules/ locale/locale.bulk.inc
Get interface translation files present in the translations directory.
locale_translation_batch_fetch_build in core/ modules/ locale/locale.fetch.inc
Builds a batch to download and import project translations.
locale_translation_batch_status_build in core/ modules/ locale/locale.compare.inc
Builds a batch to get the status of remote and local translation files.
locale_translation_batch_update_build in core/ modules/ locale/locale.fetch.inc
Builds a batch to check, download and import project translations.
locale_translation_build_projects in core/ modules/ locale/locale.compare.inc
Builds list of projects and stores the result in the database.
locale_translation_flush_projects in core/ modules/ locale/locale.compare.inc
Clear the project data table.
locale_translation_get_projects in core/ modules/ locale/locale.translation.inc
Get array of projects which are available for interface translation.
locale_translation_http_check in core/ modules/ locale/locale.batch.inc
Check if remote file exists and when it was last updated.
locale_translation_project_list in core/ modules/ locale/locale.compare.inc
Fetch an array of projects for translation update.
locale_translation_source_build in core/ modules/ locale/locale.translation.inc
Builds abstract translation source.
locale_translation_source_check_file in core/ modules/ locale/locale.translation.inc
Checks whether a po file exists in the local filesystem.
locale_uninstall in core/ modules/ locale/locale.install
Implements hook_uninstall ().
LocalStream::getFileSystem in core/ lib/ Drupal/ Core/ StreamWrapper/LocalStream.php
Returns file system service.
LocalStream::getLocalPath in core/ lib/ Drupal/ Core/ StreamWrapper/LocalStream.php
Returns the canonical absolute path of the URI, if possible.
LocalStream::mkdir in core/ lib/ Drupal/ Core/ StreamWrapper/LocalStream.php
LocalStream::rmdir in core/ lib/ Drupal/ Core/ StreamWrapper/LocalStream.php
LocalTaskDefault::routeProvider in core/ lib/ Drupal/ Core/ Menu/LocalTaskDefault.php
Returns the route provider.
LocalTasksTest::testLocalTaskBlockCache in core/ modules/ system/ tests/ src/ Functional/ Menu/LocalTasksTest.php
Tests that local tasks blocks cache is invalidated correctly.
LoggerChannelTrait::getLogger in core/ lib/ Drupal/ Core/ Logger/LoggerChannelTrait.php
Gets the logger for a specific channel.
LogTest::setUp in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/LogTest.php
MachineName::processMachineName in core/ lib/ Drupal/ Core/ Render/ Element/MachineName.php
Processes a machine-readable name form element.
MailCaptureTest::testMailSend in core/ tests/ Drupal/ FunctionalTests/MailCaptureTest.php
Tests to see if the wrapper function is executed correctly.
MailTest::testCancelMessage in core/ modules/ system/ tests/ src/ Kernel/ Mail/MailTest.php
Tests that message sending may be canceled.
MailTest::testConvertRelativeUrlsIntoAbsolute in core/ modules/ system/ tests/ src/ Kernel/ Mail/MailTest.php
Checks that relative paths in mails are converted into absolute URLs.
MailTest::testErrorMessageDisplay in core/ modules/ system/ tests/ src/ Kernel/ Mail/MailTest.php
Assert that the pluggable mail system is functional.
MailTest::testFromAndReplyToHeader in core/ modules/ system/ tests/ src/ Kernel/ Mail/MailTest.php
Checks the From: and Reply-to: headers.
MailTest::testPluggableFramework in core/ modules/ system/ tests/ src/ Kernel/ Mail/MailTest.php
Assert that the pluggable mail system is functional.
MailTest::testRenderedElementsUseAbsolutePaths in core/ modules/ system/ tests/ src/ Kernel/ Mail/MailTest.php
Checks that mails built from render arrays contain absolute paths.
mail_html_test_mail in core/ modules/ system/ tests/ modules/ mail_html_test/mail_html_test.module
Implements hook_mail ().
MaintenanceModeSubscriber::onKernelRequestMaintenance in core/ lib/ Drupal/ Core/ EventSubscriber/MaintenanceModeSubscriber.php
Returns the site maintenance page if the site is offline.
ManagedFile::fileUsage in core/ modules/ file/ src/ Element/ManagedFile.php
Wraps the file usage service.
ManagedFile::processManagedFile in core/ modules/ file/ src/ Element/ManagedFile.php
Render API callback: Expands the managed_file element type.
ManagedFile::uploadAjaxCallback in core/ modules/ file/ src/ Element/ManagedFile.php
#ajax callback for managed_file upload forms.
ManagedFile::valueCallback in core/ modules/ file/ src/ Element/ManagedFile.php
Determines how user input is mapped to an element's #value property.
ManageDisplayTest::testFormatterUI in core/ modules/ field_ui/ tests/ src/ FunctionalJavascript/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/ modules/ field_ui/ tests/ src/ FunctionalJavascript/ManageDisplayTest.php
Tests widget settings.
ManageFieldsFunctionalTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsFunctionalTest.php
ManageFieldsFunctionalTest::testDefaultValue in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsFunctionalTest.php
Tests that default value is correctly validated and saved.
ManageFieldsFunctionalTest::testHelpDescriptions in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsFunctionalTest.php
Tests that help descriptions render valid HTML.
ManageFieldsFunctionalTest::testHiddenFields in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsFunctionalTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsFunctionalTest::testLockedField in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsFunctionalTest.php
Tests that Field UI respects locked fields.
ManageFieldsFunctionalTest::testPreconfiguredFields in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsFunctionalTest.php
Tests the "preconfigured field" functionality.
MapDataNormalizerTest::setUp in core/ modules/ serialization/ tests/ src/ Kernel/MapDataNormalizerTest.php
MediaAccessTest::testReferencedRendering in core/ modules/ media/ tests/ src/ Functional/MediaAccessTest.php
Tests access for embedded medias.
MediaDisplayTest::testMediaDisplay in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaDisplayTest.php
Tests basic media display.
MediaLibraryAddFormTest::buildLibraryUi in core/ modules/ media_library/ tests/ src/ Kernel/MediaLibraryAddFormTest.php
Build the media library UI for a selected type.
MediaLibrarySelectForm::updateWidget in core/ modules/ media_library/ src/ Plugin/ views/ field/MediaLibrarySelectForm.php
Submit handler for the media library select form.
MediaLibraryState::getHash in core/ modules/ media_library/ src/MediaLibraryState.php
Get the hash for the state object.
MediaLibraryWidget::openMediaLibrary in core/ modules/ media_library/ src/ Plugin/ Field/ FieldWidget/MediaLibraryWidget.php
AJAX callback to open the library modal.
MediaLibraryWidget::validateItems in core/ modules/ media_library/ src/ Plugin/ Field/ FieldWidget/MediaLibraryWidget.php
Validates that newly selected items can be added to the widget.
MediaOverviewPageTest::testMediaOverviewPage in core/ modules/ media/ tests/ src/ Functional/MediaOverviewPageTest.php
Tests that the Media overview page (/admin/content/media).
MediaSourceAudioVideoTest::testAudioTypeCreation in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceAudioVideoTest.php
Check the Audio source functionality.
MediaSourceAudioVideoTest::testVideoTypeCreation in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceAudioVideoTest.php
Check the Video source functionality.
MediaSourceFileTest::testMediaFileSource in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceFileTest.php
Tests the file media source.
MediaSourceImageTest::testMediaImageSource in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceImageTest.php
Tests the image media source.
MediaSourceOEmbedVideoTest::testMediaOEmbedVideoSource in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceOEmbedVideoTest.php
Tests the oembed media source.
MediaSourceTest::createMediaTypeViaForm in core/ modules/ media/ tests/ src/ Kernel/MediaSourceTest.php
Creates a media type via form submit.
MediaSourceTest::testDifferentSourceFieldDisplays in core/ modules/ media/ tests/ src/ Kernel/MediaSourceTest.php
Tests different display options for the source field.
MediaSourceTest::testHiddenSourceField in core/ modules/ media/ tests/ src/ Kernel/MediaSourceTest.php
Tests hidden source field in media type.
MediaSourceTest::testThumbnail in core/ modules/ media/ tests/ src/ Kernel/MediaSourceTest.php
Tests the thumbnail functionality.
MediaSourceTestBase::createMediaTypeField in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceTestBase.php
Creates storage and field instance, attached to a given media type.
MediaSourceTestBase::doTestCreateMediaType in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceTestBase.php
Tests generic media type creation.
MediaSourceTestBase::hideMediaTypeFieldWidget in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceTestBase.php
Hides a widget in the default form display config.
MediaStandardProfileTest::audioTest in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'audio'.
MediaStandardProfileTest::documentTest in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'document'.
MediaStandardProfileTest::imageTest in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'image'.
MediaStandardProfileTest::videoTest in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'video'.
MediaTest::testDrupalMediaStyleInDropdown in core/ modules/ ckeditor5/ tests/ src/ FunctionalJavascript/MediaTest.php
Ensures that Drupal Media Styles can be displayed in a dropdown.
MediaTest::testLinkability in core/ modules/ ckeditor/ tests/ src/ FunctionalJavascript/MediaTest.php
Tests linkability of the CKEditor widget.
MediaTest::testLinkManualDecorator in core/ modules/ ckeditor5/ tests/ src/ FunctionalJavascript/MediaTest.php
Ensure that manual link decorators work with linkable media.
MediaTest::testTranslationAlt in core/ modules/ ckeditor/ tests/ src/ FunctionalJavascript/MediaTest.php
Tests that dialog loads appropriate translation's alt text.
MediaTest::testTranslationAlt in core/ modules/ ckeditor5/ tests/ src/ FunctionalJavascript/MediaTest.php
Tests the CKEditor 5 media plugin loads the translated alt attribute.
MediaType::sourcePluginCollection in core/ modules/ media/ src/ Entity/MediaType.php
Returns media source lazy plugin collection.
MediaTypeCreationTrait::createMediaType in core/ modules/ media/ tests/ src/ Traits/MediaTypeCreationTrait.php
Create a media type for a source plugin.
media_field_ui_preconfigured_options_alter in core/ modules/ media/media.module
Implements hook_field_ui_preconfigured_options_alter ().
media_field_widget_complete_form_alter in core/ modules/ media/media.module
Implements hook_field_widget_complete_form_alter ().
media_install in core/ modules/ media/media.install
Implements hook_install ().
media_library_field_ui_preconfigured_options_alter in core/ modules/ media_library/media_library.module
Implements hook_field_ui_preconfigured_options_alter ().
media_library_local_tasks_alter in core/ modules/ media_library/media_library.module
Implements hook_local_tasks_alter ().
media_requirements in core/ modules/ media/media.install
Implements hook_requirements ().
MemoryBackendTest::createCacheBackend in core/ tests/ Drupal/ KernelTests/ Core/ Cache/MemoryBackendTest.php
Creates a new instance of MemoryBackend.
Menu::delete in core/ modules/ system/ src/ Entity/Menu.php
Deletes an entity permanently.
Menu::preDelete in core/ modules/ system/ src/ Entity/Menu.php
Acts on entities before they are deleted and before hooks are invoked.
Menu::save in core/ modules/ system/ src/ Entity/Menu.php
Saves an entity permanently.
MenuCacheTagsTest::testMenuBlock in core/ modules/ menu_ui/ tests/ src/ Functional/MenuCacheTagsTest.php
Tests cache tags presence and invalidation of the Menu entity.
MenuLinkContent::postSave in core/ modules/ menu_link_content/ src/ Entity/MenuLinkContent.php
Acts on a saved entity before the insert or update hook is invoked.
MenuLinkContent::preDelete in core/ modules/ menu_link_content/ src/ Entity/MenuLinkContent.php
Acts on entities before they are deleted and before hooks are invoked.
MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/ modules/ menu_link_content/ tests/ src/ Kernel/MenuLinkContentCacheabilityBubblingTest.php
Tests bubbleable metadata of menu links' outbound route/path processing.
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/ modules/ menu_link_content/ tests/ src/ Functional/MenuLinkContentDeleteFormTest.php
Tests the MenuLinkContentDeleteForm class.
MenuLinkContentDeriverTest::testRediscover in core/ modules/ menu_link_content/ tests/ src/ Kernel/MenuLinkContentDeriverTest.php
Tests the rediscovering.
MenuLinkDefaultIntegrationTest::testMoveToRoot in core/ tests/ Drupal/ KernelTests/ Core/ Menu/MenuLinkDefaultIntegrationTest.php
Tests moving a static menu link without a specified menu to the root.
MenuLinksTest::setUp in core/ modules/ menu_link_content/ tests/ src/ Kernel/MenuLinksTest.php
MenuLinksTest::testMenuLinkReparenting in core/ modules/ menu_link_content/ tests/ src/ Kernel/MenuLinksTest.php
Tests automatic reparenting of menu links.
MenuLinksTest::testModuleUninstalledMenuLinks in core/ modules/ menu_link_content/ tests/ src/ Kernel/MenuLinksTest.php
Tests uninstalling a module providing default links.
MenuRouterTest::doTestMenuHierarchy in core/ modules/ system/ tests/ src/ Functional/ Menu/MenuRouterTest.php
Tests for menu hierarchy.
MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/ modules/ system/ tests/ src/ Functional/ Menu/MenuRouterTest.php
Tests menu links added in hook_menu_links_discovered_alter ().
MenuRouterTest::doTestMenuName in core/ modules/ system/ tests/ src/ Functional/ Menu/MenuRouterTest.php
Tests for menu_name parameter for default menu links.
MenuRouterTest::doTestMenuOnRoute in core/ modules/ system/ tests/ src/ Functional/ Menu/MenuRouterTest.php
Tests a menu on a router page.
MenuTest::testMenus in core/ modules/ views/ tests/ src/ Functional/ Wizard/MenuTest.php
Tests the menu functionality.
MenuUiNodeTest::testMenuNodeFormWidget in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiNodeTest.php
Tests creating, editing, deleting menu links via node form widget.
MenuUiNodeTest::testMultilingualMenuNodeFormWidget in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiNodeTest.php
Testing correct loading and saving of menu links via node form widget in a multilingual environment.
MenuUiTest::checkInvalidParentMenuLinks in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Tests that parent options are limited by depth when adding menu links.
MenuUiTest::getStandardMenuLink in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Returns standard menu link.
MenuUiTest::resetMenuLink in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Resets a standard menu link using the UI.
MenuUiTest::testMenuAdministration in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Tests menu functionality using the admin and user interfaces.
MenuUiTrait::assertMenuLink in core/ modules/ menu_ui/ tests/ src/ Traits/MenuUiTrait.php
Asserts that a menu fetched from the database matches an expected one.
MenuUninstallTest::testMenuUninstall in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUninstallTest.php
Tests Menu uninstall.
menu_link_content_entity_predelete in core/ modules/ menu_link_content/menu_link_content.module
Implements hook_entity_predelete ().
menu_ui_form_node_form_alter in core/ modules/ menu_ui/menu_ui.module
Implements hook_form_BASE_FORM_ID_alter () for \Drupal\node\NodeForm .
menu_ui_form_node_type_form_alter in core/ modules/ menu_ui/menu_ui.module
Implements hook_form_FORM_ID_alter () for \Drupal\node\NodeTypeForm .
menu_ui_get_menu_link_defaults in core/ modules/ menu_ui/menu_ui.module
Returns the definition for a menu link for the given node.
MessageTest::testMessages in core/ tests/ Drupal/ KernelTests/ Core/ Theme/MessageTest.php
Tests setting messages output.
MessengerTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Messenger/MessengerTest.php
MigrateBlockedIpsTest::testBlockedIps in core/ modules/ ban/ tests/ src/ Kernel/ Migrate/ d7/MigrateBlockedIpsTest.php
Tests migration of blocked IPs.
MigrateBookConfigsTest::testBookSettings in core/ modules/ book/ tests/ src/ Kernel/ Migrate/ d6/MigrateBookConfigsTest.php
Tests migration of book variables to book.settings.yml .
MigrateBookConfigsTest::testBookSettings in core/ modules/ book/ tests/ src/ Kernel/ Migrate/ d7/MigrateBookConfigsTest.php
Tests migration of book variables to book.settings.yml .
MigrateBookTest::testBook in core/ modules/ book/ tests/ src/ Kernel/ Migrate/ d6/MigrateBookTest.php
Tests the Drupal 6 book structure to Drupal 8 migration.
MigrateBookTest::testBook in core/ modules/ book/ tests/ src/ Kernel/ Migrate/ d7/MigrateBookTest.php
Tests the Drupal 7 book structure to Drupal 8 migration.
MigrateBundleTest::testDestinationBundle in core/ modules/ migrate/ tests/ src/ Kernel/MigrateBundleTest.php
Tests setting the bundle in the destination.
MigrateBundleTest::testMixedBundles in core/ modules/ migrate/ tests/ src/ Kernel/MigrateBundleTest.php
Tests setting bundles both in process and destination.
MigrateBundleTest::testProcessBundle in core/ modules/ migrate/ tests/ src/ Kernel/MigrateBundleTest.php
Tests setting the bundle in the process pipeline.
MigrateConfigRollbackTest::testConfigRollback in core/ modules/ migrate/ tests/ src/ Kernel/MigrateConfigRollbackTest.php
Tests rolling back configuration.
MigrateContactSettingsTest::testContactSettings in core/ modules/ contact/ tests/ src/ Kernel/ Migrate/ d6/MigrateContactSettingsTest.php
Tests migration of contact variables to contact.settings.yml .
MigrateControllerTest::testUpgradeReport in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateControllerTest.php
Tests the upgrade report with the view enabled, disabled and uninstalled.
MigrateDblogConfigsTest::testBookSettings in core/ modules/ dblog/ tests/ src/ Kernel/ Migrate/ d6/MigrateDblogConfigsTest.php
Tests migration of dblog variables to dblog.settings.yml .
MigrateEmbeddedDataTest::testEmbeddedData in core/ modules/ migrate/ tests/ src/ Kernel/MigrateEmbeddedDataTest.php
Tests the embedded_data source plugin.
MigrateEntityContentBaseTest::testEmptyDestinations in core/ modules/ migrate/ tests/ src/ Kernel/MigrateEntityContentBaseTest.php
Tests empty destinations.
MigrateEntityContentBaseTest::testEntityWithStringId in core/ modules/ migrate/ tests/ src/ Kernel/MigrateEntityContentBaseTest.php
Tests creation of ID columns table with definitions taken from entity type.
MigrateEventsTest::setUp in core/ modules/ migrate/ tests/ src/ Kernel/MigrateEventsTest.php
MigrateEventsTest::testMigrateEvents in core/ modules/ migrate/ tests/ src/ Kernel/MigrateEventsTest.php
Tests migration events.
MigrateExecutable::attemptMemoryReclaim in core/ modules/ migrate/ src/MigrateExecutable.php
Tries to reclaim memory.
MigrateExecutable::getEventDispatcher in core/ modules/ migrate/ src/MigrateExecutable.php
Gets the event dispatcher.
MigrateExecutableTest::testMigrateExecutable in core/ modules/ migrate/ tests/ src/ Kernel/MigrateExecutableTest.php
Tests the MigrateExecutable class.
MigrateFieldTest::testFields in core/ modules/ field/ tests/ src/ Kernel/ Migrate/ d7/MigrateFieldTest.php
Tests migrating D7 fields to field_storage_config entities.
MigrateFieldWidgetSettingsTest::testWidgetSettings in core/ modules/ field/ tests/ src/ Kernel/ Migrate/ d6/MigrateFieldWidgetSettingsTest.php
Tests that migrated view modes can be loaded using D8 API's.
MigrateFileConfigsTest::testFileSettings in core/ modules/ file/ tests/ src/ Kernel/ Migrate/ d6/MigrateFileConfigsTest.php
Tests migration of file variables to file.settings.yml .
MigrateFileConfigsTest::testFileSettings in core/ modules/ file/ tests/ src/ Kernel/ Migrate/ d7/MigrateFileConfigsTest.php
Tests migration of file variables to file.settings.yml .
MigrateForumConfigsTest::testForumSettings in core/ modules/ forum/ tests/ src/ Kernel/ Migrate/ d6/MigrateForumConfigsTest.php
Tests migration of forum variables to forum.settings.yml .
MigrateInterruptionTest::setUp in core/ modules/ migrate/ tests/ src/ Kernel/MigrateInterruptionTest.php
MigrateInterruptionTest::testMigrateEvents in core/ modules/ migrate/ tests/ src/ Kernel/MigrateInterruptionTest.php
Tests migration interruptions.
MigrateLocaleConfigsTest::testLocaleSettings in core/ modules/ locale/ tests/ src/ Kernel/ Migrate/MigrateLocaleConfigsTest.php
Tests migration of locale variables to locale.settings.yml .
MigrateMenuLinkTest::testMenuLinks in core/ modules/ menu_link_content/ tests/ src/ Kernel/ Migrate/ d7/MigrateMenuLinkTest.php
Tests migration of menu links.
MigrateMenuTranslationTest::testMenuTranslation in core/ modules/ system/ tests/ src/ Kernel/ Migrate/ d7/MigrateMenuTranslationTest.php
Tests migration of menu translations.
MigrateMessageTest::setUp in core/ modules/ migrate/ tests/ src/ Kernel/MigrateMessageTest.php
MigrateMessageTest::testMessagesTeed in core/ modules/ migrate/ tests/ src/ Kernel/MigrateMessageTest.php
Tests migration interruptions.
MigrateNodeConfigsTest::testNodeSettings in core/ modules/ node/ tests/ src/ Kernel/ Migrate/ d6/MigrateNodeConfigsTest.php
Tests Drupal 6 node settings to Drupal 8 migration.
MigrateRollbackEntityConfigTest::testConfigEntityRollback in core/ modules/ migrate/ tests/ src/ Kernel/MigrateRollbackEntityConfigTest.php
Tests rolling back configuration entity translations.
MigrateRollbackTest::testRollback in core/ modules/ migrate/ tests/ src/ Kernel/MigrateRollbackTest.php
Tests rolling back configuration and content entities.
MigrateSearchSettingsTest::testSearchSettings in core/ modules/ search/ tests/ src/ Kernel/ Migrate/ d6/MigrateSearchSettingsTest.php
Tests migration of search variables to search.settings.yml .
MigrateSkipRowTest::testPrepareRowSkip in core/ modules/ migrate/ tests/ src/ Kernel/MigrateSkipRowTest.php
Tests migration interruptions.
MigrateStatisticsConfigsTest::testStatisticsSettings in core/ modules/ statistics/ tests/ src/ Kernel/ Migrate/ d6/MigrateStatisticsConfigsTest.php
Tests migration of statistics variables to statistics.settings.yml .
MigrateStatisticsConfigsTest::testStatisticsSettings in core/ modules/ statistics/ tests/ src/ Kernel/ Migrate/ d7/MigrateStatisticsConfigsTest.php
Tests migration of statistics variables to statistics.settings.yml .
MigrateStatusTest::testStatus in core/ modules/ migrate/ tests/ src/ Kernel/MigrateStatusTest.php
Tests different connection types.
MigrateSyslogConfigsTest::testSyslogSettings in core/ modules/ syslog/ tests/ src/ Kernel/ Migrate/ d6/MigrateSyslogConfigsTest.php
Tests migration of syslog variables to syslog.settings.yml .
MigrateSystemMaintenanceTranslationTest::testSystemMaintenance in core/ modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d6/MigrateSystemMaintenanceTranslationTest.php
Tests migration of system variables to system.maintenance.yml .
MigrateSystemMaintenanceTranslationTest::testSystemMaintenance in core/ modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d7/MigrateSystemMaintenanceTranslationTest.php
Tests migrations of i18n maintenance variable.
MigrateSystemSiteTranslationTest::testSystemSite in core/ modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d6/MigrateSystemSiteTranslationTest.php
Tests migration of system (site) variables to system.site.yml .
MigrateSystemSiteTranslationTest::testSystemSite in core/ modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d7/MigrateSystemSiteTranslationTest.php
Tests migration of system (site) variables to system.site.yml .
MigrateTaxonomyConfigsTest::testTaxonomySettings in core/ modules/ taxonomy/ tests/ src/ Kernel/ Migrate/MigrateTaxonomyConfigsTest.php
Tests migration of taxonomy variables to taxonomy.settings.yml .
MigrateTaxonomyTermStubTest::testStubWithWeightMapping in core/ modules/ taxonomy/ tests/ src/ Kernel/ Migrate/MigrateTaxonomyTermStubTest.php
Tests creation of stubs when weight is mapped.
MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/ modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d6/MigrateTaxonomyVocabularyTranslationTest.php
Tests the Drupal 6 i18n taxonomy vocabularies to Drupal 8 migration.
MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/ modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d7/MigrateTaxonomyVocabularyTranslationTest.php
Tests the Drupal 7 i18n taxonomy vocabularies to Drupal 8 migration.
MigrateTextConfigsTest::testTextSettings in core/ modules/ text/ tests/ src/ Kernel/ Migrate/MigrateTextConfigsTest.php
Tests migration of text variables to text.settings.yml .
MigrateThemeSettingsTest::setUp in core/ modules/ system/ tests/ src/ Kernel/ Migrate/ d7/MigrateThemeSettingsTest.php
MigrateUpdateConfigsTest::testUpdateSettings in core/ modules/ update/ tests/ src/ Kernel/ Migrate/ d6/MigrateUpdateConfigsTest.php
Tests migration of update variables to update.settings.yml .
MigrateUpgradeExecuteTestBase::doUpgradeAndIncremental in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateUpgradeExecuteTestBase.php
Executes an upgrade and then an incremental upgrade.
MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateUpgradeFormStepsTest.php
Tests the flow of the Migrate Drupal UI form.
MigrateUpgradeImportBatch::run in core/ modules/ migrate_drupal_ui/ src/ Batch/MigrateUpgradeImportBatch.php
Runs a single migrate batch import.
MigrateUpgradeTestBase::assertFileMigrations in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateUpgradeTestBase.php
Checks public and private files are copied but not temporary files.
MigrateUpgradeTestBase::assertIdConflictForm in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateUpgradeTestBase.php
Helper method that asserts text on the ID conflict form.
MigrateUpgradeTestBase::assertUpgrade in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateUpgradeTestBase.php
Asserts the upgrade completed successfully.
MigrateUserAdminPassTest::testAdminPasswordPreserved in core/ modules/ user/ tests/ src/ Kernel/ Migrate/MigrateUserAdminPassTest.php
Tests preserving the admin user's password.
MigrateUserConfigsTest::testUserMail in core/ modules/ user/ tests/ src/ Kernel/ Migrate/ d6/MigrateUserConfigsTest.php
Tests migration of user variables to user.mail.yml .
MigrateUserConfigsTranslationTest::testUserConfig in core/ modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d7/MigrateUserConfigsTranslationTest.php
Tests migration of i18n user variables to user.mail and user.settings.
MigrateUserConfigsTranslationTest::testUserMail in core/ modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d6/MigrateUserConfigsTranslationTest.php
Tests migration of i18n user variables to user.mail.yml .
MigrateUserContactSettingsTest::testUserContactSettings in core/ modules/ user/ tests/ src/ Kernel/ Migrate/ d6/MigrateUserContactSettingsTest.php
Tests the Drupal6 user contact settings migration.
MigrateUserProfileTranslationRollbackTest::testRollback in core/ modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d6/MigrateUserProfileTranslationRollbackTest.php
Tests rollback of the complete node migration.
MigrateUserTest::testUser in core/ modules/ user/ tests/ src/ Kernel/ Migrate/ d6/MigrateUserTest.php
Tests the Drupal6 user to Drupal 8 migration.
migrate_drupal_migration_plugins_alter in core/ modules/ migrate_drupal/migrate_drupal.module
Implements hook_migration_plugins_alter ().
MigrationConfigurationTrait::getConfigFactory in core/ modules/ migrate_drupal/ src/MigrationConfigurationTrait.php
Gets the config factory service.
MigrationConfigurationTrait::getMigrationPluginManager in core/ modules/ migrate_drupal/ src/MigrationConfigurationTrait.php
Gets the migration plugin manager service.
MigrationConfigurationTrait::getState in core/ modules/ migrate_drupal/ src/MigrationConfigurationTrait.php
Gets the state service.
MigrationDeriverTrait::getSourcePlugin in core/ modules/ migrate/ src/ Plugin/MigrationDeriverTrait.php
Returns a fully initialized instance of a source plugin.
MigrationPluginManagerTest::setUp in core/ modules/ migrate/ tests/ src/ Kernel/MigrationPluginManagerTest.php
MigrationTest::testGetDestinationIds in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/MigrationTest.php
Tests Migration::getDestinationIds()
MigrationTest::testGetDestinationPlugin in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/MigrationTest.php
Tests Migration::getDestinationPlugin()
MigrationTest::testGetMigrationDependencies in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/MigrationTest.php
Tests Migration::getMigrationDependencies()
MigrationTest::testGetProcessPlugins in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/MigrationTest.php
Tests Migration::getProcessPlugins()
MigrationTest::testGetProcessPluginsException in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/MigrationTest.php
Tests Migration::getProcessPlugins() throws an exception.
MigrationTest::testGetProcessPluginsExceptionMessage in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/MigrationTest.php
Tests Migration::getProcessPlugins()
MigrationTest::testGetTrackLastImported in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/MigrationTest.php
Tests Migration::getTrackLastImported()
MigrationTest::testSetInvalidation in core/ modules/ migrate/ tests/ src/ Kernel/MigrationTest.php
Tests Migration::set().
ModerationContentTranslationTest::testModerationWithExistingContent in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationContentTranslationTest.php
Tests existing translations being edited after enabling content moderation.
ModerationStateFieldItemList::getModerationStateId in core/ modules/ content_moderation/ src/ Plugin/ Field/ModerationStateFieldItemList.php
Gets the moderation state ID linked to a content entity revision.
ModerationStateFieldItemList::loadContentModerationStateRevision in core/ modules/ content_moderation/ src/ Plugin/ Field/ModerationStateFieldItemList.php
Load the content moderation state revision associated with an entity.
ModerationStateFieldItemList::updateModeratedEntity in core/ modules/ content_moderation/ src/ Plugin/ Field/ModerationStateFieldItemList.php
Updates the default revision flag and the publishing status of the entity.
ModerationStateFieldItemListTest::testEntityWithNoWorkflow in core/ modules/ content_moderation/ tests/ src/ Kernel/ModerationStateFieldItemListTest.php
Tests updating the state for an entity without a workflow.
ModerationStateNodeTest::testCreatingContent in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateNodeTest.php
Tests creating and deleting content.
ModerationStateTestBase::enableModerationThroughUi in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateTestBase.php
Enable moderation for a specified content type, using the UI.
Module::canUpdate in core/ lib/ Drupal/ Core/ Updater/Module.php
Determines whether this class can update the specified project.
Module::getInstallDirectory in core/ lib/ Drupal/ Core/ Updater/Module.php
Returns the directory where a module should be installed.
Module::getSchemaUpdates in core/ lib/ Drupal/ Core/ Updater/Module.php
Returns available database schema updates once a new version is installed.
Module::isInstalled in core/ lib/ Drupal/ Core/ Updater/Module.php
ModuleConfigureRouteTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ModuleConfigureRouteTest.php
ModuleExtensionListTest::testGetlist in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ModuleExtensionListTest.php
@covers ::getList
ModuleHandler::getName in core/ lib/ Drupal/ Core/ Extension/ModuleHandler.php
ModuleHandlerTest::testDependencyResolution in core/ modules/ system/ tests/ src/ Kernel/ Extension/ModuleHandlerTest.php
Tests dependency resolution.
ModuleHandlerTest::testModuleStreamWrappers in core/ modules/ system/ tests/ src/ Kernel/ Extension/ModuleHandlerTest.php
Tests whether module-provided stream wrappers are registered properly.
ModuleHandlerTest::testProfileAllDependencies in core/ modules/ system/ tests/ src/ Kernel/ Extension/ModuleHandlerTest.php
Tests that a profile can supply only real dependencies.
ModuleHandlerTest::testThemeMetaData in core/ modules/ system/ tests/ src/ Kernel/ Extension/ModuleHandlerTest.php
Tests whether the correct theme metadata is returned.
ModuleHandlerTest::testUninstallContentDependency in core/ modules/ system/ tests/ src/ Kernel/ Extension/ModuleHandlerTest.php
Tests uninstalling a module that has content.
ModuleHandlerTest::testUninstallProfileDependency in core/ modules/ system/ tests/ src/ Kernel/ Extension/ModuleHandlerTest.php
Tests uninstalling a module installed by a profile.
ModuleImplementsAlterTest::testModuleImplementsAlter in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ModuleImplementsAlterTest.php
Tests hook_module_implements_alter () adding an implementation.
ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ModuleImplementsAlterTest.php
Tests what happens if hook_module_implements_alter () adds a non-existing
function to the implementations.
ModuleInstaller::install in core/ lib/ Drupal/ Core/ Extension/ModuleInstaller.php
ModuleInstaller::removeCacheBins in core/ lib/ Drupal/ Core/ Extension/ModuleInstaller.php
Helper method for removing all cache bins registered by a given module.
ModuleInstaller::uninstall in core/ lib/ Drupal/ Core/ Extension/ModuleInstaller.php
ModuleInstallerTest::testDeprecatedInstall in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ModuleInstallerTest.php
Tests trying to install a deprecated module.
ModuleTest::testViewsEmbedView in core/ modules/ views/ tests/ src/ Kernel/ModuleTest.php
Tests views.module : views_embed_view ().
ModuleTestBase::assertModuleConfig in core/ modules/ system/ tests/ src/ Functional/ Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
module_load_include in core/ includes/module.inc
Loads a module include file.
module_test_install in core/ modules/ system/ tests/ modules/ module_test/module_test.install
Implements hook_install ().
MonkeysInTheControlRoom::handle in core/ modules/ system/ tests/ modules/ error_service_test/ src/MonkeysInTheControlRoom.php
MultiFormTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/MultiFormTest.php
MultilingualReviewPageTest::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/MultilingualReviewPageTest.php
MultipleBlockFormTest::testMultipleForms in core/ tests/ Drupal/ KernelTests/ Core/ Block/MultipleBlockFormTest.php
Tests that blocks can have multiple forms.
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions in core/ modules/ file/ tests/ src/ Functional/MultipleFileUploadTest.php
Tests multiple file field with all file extensions.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in core/ modules/ node/ tests/ src/ Functional/MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
new_dependency_test_update_8001 in core/ modules/ system/ tests/ modules/ new_dependency_test/new_dependency_test.install
Enable the new_dependency_test_with_service module.
Node::postDelete in core/ modules/ node/ src/ Entity/Node.php
Node::postSave in core/ modules/ node/ src/ Entity/Node.php
Node::preDelete in core/ modules/ node/ src/ Entity/Node.php
NodeAccessFieldTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeAccessFieldTest.php
NodeAccessLanguageFallbackTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeAccessLanguageFallbackTest.php
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/ modules/ node/ tests/ src/ Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/ modules/ node/ tests/ src/ Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeAccessTest::setUp in core/ modules/ content_moderation/ tests/ src/ Kernel/NodeAccessTest.php
NodeAttributesTest::testNodeAttributes in core/ modules/ rdf/ tests/ src/ Functional/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeBlockFunctionalTest::testRecentNodeBlock in core/ modules/ node/ tests/ src/ Functional/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeBodyFieldStorageTest::testFieldOverrides in core/ modules/ node/ tests/ src/ Kernel/NodeBodyFieldStorageTest.php
Tests node body field storage persistence even if there are no instances.
NodeContextualLinksTest::testPageWithDisabledContextualModule in core/ modules/ node/ tests/ src/ Functional/ Views/NodeContextualLinksTest.php
Tests if the node page works if Contextual Links is disabled.
NodeCreationTest::testUnpublishedNodeCreation in core/ modules/ node/ tests/ src/ Functional/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
NodeDisplayConfigurableTest::assertNodeHtml in core/ modules/ node/ tests/ src/ Functional/NodeDisplayConfigurableTest.php
Asserts that the node HTML is as expected.
NodeDisplayConfigurableTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeDisplayConfigurableTest.php
NodeDisplayConfigurableTest::testDisplayConfigurable in core/ modules/ node/ tests/ src/ Functional/NodeDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
NodeFieldFilterTest::assertPageCounts in core/ modules/ node/ tests/ src/ Functional/ Views/NodeFieldFilterTest.php
Asserts that the given node translation counts are correct.
NodeFieldOverridesTest::setUp in core/ modules/ node/ tests/ src/ Kernel/NodeFieldOverridesTest.php
NodeFieldOverridesTest::testFieldOverrides in core/ modules/ node/ tests/ src/ Kernel/NodeFieldOverridesTest.php
Tests that field overrides work as expected.
NodeImportCreateTest::testImportCreate in core/ modules/ node/ tests/ src/ Kernel/ Config/NodeImportCreateTest.php
Tests creating a content type during config import.
NodeLinksTest::testHideLinks in core/ modules/ node/ tests/ src/ Functional/NodeLinksTest.php
Tests that the links can be hidden in the view display settings.
NodeListBuilder::buildRow in core/ modules/ node/ src/NodeListBuilder.php
Builds a row for an entity in the entity listing.
NodeRevisionsTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsTest.php
NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsUiTest.php
Checks HTML double escaping of revision logs.
NodeRSSContentTest::testUrlHandling in core/ modules/ node/ tests/ src/ Functional/NodeRSSContentTest.php
Tests relative, root-relative, protocol-relative and absolute URLs.
NodeTermData::query in core/ modules/ taxonomy/ src/ Plugin/ views/ relationship/NodeTermData.php
Called to implement a relationship in a query.
NodeTest::assertCacheableNormalizations in core/ modules/ jsonapi/ tests/ src/ Functional/NodeTest.php
Asserts that normalizations are cached in an incremental way.
NodeTest::assertNormalizedFieldsAreCached in core/ modules/ jsonapi/ tests/ src/ Functional/NodeTest.php
Checks that the provided field names are the only fields in the cache.
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::doUninstallTest in core/ modules/ node/ tests/ src/ Functional/NodeTranslationUITest.php
Tests uninstalling content_translation.
NodeTranslationUITest::testTranslationRendering in core/ modules/ node/ tests/ src/ Functional/NodeTranslationUITest.php
Tests that translations are rendered properly.
NodeType::postSave in core/ modules/ node/ src/ Entity/NodeType.php
Acts on a saved entity before the insert or update hook is invoked.
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.
NodeTypeTranslationTest::installParameters in core/ modules/ node/ tests/ src/ Functional/NodeTypeTranslationTest.php
Install Drupal in a language other than English for this test. This is not
needed to test the node type translation itself but acts as a regression
test.
NodeViewLanguageTest::testViewLanguage in core/ modules/ node/ tests/ src/ Functional/NodeViewLanguageTest.php
Tests the language extra field display.
NodeViewsData::getViewsData in core/ modules/ node/ src/NodeViewsData.php
node_access_rebuild in core/ modules/ node/node.module
Rebuilds the node access database.
node_access_test_add_field in core/ modules/ node/ tests/ modules/ node_access_test/node_access_test.module
Adds the private field to a node type.
node_add_body_field in core/ modules/ node/node.module
Adds the default body field to a node type.
node_mass_update in core/ modules/ node/node.admin.inc
Updates all nodes in the passed-in array with the passed-in field values.
node_query_node_access_alter in core/ modules/ node/node.module
Implements hook_query_TAG_alter ().
node_reindex_node_search in core/ modules/ node/node.module
Marks a node to be re-indexed by the node_search plugin.
node_tokens in core/ modules/ node/node.tokens.inc
Implements hook_tokens ().
node_type_get_names in core/ modules/ node/node.module
Returns a list of available node type names.
NoMultilingualReviewPageTest::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/NoMultilingualReviewPageTest.php
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/ modules/ block/ tests/ src/ Functional/NonDefaultBlockAdminTest.php
Tests non-default theme admin.
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/NoPreExistingSchemaUpdateTest.php
Tests the system module updates with no dependencies installed.
NoSourcePluginDecorator::getDefinitions in core/ modules/ migrate/ src/ Plugin/NoSourcePluginDecorator.php
Gets the definition of all plugins for this type.
NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/ modules/ rdf/ tests/ src/ Kernel/ Field/NumberFieldRdfaTest.php
Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised in core/ modules/ rdf/ tests/ src/ Kernel/ Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings in core/ modules/ rdf/ tests/ src/ Kernel/ Field/NumberFieldRdfaTest.php
Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatterWithSettings in core/ modules/ rdf/ tests/ src/ Kernel/ Field/NumberFieldRdfaTest.php
Tests the integer formatter with settings.
NumberFieldTest::testNumberDecimalField in core/ modules/ field/ tests/ src/ Functional/ Number/NumberFieldTest.php
Tests decimal field.
NumberFieldTest::testNumberFloatField in core/ modules/ field/ tests/ src/ Functional/ Number/NumberFieldTest.php
Tests float field.
NumberFieldTest::testNumberFormatter in core/ modules/ field/ tests/ src/ FunctionalJavascript/ Number/NumberFieldTest.php
Tests default formatter behavior.
NumberFieldTest::testNumberIntegerField in core/ modules/ field/ tests/ src/ Functional/ Number/NumberFieldTest.php
Tests integer field.
NumericFormatPluralTest::testNumericFormatPlural in core/ modules/ views/ tests/ src/ Functional/ Plugin/NumericFormatPluralTest.php
Tests plural formatting setting on a numeric views handler.
OEmbed::validateConfigurationForm in core/ modules/ media/ src/ Plugin/ media/ Source/OEmbed.php
Form validation handler.
OEmbedTestTrait::getFixturesDirectory in core/ modules/ media/ tests/ src/ Traits/OEmbedTestTrait.php
Returns the relative path to the oEmbed fixtures directory.
OffCanvasDialogTest::testDialog in core/ modules/ system/ tests/ src/ Functional/ Ajax/OffCanvasDialogTest.php
Tests sending AJAX requests to open and manipulate off-canvas dialog.
OffCanvasTestBase::enableTheme in core/ modules/ system/ tests/ src/ FunctionalJavascript/OffCanvasTestBase.php
Enables a theme.
OliveroMessagesTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Theme/OliveroMessagesTest.php
OliveroTest::testConfigSchema in core/ tests/ Drupal/ FunctionalTests/ Theme/OliveroTest.php
Test Olivero's configuration schema.
OliveroTest::testPreprocessBlock in core/ tests/ Drupal/ FunctionalTests/ Theme/OliveroTest.php
Tests that olivero_preprocess_block is functioning as expected.
olivero_preprocess_comment in core/ themes/ olivero/olivero.theme
Implements hook_preprocess_HOOK () for comment.html.twig .
olivero_preprocess_html in core/ themes/ olivero/olivero.theme
Implements hook_preprocess_HOOK () for HTML document templates.
olivero_preprocess_node in core/ themes/ olivero/olivero.theme
Implements hook_preprocess_HOOK () for node.html.twig .
olivero_preprocess_page_title in core/ themes/ olivero/olivero.theme
Implements hook_preprocess_HOOK () for page title templates.
olivero_preprocess_search_result in core/ themes/ olivero/olivero.theme
Implements hook_preprocess_search_result().
OptionalContextConditionTest::testContextAvailable in core/ tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/OptionalContextConditionTest.php
Tests with both contexts mapped to the same user.
OptionalContextConditionTest::testContextMissing in core/ tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/OptionalContextConditionTest.php
Tests with both contexts mapped to the same user.
OptionalContextConditionTest::testContextNoValue in core/ tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/OptionalContextConditionTest.php
Tests with both contexts mapped to the same user.
OptionsFieldTest::testUpdateAllowedValues in core/ modules/ options/ tests/ src/ Kernel/OptionsFieldTest.php
Tests that allowed values can be updated.
OptionsFieldUITest::createOptionsField in core/ modules/ options/ tests/ src/ Functional/OptionsFieldUITest.php
Helper function to create list field of a given type.
OptionsFieldUnitTestBase::setUp in core/ modules/ options/ tests/ src/ Kernel/OptionsFieldUnitTestBase.php
OptionsWidgetsTest::testCheckBoxes in core/ modules/ options/ tests/ src/ Functional/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue in core/ modules/ options/ tests/ src/ Functional/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testRadioButtons in core/ modules/ options/ tests/ src/ Functional/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in core/ modules/ options/ tests/ src/ Functional/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in core/ modules/ options/ tests/ src/ Functional/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
PageCacheTest::testPageCacheAnonymous403404 in core/ modules/ page_cache/ tests/ src/ Functional/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PagerKernelTest::testSetPagerMethods in core/ modules/ views/ tests/ src/ Kernel/ Plugin/PagerKernelTest.php
Tests pager-related setter methods on ViewExecutable.
PagerTest::testRenderNullPager in core/ modules/ views/ tests/ src/ Functional/ Plugin/PagerTest.php
Tests rendering with NULL pager.
PagerTestController::showPagerCacheContext in core/ modules/ system/ tests/ modules/ pager_test/ src/ Controller/PagerTestController.php
#pre_render callback for #type => pager that shows the pager cache context.
pager_test_preprocess_pager in core/ modules/ system/ tests/ modules/ pager_test/pager_test.module
Implements hook_preprocess_HOOK ().
PasswordItem::preSave in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/PasswordItem.php
Defines custom presave behavior for field values.
PathAlias::postDelete in core/ modules/ path_alias/ src/ Entity/PathAlias.php
Acts on deleted entities before the delete hook is invoked.
PathAlias::postSave in core/ modules/ path_alias/ src/ Entity/PathAlias.php
Acts on a saved entity before the insert or update hook is invoked.
PathAliasTest::testNodeAlias in core/ modules/ path/ tests/ src/ Functional/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathBasedBreadcrumbBuilder::__construct in core/ modules/ system/ src/PathBasedBreadcrumbBuilder.php
Constructs the PathBasedBreadcrumbBuilder.
PathElement::validateMatchedPath in core/ lib/ Drupal/ Core/ Render/ Element/PathElement.php
Form element validation handler for matched_path elements.
PathElementFormTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Element/PathElementFormTest.php
Sets up the test.
PathFieldItemList::computeValue in core/ modules/ path/ src/ Plugin/ Field/ FieldType/PathFieldItemList.php
Computes the values for an item list.
PathItemTest::testPathItem in core/ modules/ path/ tests/ src/ Kernel/PathItemTest.php
Tests creating, loading, updating and deleting aliases through PathItem.
PathLanguageTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathLanguageTest.php
PathMediaFormTest::testMediaForm in core/ modules/ path/ tests/ src/ Functional/PathMediaFormTest.php
Tests the media form UI.
PathNodeFormTest::testNodeForm in core/ modules/ path/ tests/ src/ Functional/PathNodeFormTest.php
Tests the node form ui.
PathPluginBase::remove in core/ modules/ views/ src/ Plugin/ views/ display/PathPluginBase.php
Reacts on deleting a display.
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/ tests/ Drupal/ KernelTests/ Core/ Path/PathValidatorTest.php
path_field_widget_single_element_form_alter in core/ modules/ path/path.module
Implements hook_field_widget_single_element_form_alter ().
Permissions::preRender in core/ modules/ user/ src/ Plugin/ views/ field/Permissions.php
Runs before any fields are rendered.
PhpBackendTest::createCacheBackend in core/ tests/ Drupal/ KernelTests/ Core/ Cache/PhpBackendTest.php
Creates a new instance of MemoryBackend.
PluginBase::getRenderer in core/ modules/ views/ src/ Plugin/ views/PluginBase.php
Returns the render API renderer.
PluginBaseTest::testViewsTokenReplace in core/ modules/ views/ tests/ src/ Kernel/ Plugin/PluginBaseTest.php
Tests that the token replacement in views works correctly.
PluginBaseTest::testViewsTokenReplaceWithDots in core/ modules/ views/ tests/ src/ Kernel/ Plugin/PluginBaseTest.php
Tests that the token replacement in views works correctly with dots.
PluginDependencyTrait::themeHandler in core/ lib/ Drupal/ Core/ Plugin/PluginDependencyTrait.php
Wraps the theme handler.
PoDatabaseReader::loadStrings in core/ modules/ locale/ src/PoDatabaseReader.php
Builds and executes a database query based on options set earlier.
PoDatabaseWriter::importString in core/ modules/ locale/ src/PoDatabaseWriter.php
Imports one string into the database.
PoDatabaseWriter::setHeader in core/ modules/ locale/ src/PoDatabaseWriter.php
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader ().
PrerenderList::renderItems in core/ modules/ views/ src/ Plugin/ views/ field/PrerenderList.php
Render all items in this field together.
PreviewTest::enableViewsTestModule in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/PreviewTest.php
Sets up the views_test_data.module .
PreviewTest::testPreviewAdditionalInfo in core/ modules/ views_ui/ tests/ src/ Functional/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewContextual in core/ modules/ views_ui/ tests/ src/ Functional/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testTaxonomyAJAX in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/PreviewTest.php
Tests the taxonomy term preview AJAX.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/ modules/ file/ tests/ src/ Functional/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
PrivateTempStore::startSession in core/ lib/ Drupal/ Core/ TempStore/PrivateTempStore.php
Start session because it is required for a private temp store.
ProjectSecurityRequirement::getDateEndRequirement in core/ modules/ update/ src/ProjectSecurityRequirement.php
Gets the security coverage requirement based on an end date.
QueryBase::initializePager in core/ lib/ Drupal/ Core/ Entity/ Query/QueryBase.php
Gets the total number of results and initialize a pager for the query.
QueryBase::pager in core/ lib/ Drupal/ Core/ Entity/ Query/QueryBase.php
Enables a pager for the query.
QuickEditAutocompleteTermTest::setUp in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditAutocompleteTermTest.php
QuickEditLoadingTest::testContentBlock in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Tests that Quick Edit's data- attributes are present for content blocks.
QuickEditLoadingTest::testDisplayOptions in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Tests that Quick Edit doesn't make fields rendered with display options
editable.
QuickEditLoadingTest::testImageField in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Tests that Quick Edit can handle an image field.
QuickEditTestBase::createFieldWithStorage in core/ modules/ quickedit/ tests/ src/ Kernel/QuickEditTestBase.php
Creates a field.
quickedit_library_info_alter in core/ modules/ quickedit/quickedit.module
Implements hook_library_info_alter ().
quickedit_page_attachments in core/ modules/ quickedit/quickedit.module
Implements hook_page_attachments ().
quickedit_test_quickedit_render_field in core/ modules/ quickedit/ tests/ modules/quickedit_test.module
Implements hook_quickedit_render_field ().
RawStringFormatterTest::setUp in core/ modules/ field/ tests/ src/ Kernel/ String/RawStringFormatterTest.php
RdfCommentStorageLoadTest::testRdfCommentStorageLoad in core/ modules/ rdf/ tests/ src/ Kernel/RdfCommentStorageLoadTest.php
Tests rdf_comment_storage_load.
rdf_preprocess_comment in core/ modules/ rdf/rdf.module
Implements hook_preprocess_HOOK () for comment templates.
rdf_preprocess_node in core/ modules/ rdf/rdf.module
Implements hook_preprocess_HOOK () for node templates.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/ tests/ Drupal/ KernelTests/ Core/ File/ReadOnlyStreamWrapperTest.php
Tests read-only specific behavior.
RebuildScriptTest::testRebuild in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/RebuildScriptTest.php
Tests redirect in rebuild.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.
RedirectOnExceptionTest::testRedirectOn404 in core/ tests/ Drupal/ KernelTests/ RequestProcessing/RedirectOnExceptionTest.php
ReEnableModuleFieldTest::testReEnabledField in core/ modules/ field/ tests/ src/ Functional/ReEnableModuleFieldTest.php
Tests the behavior of a field module after being disabled and re-enabled.
RefreshVariablesTrait::refreshVariables in core/ lib/ Drupal/ Core/ Test/RefreshVariablesTrait.php
Refreshes in-memory configuration and state information.
RegisterForm::submitForm in core/ modules/ user/ src/RegisterForm.php
RegistrationWithUserFieldsTest::testRegistrationWithUserFields in core/ modules/ user/ tests/ src/ FunctionalJavascript/RegistrationWithUserFieldsTest.php
Tests Field API fields on user registration forms.
RegistryTest::testMultipleSubThemes in core/ tests/ Drupal/ KernelTests/ Core/ Theme/RegistryTest.php
Tests the theme registry with multiple subthemes.
RegistryTest::testSuggestionPreprocessFunctions in core/ tests/ Drupal/ KernelTests/ Core/ Theme/RegistryTest.php
Tests the theme registry with suggestions.
RegistryTest::testThemeRegistryAlterByTheme in core/ tests/ Drupal/ KernelTests/ Core/ Theme/RegistryTest.php
Tests that the theme registry can be altered by themes.
RegistryTest::testThemeTemplatesRegisteredByModules in core/ tests/ Drupal/ KernelTests/ Core/ Theme/RegistryTest.php
Tests theme-provided templates that are registered by modules.
ReindexConfirm::submitForm in core/ modules/ search/ src/ Form/ReindexConfirm.php
Form submission handler.
RenderCacheTest::doTestUser1WithContexts in core/ tests/ Drupal/ KernelTests/ Core/ Render/RenderCacheTest.php
Ensures that user 1 has a unique render cache for the given context.
RenderElementTypesTest::assertElements in core/ tests/ Drupal/ KernelTests/ Core/ Render/ Element/RenderElementTypesTest.php
Asserts that an array of elements is rendered properly.
RenderElementTypesTest::testMoreLink in core/ tests/ Drupal/ KernelTests/ Core/ Render/ Element/RenderElementTypesTest.php
Tests system #type 'more_link'.
RenderElementTypesTest::testSystemCompactLink in core/ tests/ Drupal/ KernelTests/ Core/ Render/ Element/RenderElementTypesTest.php
Tests system #type 'system_compact_link'.
RenderTest::testDrupalRenderThemePreprocessAttached in core/ tests/ Drupal/ KernelTests/ Core/ Render/RenderTest.php
Tests theme preprocess functions being able to attach assets.
ReplicaKillSwitchTest::testSystemInitIgnoresSecondaries in core/ tests/ Drupal/ KernelTests/ Core/ Database/ReplicaKillSwitchTest.php
Tests database.replica_kill_switch service.
ResourceIdentifier::fromEntity in core/ modules/ jsonapi/ src/ JsonApiResource/ResourceIdentifier.php
Creates a ResourceIdentifier object.
ResourceIdentifier::getResourceType in core/ modules/ jsonapi/ src/ JsonApiResource/ResourceIdentifier.php
ResourceIdentifier::getVirtualOrMissingResourceIdentifier in core/ modules/ jsonapi/ src/ JsonApiResource/ResourceIdentifier.php
Creates a ResourceIdentifier for a NULL or FALSE entity reference item.
ResourceIdentifier::toResourceIdentifier in core/ modules/ jsonapi/ src/ JsonApiResource/ResourceIdentifier.php
Creates a ResourceIdentifier object.
ResourceTest::testSerializationClassIsOptional in core/ modules/ rest/ tests/ src/ Functional/ResourceTest.php
Tests that serialization_class is optional.
ResourceTest::testUriPaths in core/ modules/ rest/ tests/ src/ Functional/ResourceTest.php
Tests that resource URI paths are formatted properly.
ResourceTestBase::assertResourceResponse in core/ modules/ jsonapi/ tests/ src/ Functional/ResourceTestBase.php
Asserts that a resource response has the given status code and body.
ResourceTestBase::refreshTestStateAfterRestConfigChange in core/ modules/ rest/ tests/ src/ Functional/ResourceTestBase.php
Refreshes the state of the tester to be in sync with the testee.
ResourceTestBase::setUpFields in core/ modules/ jsonapi/ tests/ src/ Functional/ResourceTestBase.php
Sets up additional fields for testing.
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.
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink in core/ modules/ responsive_image/ tests/ src/ Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/ modules/ responsive_image/ tests/ src/ Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery in core/ modules/ responsive_image/ tests/ src/ Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with an empty media query.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersOneSource in core/ modules/ responsive_image/ tests/ src/ Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with one source.
ResponsiveImageStyle::calculateDependencies in core/ modules/ responsive_image/ src/ Entity/ResponsiveImageStyle.php
Calculates dependencies and stores them in the dependency property.
responsive_image_get_mime_type in core/ modules/ responsive_image/responsive_image.module
Determines the MIME type of an image.
RestExport::buildResponse in core/ modules/ rest/ src/ Plugin/ views/ display/RestExport.php
Builds up a response with the rendered view as content.
RestResourceConfig::getResourcePluginManager in core/ modules/ rest/ src/ Entity/RestResourceConfig.php
Returns the resource plugin manager.
RestResourceConfig::getRestResourceDependencies in core/ modules/ rest/ src/ Entity/RestResourceConfig.php
Returns the REST resource dependencies.
RestResourceConfig::postDelete in core/ modules/ rest/ src/ Entity/RestResourceConfig.php
Acts on deleted entities before the delete hook is invoked.
RestResourceConfig::postSave in core/ modules/ rest/ src/ Entity/RestResourceConfig.php
Acts on a saved entity before the insert or update hook is invoked.
Result::buildOptionsForm in core/ modules/ views/ src/ Plugin/ views/ area/Result.php
RetrieveFileTest::testFileRetrieving in core/ modules/ system/ tests/ src/ Functional/ System/RetrieveFileTest.php
Invokes system_retrieve_file () in several scenarios.
Role::calculateDependencies in core/ modules/ user/ src/ Entity/Role.php
Calculates dependencies and stores them in the dependency property.
Role::onDependencyRemoval in core/ modules/ user/ src/ Entity/Role.php
Informs the entity that entities it depends on will be deleted.
RouteCachingLanguageTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Routing/RouteCachingLanguageTest.php
RouteNoneTest::testProcessOutbound in core/ tests/ Drupal/ KernelTests/ Core/ RouteProcessor/RouteNoneTest.php
Tests the output process.
RouteProcessorCurrentIntegrationTest::testProcessOutbound in core/ tests/ Drupal/ KernelTests/ Core/ RouteProcessor/RouteProcessorCurrentIntegrationTest.php
Tests the output process.
RouteProviderTest::httpKernelHandle in core/ tests/ Drupal/ KernelTests/ Core/ Entity/RouteProviderTest.php
RouteProviderTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Routing/RouteProviderTest.php
RouteProviderTest::testAdminHtmlRoutes in core/ tests/ Drupal/ KernelTests/ Core/ Entity/RouteProviderTest.php
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider ::getEditFormRoute
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider ::getDeleteFormRoute
RouteProviderTest::testHtmlRoutes in core/ tests/ Drupal/ KernelTests/ Core/ Entity/RouteProviderTest.php
@covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider ::getRoutes
RouteProviderTest::testRouteCaching in core/ tests/ Drupal/ KernelTests/ Core/ Routing/RouteProviderTest.php
Tests that route caching works.
RouterTest::testRouterUninstallInstall in core/ modules/ system/ tests/ src/ Functional/ Routing/RouterTest.php
Tests that routes no longer exist for a module that has been uninstalled.
Routes::rebuild in core/ modules/ jsonapi/ src/ Routing/Routes.php
Invalidates any JSON:API resource type dependent responses and routes.
RssTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/RssTest.php
SaveUploadFormTest::setUp in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
SaveUploadFormTest::testCombinedErrorMessages in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests that multiple validation errors are combined in one message.
SaveUploadFormTest::testDrupalMovingUploadedFileError in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests for log entry on failing destination.
SaveUploadFormTest::testErrorMessagesAreNotChanged in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests that form validation does not change error messages.
SaveUploadFormTest::testExistingError in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests for failure when uploading over a file that already exists.
SaveUploadFormTest::testExistingRename in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests renaming when uploading over a file that already exists.
SaveUploadFormTest::testExistingReplace in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadFormTest::testHandleDangerousFile in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests dangerous file handling.
SaveUploadFormTest::testHandleExtension in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests extension handling.
SaveUploadFormTest::testHandleFileMunge in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests file munge handling.
SaveUploadFormTest::testNormal in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests the _file_save_upload_from_form () function.
SaveUploadFormTest::testUploadFieldIsHighlighted in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
Tests highlighting of file upload field when it has an error.
SaveUploadTest::setUp in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
SaveUploadTest::testDrupalMovingUploadedFileError in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testDuplicate in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests uploading a duplicate file.
SaveUploadTest::testExistingError in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests dangerous file handling.
SaveUploadTest::testHandleDotFile in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests extension handling.
SaveUploadTest::testHandleFileMunge in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests file munge handling.
SaveUploadTest::testNormal in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
Tests the file_save_upload () function.
SchemaCheckTestTrait::assertConfigSchemaByName in core/ tests/ Drupal/ Tests/SchemaCheckTestTrait.php
Asserts configuration, specified by name, has a valid schema.
SchemaCheckTraitTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Config/SchemaCheckTraitTest.php
SearchAdminThemeTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchAdminThemeTest.php
SearchAdminThemeTest::testSearchUsingAdminTheme in core/ modules/ search/ tests/ src/ Functional/SearchAdminThemeTest.php
Tests that search results could be displayed in administration theme.
SearchBlockTest::testSearchFormBlock in core/ modules/ search/ tests/ src/ Functional/SearchBlockTest.php
Tests that the search form block can be placed and works.
SearchCommentTest::assertCommentAccess in core/ modules/ search/ tests/ src/ Functional/SearchCommentTest.php
Update search index and search for comment.
SearchConfigSettingsFormTest::assertDefaultSearch in core/ modules/ search/ tests/ src/ Functional/SearchConfigSettingsFormTest.php
Checks that the default search page matches expectations.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/ modules/ search/ tests/ src/ Functional/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchExcerptTest::doSearchExcerpt in core/ modules/ search/ tests/ src/ Kernel/SearchExcerptTest.php
Calls search_excerpt () and renders output.
SearchExtraTypeSearch::buildResults in core/ modules/ search/ tests/ modules/ search_extra_type/ src/ Plugin/ Search/SearchExtraTypeSearch.php
Executes the search and builds render arrays for the result items.
SearchMatchTest::_setup in core/ modules/ search/ tests/ src/ Kernel/SearchMatchTest.php
Set up a small index of items to test against.
SearchMultilingualEntityTest::testMultilingualSearch in core/ modules/ search/ tests/ src/ Functional/SearchMultilingualEntityTest.php
Tests the indexing throttle and search results with multilingual nodes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/ modules/ search/ tests/ src/ Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is properly updated when a node changes.
SearchPage::configFactory in core/ modules/ search/ src/ Entity/SearchPage.php
Wraps the config factory.
SearchPage::postDelete in core/ modules/ search/ src/ Entity/SearchPage.php
Acts on deleted entities before the delete hook is invoked.
SearchPage::routeBuilder in core/ modules/ search/ src/ Entity/SearchPage.php
Wraps the route builder.
SearchPage::searchPageRepository in core/ modules/ search/ src/ Entity/SearchPage.php
Wraps the search page repository.
SearchPage::searchPluginManager in core/ modules/ search/ src/ Entity/SearchPage.php
Wraps the search plugin manager.
SearchQuery::parseSearchExpression in core/ modules/ search/ src/SearchQuery.php
Parses the search query into SQL conditions.
SearchRankingTest::testHTMLRankings in core/ modules/ search/ tests/ src/ Functional/SearchRankingTest.php
Tests rankings of HTML tags.
SearchTextProcessorTest::testSearchTextProcessorPunctuation in core/ modules/ search/ tests/ src/ Kernel/SearchTextProcessorTest.php
Tests that text analysis does the right thing with punctuation.
SearchTextProcessorTest::testSearchTextProcessorUnicode in core/ modules/ search/ tests/ src/ Kernel/SearchTextProcessorTest.php
Tests that text processing handles Unicode characters correctly.
SearchTokenizerTest::testNoTokenizer in core/ modules/ search/ tests/ src/ Kernel/SearchTokenizerTest.php
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer in core/ modules/ search/ tests/ src/ Kernel/SearchTokenizerTest.php
Verifies that strings of CJK characters are tokenized.
search_cron in core/ modules/ search/search.module
Implements hook_cron ().
search_requirements in core/ modules/ search/search.install
Implements hook_requirements ().
Section::contextHandler in core/ modules/ layout_builder/ src/Section.php
Wraps the context handler.
Section::layoutPluginManager in core/ modules/ layout_builder/ src/Section.php
Wraps the layout plugin manager.
SectionComponent::contextHandler in core/ modules/ layout_builder/ src/SectionComponent.php
Wraps the context handler.
SectionComponent::eventDispatcher in core/ modules/ layout_builder/ src/SectionComponent.php
Wraps the event dispatcher.
SectionComponent::pluginManager in core/ modules/ layout_builder/ src/SectionComponent.php
Wraps the component plugin manager.
SelectionTest::testAutocompleteOutput in core/ modules/ field/ tests/ src/ Functional/ EntityReference/ Views/SelectionTest.php
Tests that the Views selection handles the views output properly.
ServiceDeprecationTest::testGetDeprecated in core/ tests/ Drupal/ FunctionalTests/ Core/ Container/ServiceDeprecationTest.php
@covers ::get
ServiceProviderTest::testServiceProviderRegistrationDynamic in core/ tests/ Drupal/ KernelTests/ Core/ ServiceProvider/ServiceProviderTest.php
Tests that the DIC keeps up with module enable/disable in the same request.
SessionManagerDestroyNoCliCheckTest::testCallSessionManagerStartAndDestroy in core/ tests/ Drupal/ KernelTests/ Core/ Session/SessionManagerDestroyNoCliCheckTest.php
Tests starting and destroying a session from the CLI.
SessionTestController::noSet in core/ modules/ system/ tests/ modules/ session_test/ src/ Controller/SessionTestController.php
Turns off session saving and then tries to save a value
anyway.
SessionTestController::setMessageButDoNotSave in core/ modules/ system/ tests/ modules/ session_test/ src/ Controller/SessionTestController.php
Sets a message but call drupal_save_session(FALSE).
SessionTestController::traceHandler in core/ modules/ system/ tests/ modules/ session_test/ src/ Controller/SessionTestController.php
Returns the trace recorded by test proxy session handlers as JSON.
session_exists_cache_context_test_page_top in core/ modules/ system/ tests/ modules/ session_exists_cache_context_test/session_exists_cache_context_test.module
Implements hook_page_top ().
settings_tray_css_alter in core/ modules/ settings_tray/settings_tray.module
Implements hook_css_alter ().
settings_tray_install in core/ modules/ settings_tray/settings_tray.install
Implements hook_install ().
settings_tray_preprocess_block in core/ modules/ settings_tray/settings_tray.module
Implements hook_preprocess_HOOK () for block templates.
ShortcutClaroIntegrationTest::testInstallUninstall in core/ modules/ shortcut/ tests/ src/ Kernel/ShortcutClaroIntegrationTest.php
Tests shortcut_install () and shortcut_uninstall ().
ShortcutLinksTest::testAccessShortcutsPermission in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that the 'access shortcuts' permissions works properly.
ShortcutLinksTest::testNoShortcutLink in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutLinkChangeRoute in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that changing the route of a shortcut link works.
ShortcutLinksTest::testShortcutQuickLink in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
shortcut_install in core/ modules/ shortcut/shortcut.install
Implements hook_install ().
shortcut_preprocess_page_title in core/ modules/ shortcut/shortcut.module
Implements hook_preprocess_HOOK () for page title templates.
shortcut_renderable_links in core/ modules/ shortcut/shortcut.module
Returns an array of shortcut links, suitable for rendering.
shortcut_uninstall in core/ modules/ shortcut/shortcut.install
Implements hook_uninstall ().
SitesDirectoryHardeningTest::testSitesDirectoryHardeningConfig in core/ modules/ system/ tests/ src/ Functional/ System/SitesDirectoryHardeningTest.php
Tests writable files remain writable when directory hardening is disabled.
SiteSettingsForm::createRandomConfigDirectory in core/ lib/ Drupal/ Core/ Installer/ Form/SiteSettingsForm.php
Create a random config sync directory.
SortRandomTest::testRandomOrderingWithRenderCaching in core/ modules/ views/ tests/ src/ Kernel/ Handler/SortRandomTest.php
Tests random ordering with tags based caching.
Sql::getMigrationPluginManager in core/ modules/ migrate/ src/ Plugin/ migrate/ id_map/Sql.php
Returns the migration plugin manager.
SqlContentEntityStorage::delete in core/ lib/ Drupal/ Core/ Entity/ Sql/SqlContentEntityStorage.php
Deletes permanently saved entities.
SqlContentEntityStorage::restore in core/ lib/ Drupal/ Core/ Entity/ Sql/SqlContentEntityStorage.php
Restores a previously saved entity.
SqlContentEntityStorage::save in core/ lib/ Drupal/ Core/ Entity/ Sql/SqlContentEntityStorage.php
Saves the entity permanently.
SqlContentEntityStorageSchema::deletedFieldsRepository in core/ lib/ Drupal/ Core/ Entity/ Sql/SqlContentEntityStorageSchema.php
Gets the deleted fields repository.
SqlFieldableEntityTypeListenerTrait::copyData in core/ lib/ Drupal/ Core/ Entity/ Sql/SqlFieldableEntityTypeListenerTrait.php
Copies entity data from the original storage to the temporary one.
SqlTest::setUp in core/ modules/ migrate/ tests/ src/ Kernel/ Plugin/ id_map/SqlTest.php
Stable9TemplateOverrideTest::testStable9TemplateOverrides in core/ tests/ Drupal/ KernelTests/ Core/ Theme/Stable9TemplateOverrideTest.php
Ensures that Stable 9 overrides all relevant core templates.
StableTemplateOverrideTest::testStableTemplateOverrides in core/ tests/ Drupal/ KernelTests/ Core/ Theme/StableTemplateOverrideTest.php
Ensures that Stable overrides all relevant core templates.
StackKernelIntegrationTest::testLazyLateMiddlewares in core/ tests/ Drupal/ KernelTests/ Core/ HttpKernel/StackKernelIntegrationTest.php
Tests that late middlewares are automatically flagged lazy.
StackKernelIntegrationTest::testRequest in core/ tests/ Drupal/ KernelTests/ Core/ HttpKernel/StackKernelIntegrationTest.php
Tests a request.
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.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/ modules/ system/ tests/ src/ Functional/ Form/StateValuesCleanAdvancedTest.php
Tests \Drupal\Core\Form\FormState::cleanValues ().
StatisticsAttachedTest::setUp in core/ modules/ statistics/ tests/ src/ Functional/StatisticsAttachedTest.php
StatisticsLastCommentName::query in core/ modules/ comment/ src/ Plugin/ views/ sort/StatisticsLastCommentName.php
Called to add the sort to a query.
StatisticsSettingsForm::submitForm in core/ modules/ statistics/ src/StatisticsSettingsForm.php
Form submission handler.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in core/ modules/ statistics/ tests/ src/ Functional/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
statistics_cron in core/ modules/ statistics/statistics.module
Implements hook_cron ().
statistics_node_links_alter in core/ modules/ statistics/statistics.module
Implements hook_node_links_alter ().
statistics_node_predelete in core/ modules/ statistics/statistics.module
Implements hook_ENTITY_TYPE_predelete () for node entities.
statistics_node_view in core/ modules/ statistics/statistics.module
Implements hook_ENTITY_TYPE_view () for node entities.
statistics_tokens in core/ modules/ statistics/statistics.tokens.inc
Implements hook_tokens ().
StatusMessages::generatePlaceholder in core/ lib/ Drupal/ Core/ Render/ Element/StatusMessages.php
#pre_render callback to generate a placeholder.
StatusTest::testStatusPage in core/ modules/ system/ tests/ src/ Functional/ System/StatusTest.php
Tests that the status page returns.
StreamWrapperManagerTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ StreamWrapper/StreamWrapperManagerTest.php
StreamWrapperTest::testGetClassName in core/ tests/ Drupal/ KernelTests/ Core/ File/StreamWrapperTest.php
Tests the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme in core/ tests/ Drupal/ KernelTests/ Core/ File/StreamWrapperTest.php
Tests the getViaScheme() method.
StreamWrapperTest::testGetValidStreamScheme in core/ tests/ Drupal/ KernelTests/ Core/ File/StreamWrapperTest.php
Tests the scheme functions.
StreamWrapperTest::testUriFunctions in core/ tests/ Drupal/ KernelTests/ Core/ File/StreamWrapperTest.php
Tests the getViaUri() and getViaScheme() methods and target functions.
StringFieldTest::_testTextfieldWidgets in core/ modules/ field/ tests/ src/ Functional/ String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StringFormatterTest::setUp in core/ modules/ field/ tests/ src/ Kernel/ String/StringFormatterTest.php
StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath in core/ modules/ field/ tests/ src/ Kernel/ String/StringFormatterTest.php
Test "link_to_entity" feature on fields which are added to config entity.
StringTranslationTrait::getNumberOfPlurals in core/ lib/ Drupal/ Core/ StringTranslation/StringTranslationTrait.php
Returns the number of plurals supported by a given language.
StringTranslationTrait::getStringTranslation in core/ lib/ Drupal/ Core/ StringTranslation/StringTranslationTrait.php
Gets the string translation service.
StubTestTrait::createEntityStub in core/ modules/ migrate_drupal/ src/ Tests/StubTestTrait.php
Create a stub of the given entity type.
StyleGridResponsiveTest::testResponsiveGrid in core/ modules/ views/ tests/ src/ Kernel/ Plugin/StyleGridResponsiveTest.php
Generates a grid_responsive and asserts that it is displaying correctly.
StyleGridTest::assertGrid in core/ modules/ views/ tests/ src/ Kernel/ Plugin/StyleGridTest.php
Generates a grid and asserts that it is displaying correctly.
StyleHtmlListTest::testDefaultRowClasses in core/ modules/ views/ tests/ src/ Kernel/ Plugin/StyleHtmlListTest.php
Make sure that the HTML list style markup is correct.
StyleMappingTest::mappedOutputHelper in core/ modules/ views/ tests/ src/ Kernel/ Plugin/StyleMappingTest.php
Tests the mapping of fields.
StyleSerializerTest::setUp in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
StyleSerializerTest::testLivePreview in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Tests the live preview output for json output.
StyleSerializerTest::testRestRenderCaching in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Tests REST export with views render caching enabled.
StyleTableTest::testTableCacheability in core/ modules/ views/ tests/ src/ Functional/ Plugin/StyleTableTest.php
Tests the cacheability of the table display.
StyleTableUnitTest::testTable in core/ modules/ views/ tests/ src/ Kernel/ Plugin/StyleTableUnitTest.php
Tests the table style.
StyleUnformattedTest::testDefaultRowClasses in core/ modules/ views/ tests/ src/ Kernel/ Plugin/StyleUnformattedTest.php
Make sure that the default css classes works as expected.
SummaryLengthTest::testSummaryLength in core/ modules/ node/ tests/ src/ Kernel/SummaryLengthTest.php
Tests the node summary length functionality.
SysLogTest::syslogWrapper in core/ modules/ syslog/ tests/ modules/ syslog_test/ src/ Logger/SysLogTest.php
SystemMenuBlockTest::testConfigLevelDepth in core/ modules/ system/ tests/ src/ Kernel/ Block/SystemMenuBlockTest.php
Tests the config start level and depth.
SystemTestController::getCurrentDate in core/ modules/ system/ tests/ modules/ system_test/ src/ Controller/SystemTestController.php
Returns the current date.
system_check_directory in core/ modules/ system/system.module
Checks the existence of the directory specified in $form_element.
system_cron in core/ modules/ system/system.module
Implements hook_cron ().
system_form_alter in core/ modules/ system/system.module
Implements hook_form_alter ().
system_get_module_admin_tasks in core/ modules/ system/system.module
Generate a list of tasks offered by a specified module.
system_help in core/ modules/ system/system.module
Implements hook_help ().
system_install in core/ modules/ system/system.install
Implements hook_install ().
system_js_settings_alter in core/ modules/ system/system.module
Implements hook_js_settings_alter ().
system_js_settings_build in core/ modules/ system/system.module
Implements hook_js_settings_build ().
system_page_attachments in core/ modules/ system/system.module
Implements hook_page_attachments ().
system_page_top in core/ modules/ system/system.module
Implements hook_page_top ().
system_region_list in core/ modules/ system/system.module
Get a list of available regions from a specified theme.
system_requirements in core/ modules/ system/system.install
Implements hook_requirements ().
system_retrieve_file in core/ modules/ system/system.module
Attempts to get a file using Guzzle HTTP client and to store it locally.
system_test_page_attachments in core/ modules/ system/ tests/ modules/ system_test/system_test.module
Implements hook_page_attachments ().
system_theme_suggestions_html in core/ modules/ system/system.module
Implements hook_theme_suggestions_HOOK ().
system_theme_suggestions_maintenance_page in core/ modules/ system/system.module
Implements hook_theme_suggestions_HOOK ().
system_theme_suggestions_page in core/ modules/ system/system.module
Implements hook_theme_suggestions_HOOK ().
system_tokens in core/ modules/ system/system.tokens.inc
Implements hook_tokens ().
system_token_info in core/ modules/ system/system.tokens.inc
Implements hook_token_info ().
Tables::__construct in core/ modules/ workspaces/ src/ EntityQuery/Tables.php
Tables::__construct in core/ lib/ Drupal/ Core/ Entity/ Query/ Sql/Tables.php
Tableselect::preRenderTableselect in core/ lib/ Drupal/ Core/ Render/ Element/Tableselect.php
Prepares a 'tableselect' #type element for rendering.
TableSort::header in core/ lib/ Drupal/ Core/ Utility/TableSort.php
Formats a column header.
TableTest::testThemeTableWithEmptyMessage in core/ tests/ Drupal/ KernelTests/ Core/ Render/ Element/TableTest.php
Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly.
TaggedWithTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Wizard/TaggedWithTest.php
TaggedWithTest::testTaggedWithByNodeType in core/ modules/ views/ tests/ src/ Functional/ Wizard/TaggedWithTest.php
Tests that the "tagged with" form element only shows for node types that support it.
TaggedWithTest::testTaggedWithByViewReference in core/ modules/ views/ tests/ src/ Functional/ Wizard/TaggedWithTest.php
Tests that "tagged with" works with views entity reference.
Tasks::connect in core/ modules/ sqlite/ src/ Driver/ Database/ sqlite/ Install/Tasks.php
Checks if we can connect to the database.
TaxonomyDefaultArgumentTest::testNodePathWithViewSelection in core/ modules/ taxonomy/ tests/ src/ Kernel/ Views/TaxonomyDefaultArgumentTest.php
TaxonomyFieldTidTest::testViewsHandlerTidField in core/ modules/ taxonomy/ tests/ src/ Kernel/ Views/TaxonomyFieldTidTest.php
Tests the taxonomy field handler.
TaxonomyFieldVidTest::testViewsHandlerVidField in core/ modules/ taxonomy/ tests/ src/ Kernel/ Views/TaxonomyFieldVidTest.php
Tests the field handling for the Vocabulary ID.
TaxonomyImageTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TaxonomyImageTest.php
TaxonomyImageTest::testTaxonomyImageAccess in core/ modules/ taxonomy/ tests/ src/ Functional/TaxonomyImageTest.php
TaxonomyIndexTid::adminSummary in core/ modules/ taxonomy/ src/ Plugin/ views/ filter/TaxonomyIndexTid.php
Display the filter on the administrative summary.
TaxonomyIndexTid::preRender in core/ modules/ taxonomy/ src/ Plugin/ views/ field/TaxonomyIndexTid.php
Runs before any fields are rendered.
TaxonomyIndexTid::valueForm in core/ modules/ taxonomy/ src/ Plugin/ views/ filter/TaxonomyIndexTid.php
Options form subform for setting options.
TaxonomyRelationshipTest::testTaxonomyRelationships in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermViewTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyTermViewTest.php
TaxonomyTermViewTest::testTaxonomyTermView in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TaxonomyTestBase::mockStandardInstall in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyTestBase.php
Provides a workaround for the inability to use the standard profile.
TaxonomyTranslationTestTrait::enableTranslation in core/ modules/ taxonomy/ tests/ src/ Functional/TaxonomyTranslationTestTrait.php
Enables translations where it needed.
TaxonomyTranslationTestTrait::setUpTermReferenceField in core/ modules/ taxonomy/ tests/ src/ Functional/TaxonomyTranslationTestTrait.php
Adds term reference field for the article content type.
taxonomy_tokens in core/ modules/ taxonomy/taxonomy.tokens.inc
Implements hook_tokens ().
TelephoneFieldTest::setUp in core/ modules/ telephone/ tests/ src/ Functional/TelephoneFieldTest.php
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_file_link in core/ modules/ file/file.module
Prepares variables for file link templates.
template_preprocess_file_widget_multiple in core/ modules/ file/file.field.inc
Prepares variables for multi file form widget 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_forum_submitted in core/ modules/ forum/forum.module
Prepares variables for forum submission information templates.
template_preprocess_html in core/ includes/theme.inc
Prepares variables for HTML document templates.
template_preprocess_image in core/ includes/theme.inc
Prepares variables for image templates.
template_preprocess_image_style_preview in core/ modules/ image/image.admin.inc
Prepares variables for image style preview 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 in core/ modules/ node/node.module
Prepares variables for node 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_responsive_image in core/ modules/ responsive_image/responsive_image.module
Prepares variables for a responsive image.
template_preprocess_search_result in core/ modules/ search/search.pages.inc
Prepares variables for individual search result templates.
template_preprocess_system_modules_details in core/ modules/ system/system.admin.inc
Prepares variables for the module details templates.
template_preprocess_system_themes_page in core/ modules/ system/system.admin.inc
Prepares variables for appearance page templates.
template_preprocess_time in core/ includes/theme.inc
Prepares variables for time templates.
template_preprocess_toolbar in core/ modules/ toolbar/toolbar.module
Prepares variables for administration toolbar templates.
template_preprocess_update_last_check in core/ modules/ update/update.module
Prepares variables for last time update data was checked templates.
template_preprocess_update_project_status in core/ modules/ update/update.report.inc
Prepares variables for update project status templates.
template_preprocess_views_mini_pager in core/ modules/ views/views.theme.inc
Prepares variables for views mini-pager templates.
template_preprocess_views_view_row_rss in core/ modules/ views/views.theme.inc
Prepares variables for views RSS item 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.
TemporaryJsonapiFileFieldUploader::__construct in core/ modules/ jsonapi/ src/ Controller/TemporaryJsonapiFileFieldUploader.php
Constructs a FileUploadResource instance.
TemporaryStream::getDirectoryPath in core/ lib/ Drupal/ Core/ StreamWrapper/TemporaryStream.php
TermAccessTest::testTermAccess in core/ modules/ taxonomy/ tests/ src/ Functional/TermAccessTest.php
Tests access control functionality for taxonomy terms.
TermContextTest::testGetRuntimeContexts in core/ modules/ taxonomy/ tests/ src/ Kernel/ ContextProvider/TermContextTest.php
@covers ::getRuntimeContexts
TermDisplayConfigurableTest::testDisplayConfigurable in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TermDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
TermIndexTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TermIndexTest.php
TermKernelTest::testTermPreview in core/ modules/ taxonomy/ tests/ src/ Kernel/TermKernelTest.php
Tests that a Term is renderable when unsaved (preview).
TermTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TermTest.php
TermTest::testNodeTermCreationAndDeletion in core/ modules/ taxonomy/ tests/ src/ Functional/TermTest.php
Tests term creation with a free-tagging vocabulary from the node form.
TermTest::testParentHandlerSettings in core/ modules/ taxonomy/ tests/ src/ Functional/TermTest.php
The "parent" field must restrict references to the same vocabulary.
TermTest::testReSavingTags in core/ modules/ taxonomy/ tests/ src/ Functional/TermTest.php
Tests that editing and saving a node with no changes works correctly.
TermTest::testTermInterface in core/ modules/ taxonomy/ tests/ src/ Functional/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationTest::testTermsTranslation in core/ modules/ taxonomy/ tests/ src/ Functional/TermTranslationTest.php
Tests translation of terms are showed in the node.
TestControllers::removeExceptionLogger in core/ modules/ system/ tests/ modules/ router_test_directory/ src/TestControllers.php
TestControllers::test9 in core/ modules/ system/ tests/ modules/ router_test_directory/ src/TestControllers.php
TestControllers::testEntityLanguage in core/ modules/ system/ tests/ modules/ paramconverter_test/ src/TestControllers.php
TestCoverageTest::setUp in core/ modules/ jsonapi/ tests/ src/ Kernel/TestCoverageTest.php
TestFileCreationTrait::getTestFiles in core/ tests/ Drupal/ Tests/TestFileCreationTrait.php
Gets a list of files that can be used in tests.
TestFileTransferWithSettingsForm::factory in core/ modules/ update/ tests/ modules/ update_test/ src/TestFileTransferWithSettingsForm.php
Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.
TestSessionHandlerProxy::close in core/ modules/ system/ tests/ modules/ session_test/ src/ Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::open in core/ modules/ system/ tests/ modules/ session_test/ src/ Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::read in core/ modules/ system/ tests/ modules/ session_test/ src/ Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::write in core/ modules/ system/ tests/ modules/ session_test/ src/ Session/TestSessionHandlerProxy.php
TestSiteInstallTestScript::setup in core/ tests/ Drupal/ TestSite/TestSiteInstallTestScript.php
TestSiteMultilingualInstallTestScript::setup in core/ tests/ Drupal/ TestSite/TestSiteMultilingualInstallTestScript.php
TestSiteOliveroInstallTestScript::setup in core/ tests/ Drupal/ TestSite/TestSiteOliveroInstallTestScript.php
TestViewsTest::testDefaultConfig in core/ modules/ views/ tests/ src/ Kernel/TestViewsTest.php
Tests default configuration data type.
test_theme_depending_on_modules.post_update.php in core/ modules/ system/ tests/ themes/ test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php
TextFieldTest::testRequiredLongTextWithFileUpload in core/ modules/ text/ tests/ src/ Functional/TextFieldTest.php
Tests required long text with file upload.
TextFieldTest::_testTextfieldWidgetsFormatted in core/ modules/ text/ tests/ src/ Functional/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextFormat::elementInfo in core/ modules/ filter/ src/ Element/TextFormat.php
Wraps the element info service.
TextFormatElementFormTest::setUp in core/ modules/ filter/ tests/ src/ Kernel/TextFormatElementFormTest.php
Sets up the test.
TextFormatterTest::testFormatters in core/ modules/ text/ tests/ src/ Kernel/TextFormatterTest.php
Tests all text field formatters.
TextProcessed::getRenderer in core/ modules/ text/ src/TextProcessed.php
Returns the renderer service.
TextSummaryTest::testRequiredSummary in core/ modules/ text/ tests/ src/ Kernel/TextSummaryTest.php
Tests required summary.
TextTrimmedFormatter::viewElements in core/ modules/ text/ src/ Plugin/ Field/ FieldFormatter/TextTrimmedFormatter.php
Builds a renderable array for a field value.
Theme::canUpdate in core/ lib/ Drupal/ Core/ Updater/Theme.php
Determines whether this class can update the specified project.
Theme::getInstallDirectory in core/ lib/ Drupal/ Core/ Updater/Theme.php
Returns the directory where a theme should be installed.
Theme::postInstall in core/ lib/ Drupal/ Core/ Updater/Theme.php
ThemeEngineExtensionListTest::testGetlist in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ThemeEngineExtensionListTest.php
@covers ::getList
ThemeExtensionListTest::testGetlist in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ThemeExtensionListTest.php
@covers ::getList
ThemeExtensionListTest::testThemeWithoutVersion in core/ tests/ Drupal/ KernelTests/ Core/ Extension/ThemeExtensionListTest.php
Tests that themes have an empty default version set.
ThemeHandler::addTheme in core/ lib/ Drupal/ Core/ Extension/ThemeHandler.php
Adds a theme extension to the internal listing.
ThemeInstallerTest::testEmpty in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ThemeInstallerTest.php
Verifies that no themes are installed by default.
ThemeInstallerTest::testInstallDeprecated in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ThemeInstallerTest.php
Tests trying to install a deprecated theme.
ThemeInstallerTest::testThemeInfoAlter in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ThemeInstallerTest.php
Tests that theme info can be altered by a module.
ThemeManager::render in core/ lib/ Drupal/ Core/ Theme/ThemeManager.php
ThemeRegistry::initializeRegistry in core/ lib/ Drupal/ Core/ Utility/ThemeRegistry.php
Initializes the full theme registry.
ThemeRegistry::resolveCacheMiss in core/ lib/ Drupal/ Core/ Utility/ThemeRegistry.php
Resolves a cache miss.
ThemeRenderAndAutoescapeTest::testBubblingMetadata in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ThemeRenderAndAutoescapeTest.php
Ensure cache metadata is bubbled when using theme_render_and_autoescape ().
ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ThemeRenderAndAutoescapeTest.php
Ensure cache metadata is bubbled when using theme_render_and_autoescape ().
ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ThemeRenderAndAutoescapeTest.php
@dataProvider providerTestThemeRenderAndAutoescape
ThemeSettingsForm::buildForm in core/ modules/ system/ src/ Form/ThemeSettingsForm.php
ThemeSettingsFormTest::testFormSettingsSubmissionHandler in core/ modules/ system/ tests/ src/ FunctionalJavascript/ThemeSettingsFormTest.php
Tests that submission handler works correctly.
ThemeSettingsTest::testLogoConfig in core/ tests/ Drupal/ KernelTests/ Core/ Theme/ThemeSettingsTest.php
Tests that the default logo config can be overridden.
ThemeSuggestionsAlterTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeSuggestionsAlterTest.php
ThemeSuggestionsAlterTest::testExecutionOrder in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeSuggestionsAlterTest.php
Tests execution order of theme suggestion alter hooks.
ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeSuggestionsAlterTest.php
Tests hook_theme_suggestions_alter ().
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for specific theme calls.
ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for templates.
ThemeTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/ThemeTest.php
ThemeTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeTest.php
ThemeTest::setUp in core/ modules/ system/ tests/ src/ Kernel/ Theme/ThemeTest.php
ThemeTest::testRegionClass in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeTest.php
Tests that region attributes can be manipulated via preprocess functions.
ThemeTest::testThemeUpdateManagement in core/ modules/ system/ tests/ src/ Kernel/ Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
ThemeTest::testThemeUpdateManagementRemovedPostUpdates in core/ modules/ system/ tests/ src/ Kernel/ Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
ThemeUpdateTest::testThemeUpdates in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeUpdateTest.php
Ensures preprocess functions run even for suggestion implementations.
theme_get_registry in core/ includes/theme.inc
Gets the theme registry.
theme_get_setting in core/ includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
theme_get_suggestions in core/ includes/theme.inc
Generate an array of suggestions from path arguments.
theme_render_and_autoescape in core/ includes/theme.inc
Escapes and renders variables for theme functions.
TimestampFormatterTest::setUp in core/ modules/ field/ tests/ src/ Kernel/ Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::testTimestampAgoFormatter in core/ modules/ field/ tests/ src/ Kernel/ Timestamp/TimestampFormatterTest.php
Tests TimestampAgoFormatter.
TimestampFormatterTest::testTimestampFormatter in core/ modules/ field/ tests/ src/ Kernel/ Timestamp/TimestampFormatterTest.php
Tests TimestampFormatter.
TipPluginImageLegacy::getConfigurationOrNot in core/ modules/ tour/ tests/ tour_test/ src/ Plugin/ tour/ tip/TipPluginImageLegacy.php
TokenReplaceKernelTest::testSystemDateTokenReplacement in core/ modules/ system/ tests/ src/ Kernel/ Token/TokenReplaceKernelTest.php
Tests the generation of all system date tokens.
TokenReplaceTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TokenReplaceTest.php
Toolbar::breakpointManager in core/ modules/ toolbar/ src/ Element/Toolbar.php
Wraps the breakpoint manager.
ToolbarCacheContextsTest::installExtraModules in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarCacheContextsTest.php
Installs a given list of modules and rebuilds the cache.
ToolbarCacheContextsTest::testToolbarCacheContextsCaller in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarCacheContextsTest.php
Tests toolbar cache contexts.
ToolbarController::preRenderAdministrationTray in core/ modules/ toolbar/ src/ Controller/ToolbarController.php
Renders the toolbar's administration tray.
ToolbarController::preRenderGetRenderedSubtrees in core/ modules/ toolbar/ src/ Controller/ToolbarController.php
#pre_render callback for toolbar_get_rendered_subtrees ().
toolbar_get_rendered_subtrees in core/ modules/ toolbar/toolbar.module
Returns the rendered subtree of each top-level toolbar link.
ToolkitTestTrait::getImage in core/ tests/ Drupal/ Tests/ Traits/ Core/ Image/ToolkitTestTrait.php
Sets up an image with the custom toolkit.
Tour::__construct in core/ modules/ tour/ src/ Entity/Tour.php
Constructs an Entity object.
TourViewBuilder::viewMultiple in core/ modules/ tour/ src/TourViewBuilder.php
Builds the render array for the provided entities.
tour_tour_insert in core/ modules/ tour/tour.module
Implements hook_ENTITY_TYPE_insert () for tour entities.
tour_tour_update in core/ modules/ tour/tour.module
Implements hook_ENTITY_TYPE_update () for tour entities.
TrackerTest::testTrackerAdminUnpublish in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerUser in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TranslatableMarkup::getStringTranslation in core/ lib/ Drupal/ Core/ StringTranslation/TranslatableMarkup.php
Gets the string translation service.
TranslationsTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/TranslationsTest.php
TranslationStringTest::testComparison in core/ tests/ Drupal/ KernelTests/ Core/ StringTranslation/TranslationStringTest.php
Tests that TranslatableMarkup objects can be compared.
TranslationWebTest::setUp in core/ modules/ field/ tests/ src/ Functional/TranslationWebTest.php
TwigDebugMarkupTest::testTwigDebugMarkup in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigEnvironmentTest::testCacheFilename in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigEnvironmentTest.php
Ensures that cacheFilename() varies by extensions + deployment identifier.
TwigEnvironmentTest::testInlineTemplate in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigEnvironmentTest.php
Tests inline templates.
TwigEnvironmentTest::testTemplateClassname in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigEnvironmentTest.php
Ensures that templates resolve to the same class name and cache file.
TwigEnvironmentTest::testTemplateInvalidation in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigEnvironmentTest.php
Tests template invalidation.
TwigEnvironmentTest::testTemplateNotFoundException in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigEnvironmentTest.php
Tests that exceptions are thrown when a template is not found.
TwigExtensionTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigExtensionTest.php
TwigExtensionTest::testsRenderEscapedZeroValue in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigExtensionTest.php
Tests output of integer and double 0 values of TwigExtension::escapeFilter().
TwigExtensionTest::testsRenderZeroValue in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigExtensionTest.php
Tests output of integer and double 0 values of TwigExtension->renderVar().
TwigExtensionTest::testTwigExtensionLoaded in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigExtensionTest.php
Tests that the provided Twig extension loads the service appropriately.
TwigFilterTest::testTwigWithoutFilter in core/ modules/ system/ tests/ src/ Kernel/ Theme/TwigFilterTest.php
Tests Twig "without" filter.
TwigLoaderTest::testTwigLoaderAddition in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigLoaderTest.php
Tests adding an additional twig loader to the loader chain.
TwigMarkupInterfaceTest::renderObjectWithTwig in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigMarkupInterfaceTest.php
TwigNamespaceTest::setUp in core/ modules/ system/ tests/ src/ Kernel/ Theme/TwigNamespaceTest.php
TwigNamespaceTest::testTwigNamespaces in core/ modules/ system/ tests/ src/ Kernel/ Theme/TwigNamespaceTest.php
Tests template extension and includes using namespaces.
TwigRawTest::testAutoescape in core/ modules/ system/ tests/ src/ Kernel/ Theme/TwigRawTest.php
Tests autoescaping of unsafe content.
TwigRawTest::testAutoescapeRaw in core/ modules/ system/ tests/ src/ Kernel/ Theme/TwigRawTest.php
Tests the raw filter inside an autoescape tag.
TwigRegistryLoaderTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigRegistryLoaderTest.php
TwigSettingsTest::testTwigCacheOverride in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigTransTest::installLanguages in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigTransTest.php
Helper function: install languages.
TwigTransTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigTransTest.php
TwigTransTest::testEmptyTwigTransTags in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigTransTest.php
Tests empty Twig "trans" tags.
TwigWhiteListTest::setUp in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigWhiteListTest.php
TwigWhiteListTest::testWhiteListChaining in core/ tests/ Drupal/ KernelTests/ Core/ Theme/TwigWhiteListTest.php
Tests white-listing of methods doesn't interfere with chaining.
twig_render_template in core/ themes/ engines/ twig/twig.engine
Implements hook_render_template ().
TypedConfigManager::__construct in core/ lib/ Drupal/ Core/ Config/TypedConfigManager.php
Creates a new typed configuration manager.
TypedConfigTest::testSimpleConfigValidation in core/ tests/ Drupal/ KernelTests/ Config/TypedConfigTest.php
Tests config validation via the Typed Data API.
TypedConfigTest::testTypedDataAPI in core/ tests/ Drupal/ KernelTests/ Config/TypedConfigTest.php
Verifies that the Typed Data API is implemented correctly.
TypedDataTest::testGetAndSet in core/ tests/ Drupal/ KernelTests/ Core/ TypedData/TypedDataTest.php
Tests the basics around constructing and working with typed data objects.
UiHelperTrait::drupalLogin in core/ tests/ Drupal/ Tests/UiHelperTrait.php
Logs in a user using the Mink controlled browser.
UiHelperTrait::drupalUserIsLoggedIn in core/ tests/ Drupal/ Tests/UiHelperTrait.php
Returns whether a given user account is logged in.
umami_preprocess_breadcrumb in core/ profiles/ demo_umami/ themes/ umami/umami.theme
Implements hook_preprocess_breadcrumb().
UncaughtExceptionTest::testErrorContainer in core/ tests/ Drupal/ FunctionalTests/ Bootstrap/UncaughtExceptionTest.php
Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer in core/ tests/ Drupal/ FunctionalTests/ Bootstrap/UncaughtExceptionTest.php
Tests a container which has an exception really early.
UninstallKernelTest::testUninstallMedia in core/ modules/ system/ tests/ src/ Kernel/ Installer/UninstallKernelTest.php
Tests uninstalling media and file modules.
UninstallKernelTest::testUninstallPluginCacheClear in core/ modules/ system/ tests/ src/ Kernel/ Installer/UninstallKernelTest.php
Tests uninstalling a module with a plugin cache clearer service.
UninstallTest::testUninstallPage in core/ modules/ system/ tests/ src/ Functional/ Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UnpublishByKeywordNode::execute in core/ modules/ node/ src/ Plugin/ Action/UnpublishByKeywordNode.php
UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/ modules/ update/ tests/ src/ Functional/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateHiddenBaseTheme in core/ modules/ update/ tests/ src/ Functional/UpdateContribTest.php
Tests updates with a hidden base theme.
UpdateDescriptionTest::testUpdateGetUpdateList in core/ tests/ Drupal/ KernelTests/ Core/ Extension/UpdateDescriptionTest.php
Tests the list of pending database updates.
UpdateManagerInstall::submitForm in core/ modules/ update/ src/ Form/UpdateManagerInstall.php
Form submission handler.
UpdateManagerUpdate::buildForm in core/ modules/ update/ src/ Form/UpdateManagerUpdate.php
Form constructor.
UpdatePathLastRemovedTest::testLastRemovedVersion in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdatePathLastRemovedTest.php
Tests that a module with a too old schema version can not be updated.
UpdatePathNewDependencyTest::testUpdateNewDependency in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdatePathNewDependencyTest.php
Tests that a module can add services that depend on new modules.
UpdatePathTestBase::setUp in core/ tests/ Drupal/ FunctionalTests/ Update/UpdatePathTestBase.php
Overrides BrowserTestBase::setUp() for update testing.
UpdatePathTestBaseTest::testDatabaseLoaded in core/ tests/ Drupal/ FunctionalTests/ Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseTest::testModuleListChange in core/ tests/ Drupal/ FunctionalTests/ Update/UpdatePathTestBaseTest.php
Tests that test running environment is updated when module list changes.
UpdatePathTestBaseTest::testPathAliasProcessing in core/ tests/ Drupal/ FunctionalTests/ Update/UpdatePathTestBaseTest.php
Tests that path aliases are not processed during database updates.
UpdatePathTestBaseTest::testUpdateHookN in core/ tests/ Drupal/ FunctionalTests/ Update/UpdatePathTestBaseTest.php
Tests that updates are properly run.
UpdatePathTestTrait::ensureUpdatesToRun in core/ tests/ Drupal/ Tests/UpdatePathTestTrait.php
Installs the update_script_test module and makes an update available.
UpdatePathTestTrait::runUpdates in core/ tests/ Drupal/ Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
UpdatePostUpdateFailingTest::setUp in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdatePostUpdateFailingTest.php
UpdatePostUpdateTest::setUp in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdatePostUpdateTest.php
Updater::findInfoFile in core/ lib/ Drupal/ Core/ Updater/Updater.php
Determines what the most important (or only) info file is in a directory.
Updater::getBackupDir in core/ lib/ Drupal/ Core/ Updater/Updater.php
Returns the full path to a directory where backups should be written.
Updater::getExtensionInfo in core/ lib/ Drupal/ Core/ Updater/Updater.php
Get Extension information from directory.
Updater::getProjectName in core/ lib/ Drupal/ Core/ Updater/Updater.php
Gets the name of the project directory (basename).
Updater::getProjectTitle in core/ lib/ Drupal/ Core/ Updater/Updater.php
Returns the project name from a Drupal info file.
UpdateReady::submitForm in core/ modules/ update/ src/ Form/UpdateReady.php
Form submission handler.
UpdateSchemaTest::testDrupalGetSchemaVersionsInt in core/ tests/ Drupal/ KernelTests/ Core/ Extension/UpdateSchemaTest.php
Tests the function parses schema updates as integer numbers.
UpdateSchemaTest::testUpdateHooks in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::runUpdates in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdateScriptTest::testOrphanedSchemaEntries in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests that orphan schemas are handled properly.
UpdateScriptTest::testRequirements in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests performing updates with update.php in a multilingual environment.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdatesWith7xTest::testWith7x in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdatesWith7xTest.php
UpdateUploadTest::testUploadModule in core/ modules/ update/ tests/ src/ Functional/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
update_already_performed in core/ includes/update.inc
Determines if a module update has already been performed.
update_authorize_run_install in core/ modules/ update/update.authorize.inc
Installs a new project when invoked by authorize.php .
update_authorize_run_update in core/ modules/ update/update.authorize.inc
Updates existing projects when invoked by authorize.php .
update_calculate_project_data in core/ modules/ update/update.compare.inc
Calculates the current update status of all projects on the site.
update_clear_update_disk_cache in core/ modules/ update/update.module
Clears the temporary files and directories based on file age from disk.
update_create_fetch_task in core/ modules/ update/update.module
Adds a task to the queue for fetching release history data for a project.
update_delete_file_if_stale in core/ modules/ update/update.module
Deletes stale files and directories from the update manager disk cache.
update_do_one in core/ includes/update.inc
Implements callback_batch_operation ().
update_fetch_data in core/ modules/ update/update.module
Attempts to fetch update data after loading the necessary include file.
update_get_available in core/ modules/ update/update.module
Tries to get update information and refreshes it when necessary.
update_get_update_function_list in core/ includes/update.inc
Returns an organized list of update functions for a set of modules.
update_get_update_list in core/ includes/update.inc
Returns a list of all the pending database updates.
update_invoke_post_update in core/ includes/update.inc
Executes a single hook_post_update_NAME ().
update_manager_archive_extract in core/ modules/ update/update.manager.inc
Unpacks a downloaded archive file.
update_manager_download_batch_finished in core/ modules/ update/update.manager.inc
Batch callback: Performs actions when the download batch is completed.
update_manager_file_get in core/ modules/ update/update.manager.inc
Copies a file from the specified URL to the temporary directory for updates.
update_manager_local_transfers_allowed in core/ modules/ update/update.manager.inc
Determines if file transfers will be performed locally.
update_page_top in core/ modules/ update/update.module
Implements hook_page_top ().
update_refresh in core/ modules/ update/update.module
Refreshes the release data after loading the necessary include file.
update_retrieve_dependencies in core/ includes/update.inc
Invokes hook_update_dependencies () in all installed modules.
update_system_schema_requirements in core/ includes/update.inc
Returns whether the minimum schema requirement has been satisfied.
update_test_schema.install in core/ modules/ system/ tests/ modules/ update_test_schema/update_test_schema.install
Update hooks and schema definition for the update_test_schema module.
update_verify_update_archive in core/ modules/ update/update.module
Implements hook_verify_update_archive ().
Upgrade6Test::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/Upgrade6Test.php
Upgrade7Test::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/Upgrade7Test.php
UriItemTest::testUriField in core/ modules/ field/ tests/ src/ Kernel/ Uri/UriItemTest.php
Tests URI field.
Url::accessManager in core/ lib/ Drupal/ Core/Url.php
Url::createFromRequest in core/ lib/ Drupal/ Core/Url.php
Returns the Url object matching a request.
Url::unroutedUrlAssembler in core/ lib/ Drupal/ Core/Url.php
Gets the unrouted URL assembler for non-Drupal URLs.
UrlTest::testLinkBubbleableMetadata in core/ modules/ system/ tests/ src/ Kernel/ Common/UrlTest.php
Tests that #type=link bubbles outbound route/path processors' metadata.
UrlTest::testLinkRenderArrayText in core/ modules/ system/ tests/ src/ Kernel/ Common/UrlTest.php
Tests that link functions support render arrays as 'text'.
UrlTransformRelativeTest::testFileUrlTransformRelative in core/ tests/ Drupal/ KernelTests/ Core/ File/UrlTransformRelativeTest.php
Tests transformRelative() function.
UsageTest::createTempFiles in core/ modules/ file/ tests/ src/ Kernel/UsageTest.php
Create files for all the possible combinations of age and status.
User::checkExistingPassword in core/ modules/ user/ src/ Entity/User.php
User::postDelete in core/ modules/ user/ src/ Entity/User.php
User::postSave in core/ modules/ user/ src/ Entity/User.php
User::preSave in core/ modules/ user/ src/ Entity/User.php
UserAccountFormPasswordResetTest::setUp in core/ modules/ user/ tests/ src/ Kernel/UserAccountFormPasswordResetTest.php
UserActionConfigSchemaTest::testValidUserActionConfigSchema in core/ modules/ user/ tests/ src/ Kernel/UserActionConfigSchemaTest.php
Tests whether the user action config schema are valid.
UserAdminListingTest::testUserListing in core/ modules/ user/ tests/ src/ Functional/UserAdminListingTest.php
Tests the listing.
UserCancelTest::testMassUserCancelByAdmin in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymizeTranslations in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Delete account and anonymize all content and it's translations.
UserCancelTest::testUserBlockUnpublishNodeAccess in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Tests nodes are unpublished even if inaccessible to cancelling user.
UserCancelTest::testUserCancelChangePermission in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Tests ability to change the permission for canceling users.
UserCancelTest::testUserCancelUid1 in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserDelete in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserDeleteWithContentAndNodeAccess in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Tests user cancel with node access.
UserCreationTrait::checkPermissions in core/ modules/ user/ tests/ src/ Traits/UserCreationTrait.php
Checks whether a given list of permission names is valid.
UserCreationTrait::createUser in core/ modules/ user/ tests/ src/ Traits/UserCreationTrait.php
Create a user with a given set of permissions.
UserEditTest::testUserChangeSiteLanguage in core/ modules/ user/ tests/ src/ Functional/UserEditTest.php
Tests that a user is able to change site language.
UserEditTest::testUserEdit in core/ modules/ user/ tests/ src/ Functional/UserEditTest.php
Tests user edit page.
UserEntityReferenceTest::testUserSelectionByRole in core/ modules/ user/ tests/ src/ Kernel/UserEntityReferenceTest.php
Tests user selection by roles.
UserFieldsTest::setUp in core/ modules/ user/ tests/ src/ Kernel/UserFieldsTest.php
UserFieldsTest::testUserFields in core/ modules/ user/ tests/ src/ Kernel/UserFieldsTest.php
Tests account's available fields.
UserLoginTest::doPasswordLengthLogin in core/ modules/ user/ tests/ src/ Functional/UserLoginTest.php
Helper to test log in with a maximum length password.
UserLoginTest::testPasswordRehashOnLogin in core/ modules/ user/ tests/ src/ Functional/UserLoginTest.php
Tests user password is re-hashed upon login after changing $count_log2.
UserMailNotifyTest::testUserRecoveryMailLanguage in core/ modules/ user/ tests/ src/ Kernel/UserMailNotifyTest.php
Tests recovery email content and token langcode is aligned.
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.
UserPermissionsTest::testAccessBundlePermission in core/ modules/ user/ tests/ src/ Functional/UserPermissionsTest.php
Verify that bundle-specific pages work properly.
UserPermissionsTest::testAccessContentPermission in core/ modules/ user/ tests/ src/ Functional/UserPermissionsTest.php
Verify 'access content' is listed in the correct location.
UserPermissionsTest::testAccessModulePermission in core/ modules/ user/ tests/ src/ Functional/UserPermissionsTest.php
Verify that module-specific pages have correct access.
UserPermissionsTest::testAdministratorRole in core/ modules/ user/ tests/ src/ Functional/UserPermissionsTest.php
Tests assigning of permissions for the administrator role.
UserPictureTest::saveUserPicture in core/ modules/ user/ tests/ src/ Functional/UserPictureTest.php
Edits the user picture for the test user.
UserPictureTest::testCreateDeletePicture in core/ modules/ user/ tests/ src/ Functional/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment in core/ modules/ user/ tests/ src/ Functional/UserPictureTest.php
Tests embedded users on node pages.
UserPictureTest::testUserViewAlter in core/ modules/ user/ tests/ src/ Functional/UserPictureTest.php
Tests user picture field with a non-standard field formatter.
UserRegistrationTest::testRegistrationWithUserFields in core/ modules/ user/ tests/ src/ Functional/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRegistrationTest::testUuidFormState in core/ modules/ user/ tests/ src/ Functional/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserTest::testGetMailFieldOnlyVisibleToOwner in core/ modules/ jsonapi/ tests/ src/ Functional/UserTest.php
Tests GETting privacy-sensitive base fields.
user_entity_operation in core/ modules/ user/user.module
Implements hook_entity_operation ().
user_js_settings_alter in core/ modules/ user/user.module
Implements hook_js_settings_alter ().
user_login_finalize in core/ modules/ user/user.module
Finalizes the login process and logs in a user.
user_logout in core/ modules/ user/user.module
Logs the current user out.
user_modules_uninstalled in core/ modules/ user/user.module
Implements hook_modules_uninstalled ().
user_picture_enabled in core/ modules/ user/user.module
Returns whether this site supports the default user picture feature.
user_tokens in core/ modules/ user/user.tokens.inc
Implements hook_tokens ().
user_user_view in core/ modules/ user/user.module
Implements hook_ENTITY_TYPE_view () for user entities.
UuidItem::applyDefaultValue in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/UuidItem.php
Applies the default value.
UuidItem::generateSampleValue in core/ lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/UuidItem.php
Generates placeholder field values.
ValidatorTest::setUp in core/ modules/ file/ tests/ src/ Kernel/ValidatorTest.php
ValidatorTest::testFileValidateImageResolution in core/ modules/ file/ tests/ src/ Kernel/ValidatorTest.php
This ensures the resolution of a specific file is within bounds.
View::invalidateCaches in core/ modules/ views/ src/ Entity/View.php
Invalidates cache tags.
View::isInstallable in core/ modules/ views/ src/ Entity/View.php
Checks whether this entity is installable.
View::postDelete in core/ modules/ views/ src/ Entity/View.php
Acts on deleted entities before the delete hook is invoked.
View::postSave in core/ modules/ views/ src/ Entity/View.php
Acts on a saved entity before the insert or update hook is invoked.
ViewEntityDependenciesTest::testGetDependencies in core/ modules/ views/ tests/ src/ Kernel/ Entity/ViewEntityDependenciesTest.php
Tests the getDependencies method.
Views::analyzer in core/ modules/ views/ src/Views.php
Returns the view analyzer.
Views::executableFactory in core/ modules/ views/ src/Views.php
Returns the view executable factory service.
Views::handlerManager in core/ modules/ views/ src/Views.php
Returns the plugin manager for a certain views handler type.
Views::pluginManager in core/ modules/ views/ src/Views.php
Returns the plugin manager for a certain views plugin type.
Views::t in core/ modules/ views/ src/Views.php
Translates a string to the current language or to a given language.
Views::viewsData in core/ modules/ views/ src/Views.php
Returns the views data service.
Views::viewsDataHelper in core/ modules/ views/ src/Views.php
Returns the views data helper service.
ViewsEscapingTest::testViewsViewFieldsEscaping in core/ modules/ views/ tests/ src/ Functional/ViewsEscapingTest.php
Tests for incorrectly escaped markup in the views-view-fields.html.twig .
ViewsFormBase::ajaxFormWrapper in core/ modules/ views_ui/ src/ Form/ Ajax/ViewsFormBase.php
Wrapper for handling AJAX forms.
ViewsFormMainForm::preRenderViewsForm in core/ modules/ views/ src/ Form/ViewsFormMainForm.php
Replaces views substitution placeholders.
ViewsHooksTest::testViewsFormMainFormPreRender in core/ modules/ views/ tests/ src/ Kernel/ViewsHooksTest.php
Tests how hook_views_form_substitutions () makes substitutions.
ViewsModerationStateFilterTest::testWorkflowChanges in core/ modules/ content_moderation/ tests/ src/ Functional/ViewsModerationStateFilterTest.php
Tests the moderation state filter when the configured workflow is changed.
ViewsNoResultsBehaviorTest::setUp in core/ modules/ views/ tests/ src/ Functional/ViewsNoResultsBehaviorTest.php
ViewsPreprocessTest::testCssClassCleaning in core/ modules/ views/ tests/ src/ Kernel/ViewsPreprocessTest.php
Tests css classes on displays are cleaned correctly.
ViewsThemeIntegrationTest::testThemedViewPage in core/ modules/ views/ tests/ src/ Functional/ViewsThemeIntegrationTest.php
Tests for exceptions and successful execution of hook_views_pre_render ()
and hook_views_post_render () in theme and subtheme.
views_entity_field_label in core/ modules/ views/views.views.inc
Returns the label of a certain field.
views_field_default_views_data in core/ modules/ views/views.views.inc
Default views data implementation for a field.
views_invalidate_cache in core/ modules/ views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_test_data_views_data in core/ modules/ views/ tests/ modules/ views_test_data/views_test_data.views.inc
Implements hook_views_data ().
views_test_data_views_form_substitutions in core/ modules/ views/ tests/ modules/ views_test_data/views_test_data.views_execution.inc
Implements hook_views_form_substitutions ().
views_theme in core/ modules/ views/views.module
Implements hook_theme ().
views_ui_add_ajax_trigger in core/ modules/ views_ui/admin.inc
Converts a form element in the add view wizard to be AJAX-enabled.
views_ui_views_analyze in core/ modules/ views_ui/views_ui.module
Implements hook_views_analyze ().
views_views_form_substitutions in core/ modules/ views/views.views_execution.inc
Implements hook_views_form_substitutions ().
views_views_pre_render in core/ modules/ views/views.module
Implements hook_views_pre_render ().
views_view_delete in core/ modules/ views/views.module
Implements hook_ENTITY_TYPE_delete ().
ViewTestBase::enableViewsTestModule in core/ modules/ views/ tests/ src/ Functional/ViewTestBase.php
Sets up the views_test_data.module .
ViewTestData::createTestViews in core/ modules/ views/ src/ Tests/ViewTestData.php
Create test views from config.
ViewTranslationTest::testViewTitleTranslation in core/ modules/ views/ tests/ src/ Functional/ViewTranslationTest.php
Tests that the view route title is translated.
ViewUI::cacheSet in core/ modules/ views_ui/ src/ViewUI.php
Sets a cached view object in the shared tempstore.
ViewUI::getStandardButtons in core/ modules/ views_ui/ src/ViewUI.php
Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide
a hidden op operator because the forms plugin doesn't seem to properly
provide which button was clicked.
ViewUI::renderPreview in core/ modules/ views_ui/ src/ViewUI.php
VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions in core/ modules/ taxonomy/ tests/ src/ Functional/VocabularyPermissionsTest.php
Tests the vocabulary overview permission.
Weight::processWeight in core/ lib/ Drupal/ Core/ Render/ Element/Weight.php
Expands a weight element into a select/number element.
WidgetPluginManagerTest::testNotApplicableFallback in core/ modules/ field/ tests/ src/ Kernel/WidgetPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.
WidgetPluginManagerTest::testWidgetDefinitionAlter in core/ modules/ field/ tests/ src/ Kernel/WidgetPluginManagerTest.php
Tests that the widget definitions alter hook works.
WidgetWithoutTypesTest::testWidgetWithoutMediaTypes in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/WidgetWithoutTypesTest.php
Tests that the widget works as expected when media types are deleted.
Workflow::getPluginCollection in core/ modules/ workflows/ src/ Entity/Workflow.php
Encapsulates the creation of the workflow's plugin collection.
WorkflowDependenciesTest::testOnDependencyRemoval in core/ modules/ workflows/ tests/ src/ Kernel/WorkflowDependenciesTest.php
Tests \Drupal\workflows\Entity\Workflow::onDependencyRemoval ().
workflow_type_test_set_definitions in core/ modules/ workflows/ tests/ modules/ workflow_type_test/workflow_type_test.module
Sets the type plugin definitions override and clear the cache.
Workspace::postDelete in core/ modules/ workspaces/ src/ Entity/Workspace.php
Acts on deleted entities before the delete hook is invoked.
Workspace::preDelete in core/ modules/ workspaces/ src/ Entity/Workspace.php
Acts on entities before they are deleted and before hooks are invoked.
Workspace::publish in core/ modules/ workspaces/ src/ Entity/Workspace.php
Publishes the contents of this workspace to the default (Live) workspace.
WorkspaceAccessTest::testWorkspaceSelection in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceAccessTest.php
@coversDefaultClass \Drupal\workspaces\Plugin\EntityReferenceSelection\WorkspaceSelection
WorkspaceCacheContextTest::testWorkspaceCacheContext in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceCacheContextTest.php
Tests the 'workspace' cache context.
WorkspaceCRUDTest::setUp in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceCRUDTest.php
WorkspaceCRUDTest::testDeletingWorkspaces in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceCRUDTest.php
Tests the deletion of workspaces.
WorkspaceIntegrationTest::assertWorkspaceStatus in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceIntegrationTest.php
Checks entity load, entity queries and views results for a test scenario.
WorkspaceIntegrationTest::testNodeAccessDifferringRevisionIdsOnTarget in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceIntegrationTest.php
Tests workspace publishing is not sensitive to node access.
WorkspaceIntegrationTest::testWorkspaces in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceIntegrationTest.php
Tests various scenarios for creating and publishing content in workspaces.
WorkspaceManager::doSwitchWorkspace in core/ modules/ workspaces/ src/WorkspaceManager.php
Switches the current workspace.
WorkspaceMergerTest::testWorkspaceMerger in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceMergerTest.php
Tests workspace merging.
WorkspacePermissionsTest::testCreateWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspacePermissionsTest.php
Verifies that a user can create but not edit a workspace.
WorkspacesContentModerationStateTest::testWorkspaceEntityTypeModeration in core/ modules/ content_moderation/ tests/ src/ Kernel/WorkspacesContentModerationStateTest.php
Tests that the 'workspace' entity type can not be moderated.
workspaces_cron in core/ modules/ workspaces/workspaces.module
Implements hook_cron ().
workspaces_entity_access in core/ modules/ workspaces/workspaces.module
Implements hook_entity_access ().
workspaces_entity_base_field_info in core/ modules/ workspaces/workspaces.module
Implements hook_entity_base_field_info ().
workspaces_entity_create_access in core/ modules/ workspaces/workspaces.module
Implements hook_entity_create_access ().
workspaces_entity_insert in core/ modules/ workspaces/workspaces.module
Implements hook_entity_insert ().
workspaces_entity_predelete in core/ modules/ workspaces/workspaces.module
Implements hook_entity_predelete ().
workspaces_entity_preload in core/ modules/ workspaces/workspaces.module
Implements hook_entity_preload ().
workspaces_entity_presave in core/ modules/ workspaces/workspaces.module
Implements hook_entity_presave ().
workspaces_entity_type_alter in core/ modules/ workspaces/workspaces.module
Implements hook_entity_type_alter ().
workspaces_entity_type_build in core/ modules/ workspaces/workspaces.module
Implements hook_entity_type_build ().
workspaces_entity_update in core/ modules/ workspaces/workspaces.module
Implements hook_entity_update ().
workspaces_field_info_alter in core/ modules/ workspaces/workspaces.module
Implements hook_field_info_alter ().
workspaces_form_alter in core/ modules/ workspaces/workspaces.module
Implements hook_form_alter ().
workspaces_module_preinstall in core/ modules/ workspaces/workspaces.install
Implements hook_module_preinstall ().
workspaces_toolbar in core/ modules/ workspaces/workspaces.module
Implements hook_toolbar ().
workspaces_views_query_alter in core/ modules/ workspaces/workspaces.module
Implements hook_views_query_alter ().
WorkspaceTestTrait::assertWorkspaceAssociation in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceTestTrait.php
Checks the workspace_association records for a test scenario.
WorkspaceTestTrait::initializeWorkspacesModule in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceTestTrait.php
Enables the Workspaces module and creates two workspaces.
WorkspaceTestTrait::switchToWorkspace in core/ modules/ workspaces/ tests/ src/ Kernel/WorkspaceTestTrait.php
Sets a given workspace as active.
WorkspaceTestUtilities::getOneEntityByLabel in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceTestUtilities.php
Loads a single entity by its label.
workspace_update_test_post_update_check_active_workspace in core/ modules/ workspaces/ tests/ modules/ workspace_update_test/workspace_update_test.post_update.php
Checks the active workspace during database updates.
_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_process in core/ includes/batch.inc
Processes sets in a batch.
_batch_progress_page in core/ includes/batch.inc
Outputs a batch processing page.
_batch_shutdown in core/ includes/batch.inc
Shutdown function: Stores the current batch data for the next request.
_batch_test_batch_0 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 0: Does nothing.
_batch_test_batch_1 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 1: Repeats a simple operation.
_batch_test_batch_2 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 2: Performs a single multistep operation.
_batch_test_batch_3 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 3: Performs both single and multistep operations.
_batch_test_batch_4 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 4: Performs a batch within a batch.
_batch_test_batch_5 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 5: Repeats a simple operation.
_batch_test_batch_6 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 6: Repeats a simple operation.
_batch_test_batch_7 in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Batch 7: Performs two batches within a batch.
_batch_test_finished_helper in core/ modules/ system/ tests/ modules/ batch_test/batch_test.callbacks.inc
Provides a common 'finished' callback for batches 1 to 7.
_batch_test_title_callback in core/ modules/ system/ tests/ modules/ batch_test/batch_test.module
Tests the title on the progress page by performing a batch callback.
_ckeditor5_theme_css in core/ modules/ ckeditor5/ckeditor5.module
Retrieves the default theme's CKEditor 5 stylesheets.
_ckeditor_get_enabled_plugins in core/ modules/ ckeditor/ckeditor.module
Gets all enabled CKEditor 4 plugins.
_ckeditor_theme_css in core/ modules/ ckeditor/ckeditor.module
Retrieves the default theme's CKEditor stylesheets.
_comment_entity_uses_integer_id in core/ modules/ comment/comment.module
Determines if an entity type is using an integer-based ID definition.
_content_moderation_views_data_object in core/ modules/ content_moderation/content_moderation.views.inc
Creates a ViewsData object to respond to views hooks.
_content_translation_form_language_content_settings_form_alter in core/ modules/ content_translation/content_translation.admin.inc
(proxied) Implements hook_form_FORM_ID_alter ().
_content_translation_install_field_storage_definitions in core/ modules/ content_translation/content_translation.module
Installs Content Translation's fields for a given entity type.
_content_translation_preprocess_language_content_settings_table in core/ modules/ content_translation/content_translation.admin.inc
(proxied) Implements hook_preprocess_HOOK ().
_drupal_maintenance_theme in core/ includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_drupal_maintenance_theme in core/ includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_editor_delete_file_usage in core/ modules/ editor/editor.module
Deletes file usage of files referenced by formatted text fields.
_editor_get_formatted_text_fields in core/ modules/ editor/editor.module
Determines the formatted text fields on an entity.
_editor_record_file_usage in core/ modules/ editor/editor.module
Records file usage of files referenced by formatted text fields.
_file_save_upload_from_form in core/ modules/ file/file.module
Saves form file uploads.
_filter_html_image_secure_process in core/ modules/ filter/filter.module
Process callback for local image filter.
_help_topics_search_update in core/ modules/ help_topics/help_topics.module
Ensure that search is updated when extensions are installed or uninstalled.
_install_config_locale_overrides in core/ includes/install.core.inc
Creates a batch to process config translations after installing from config.
_install_config_locale_overrides_process_batch in core/ includes/install.core.inc
Batch operation callback for install_config_locale_overrides().
_install_module_batch in core/ includes/install.core.inc
Implements callback_batch_operation ().
_install_prepare_import in core/ includes/install.core.inc
Tells the translation import process that Drupal core is installed.
_locale_parse_js_file in core/ modules/ locale/locale.module
Parses a JavaScript file, extracts strings wrapped in Drupal.t() and
Drupal.formatPlural() and inserts them into the database.
_locale_rebuild_js in core/ modules/ locale/locale.module
(Re-)Creates the JavaScript translation file for a language.
_locale_refresh_translations in core/ modules/ locale/locale.module
Refresh related information after string translations have been updated.
_locale_translation_file_is_remote in core/ modules/ locale/locale.translation.inc
Determine if a file is a remote file.
_menu_link_content_update_path_alias in core/ modules/ menu_link_content/menu_link_content.module
Helper function to update plugin definition using internal scheme.
_node_access_rebuild_batch_operation in core/ modules/ node/node.module
Implements callback_batch_operation ().
_node_mass_update_batch_finished in core/ modules/ node/node.admin.inc
Implements callback_batch_finished ().
_responsive_image_build_source_attributes in core/ modules/ responsive_image/responsive_image.module
Helper function for template_preprocess_responsive_image ().
_responsive_image_image_style_url in core/ modules/ responsive_image/responsive_image.module
Wrapper around image_style_url() so we can return an empty image.
_search_find_match_with_simplify in core/ modules/ search/search.module
Finds an appropriate keyword in text.
_system_advisories_requirements in core/ modules/ system/system.install
Display requirements from security advisories.
_tracker_calculate_changed in core/ modules/ tracker/tracker.module
Picks the most recent timestamp between node changed and the last comment.
_update_ckeditor5_html_filter in core/ modules/ ckeditor5/ckeditor5.module
AJAX callback handler for filter_format_form().
_update_cron_notify in core/ modules/ update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.
_update_fix_missing_schema in core/ includes/update.inc
Helper to detect and fix 'missing' schema information.
_user_cancel_session_regenerate in core/ modules/ user/user.module
Implements callback_batch_finished ().
_user_mail_notify in core/ modules/ user/user.module
Conditionally create and send a notification email when a certain
operation happens on the given user account.
_views_test_query_access_restrict_by_uuid in core/ modules/ views/ tests/ modules/ views_test_query_access/views_test_query_access.module
Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query.