You are here

2004 calls to t() in Zircon Profile 8.0

AccessDeniedTest::testAccessDenied in core/modules/system/src/Tests/System/AccessDeniedTest.php
AccessPermissionTest::testAccessPerm in core/modules/user/src/Tests/Views/AccessPermissionTest.php
Tests perm access plugin.
AccessRoleUITest::testAccessRoleUI in core/modules/user/src/Tests/Views/AccessRoleUITest.php
Tests the role access plugin UI.
AccountPermissionsCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/AccountPermissionsCacheContext.php
Returns the label of the cache context.
ActionListBuilder::buildHeader in core/modules/action/src/ActionListBuilder.php
Builds the header row for the entity listing.
ActionListBuilder::getDefaultOperations in core/modules/action/src/ActionListBuilder.php
Gets this list's default operations.
ActionListBuilder::render in core/modules/action/src/ActionListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
ActionUnitTest::testDependencies in core/modules/system/src/Tests/Action/ActionUnitTest.php
Tests the dependency calculation of actions.
action_help in core/modules/action/action.module
Implements hook_help().
AddFeedTest::testAddFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage in core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php
Tests the translated and untranslated config entities are loaded properly.
admin_toolbar_tools_help in modules/admin_toolbar/admin_toolbar_tools/admin_toolbar_tools.module
Implements hook_help().
AggregatorAdminTest::testSettingsPage in core/modules/aggregator/src/Tests/AggregatorAdminTest.php
Tests the settings form to ensure the correct default values are used.
AggregatorTestBase::createFeed in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Creates an aggregator feed.
AggregatorTestBase::createSampleNodes in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Creates sample article nodes.
AggregatorTestBase::deleteFeed in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Confirms an item removal from a feed.
aggregator_entity_extra_field_info in core/modules/aggregator/aggregator.module
Implements hook_entity_extra_field_info().
aggregator_help in core/modules/aggregator/aggregator.module
Implements hook_help().
aggregator_requirements in core/modules/aggregator/aggregator.install
Implements hook_requirements().
AjaxFormPageCacheTest::testAjaxElementValidation in core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php
Tests a form that uses an #ajax callback.
ajax_forms_test_validation_form_callback in core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivertext' element of the validation form.
ajax_forms_test_validation_number_form_callback in core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivernumber' element of the validation form.
AllowedValuesConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Validation/AllowedValuesConstraintValidatorTest.php
Tests the AllowedValues validation constraint validator.
Analyzer::formatMessages in core/modules/views/src/Analyzer.php
Formats the analyze result into a message string.
AnalyzeTest::testAnalyzeBasic in core/modules/views_ui/src/Tests/AnalyzeTest.php
Tests that analyze works in general.
AnnotatedClassDiscoveryTest::setUp in core/modules/system/src/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
Performs setup tasks before each individual test method is run.
ArbitraryRebuildTest::testUserRegistrationMultipleField in core/modules/system/src/Tests/Form/ArbitraryRebuildTest.php
Tests a rebuild caused by a multiple value field.
archiver_get_archiver in core/includes/common.inc
Creates the appropriate archiver for the specified file.
AreaTest::testUI in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the generic UI of a area handler.
ArgumentDefaultTest::testArgumentDefaultNoOptions in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests the use of a default argument plugin that provides no options.
ArgumentValidatorTest::saveArgumentHandlerWithValidationOptions in core/modules/views_ui/src/Tests/ArgumentValidatorTest.php
Saves the test_argument view with changes made to the argument handler both with and without specify_validation turned on.
AssignOwnerNode::buildConfigurationForm in core/modules/node/src/Plugin/Action/AssignOwnerNode.php
Form constructor.
AssignOwnerNode::validateConfigurationForm in core/modules/node/src/Plugin/Action/AssignOwnerNode.php
Form validation handler.
authorize.php in core/authorize.php
Administrative script for running authorized file operations.
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.
automated_cron_help in core/modules/automated_cron/automated_cron.module
Implements hook_help().
automated_cron_settings_submit in core/modules/automated_cron/automated_cron.module
Form submission handler for system_cron_settings().
ban_help in core/modules/ban/ban.module
Implements hook_help().
BasicSettingsForm::buildForm in core/modules/views_ui/src/Form/BasicSettingsForm.php
Form constructor.
BasicTest::testViewsWizardAndListing in core/modules/views/src/Tests/Wizard/BasicTest.php
BasicTest::testWizardDefaultValues in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
basic_auth_help in core/modules/basic_auth/basic_auth.module
Implements hook_help().
BatchTestMockForm::buildForm in core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php
Form constructor.
batch_process in core/includes/form.inc
Processes the batch.
batch_set in core/includes/form.inc
Adds a new batch.
BlockAdminThemeTest::testAdminTheme in core/modules/block/src/Tests/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockAdminThemeTest::testSevenAdminTheme in core/modules/block/src/Tests/BlockAdminThemeTest.php
Ensure contextual links are disabled in Seven theme.
BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test deleting a block.
BlockContentCreationTest::testConfigDependencies in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test that placed content blocks create a dependency in the block placement.
BlockContentCreationTest::testDefaultBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Create a default custom block.
BlockContentListBuilder::buildHeader in core/modules/block_content/src/BlockContentListBuilder.php
Builds the header row for the entity listing.
BlockContentListTest::testListing in core/modules/block_content/src/Tests/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/src/Tests/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockContentPageViewTest::testPageEdit in core/modules/block_content/src/Tests/BlockContentPageViewTest.php
Checks block edit and fallback functionality.
BlockContentTranslationHandler::entityFormTitle in core/modules/block_content/src/BlockContentTranslationHandler.php
Returns the title to be used for the entity form page.
BlockContentTranslationUITest::doTestTranslationEdit in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Tests edit content translation.
BlockContentTypeForm::form in core/modules/block_content/src/BlockContentTypeForm.php
Gets the actual form array to be built.
BlockContentTypeForm::save in core/modules/block_content/src/BlockContentTypeForm.php
Form submission handler for the 'save' action.
BlockContentTypeListBuilder::buildHeader in core/modules/block_content/src/BlockContentTypeListBuilder.php
Builds the header row for the entity listing.
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeDeletion in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests deleting a block type that still has content.
BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests editing a block type using the UI.
BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockContentViewsData::getViewsData in core/modules/block_content/src/BlockContentViewsData.php
Returns views data for the entity type.
BlockForm::form in core/modules/block/src/BlockForm.php
Gets the actual form array to be built.
BlockFormInBlockTest::testCachePerPage in core/modules/block/src/Tests/BlockFormInBlockTest.php
Test to see if form in block's redirect isn't cached.
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/modules/block/src/Tests/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
BlockInterfaceTest::testBlockInterface in core/modules/block/src/Tests/BlockInterfaceTest.php
Test configuration and subsequent form() and build() method calls.
BlockInvalidRegionTest::testBlockInInvalidRegion in core/modules/block/src/Tests/BlockInvalidRegionTest.php
Tests that blocks assigned to invalid regions work correctly.
BlockLanguageCacheTest::testBlockLinks in core/modules/block/src/Tests/BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::setUp in core/modules/block/src/Tests/BlockLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
BlockLanguageTest::testLanguageBlockVisibility in core/modules/block/src/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/block/src/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockLanguageTest::testMultipleLanguageTypes in core/modules/block/src/Tests/BlockLanguageTest.php
Tests block language visibility with different language types.
BlockListBuilder::submitForm in core/modules/block/src/BlockListBuilder.php
Form submission handler.
BlockTest::moveBlockToRegion in core/modules/block/src/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testBlock in core/modules/block/src/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockThemeSelector in core/modules/block/src/Tests/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockTest::testBlockToggleVisibility in core/modules/block/src/Tests/BlockTest.php
Tests that visibility can be properly toggled.
BlockTest::testBlockVisibility in core/modules/block/src/Tests/BlockTest.php
Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty in core/modules/block/src/Tests/BlockTest.php
Test block visibility when leaving "pages" textarea empty.
BlockTest::testHideBlockTitle in core/modules/block/src/Tests/BlockTest.php
Test block title display settings.
BlockUiTest::testBlockAdminUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block demo page exists and functions correctly.
BlockUiTest::testBlockPlacementIndicator in core/modules/block/src/Tests/BlockUiTest.php
Tests the block placement indicator.
block_content_help in core/modules/block_content/block_content.module
Implements hook_help().
block_help in core/modules/block/block.module
Implements hook_help().
block_page_top in core/modules/block/block.module
Implements hook_page_top().
block_post_update_disable_blocks_with_missing_contexts in core/modules/block/block.post_update.php
Disable all blocks with missing context IDs in block_update_8001().
block_rebuild in core/modules/block/block.module
Implements hook_rebuild().
block_test_block_alter in core/modules/block/tests/modules/block_test/block_test.module
Implements hook_block_alter().
block_update_8001 in core/modules/block/block.install
Update block visibility context mapping.
block_update_8003 in core/modules/block/block.install
Remove 'cache' setting.
BookController::adminOverview in core/modules/book/src/Controller/BookController.php
Returns an administrative overview of all books.
BookController::bookExport in core/modules/book/src/Controller/BookController.php
Generates representations of a book page and its children.
BookNavigationCacheContext::getLabel in core/modules/book/src/Cache/BookNavigationCacheContext.php
Returns the label of the cache context.
BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BookTest::createBookNode in core/modules/book/src/Tests/BookTest.php
Creates a book node.
BookTest::testBook in core/modules/book/src/Tests/BookTest.php
Tests book functionality through node interfaces.
BookTest::testBookDelete in core/modules/book/src/Tests/BookTest.php
Tests the access for deleting top-level book nodes.
BookTest::testBookExport in core/modules/book/src/Tests/BookTest.php
Tests book export ("printer-friendly version") functionality.
BookTest::testBookNavigationBlock in core/modules/book/src/Tests/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testBookOrdering in core/modules/book/src/Tests/BookTest.php
Tests re-ordering of books.
BookTest::testBookOutline in core/modules/book/src/Tests/BookTest.php
Tests outline of a book.
BookTest::testEmptyBook in core/modules/book/src/Tests/BookTest.php
Tests saving the book outline on an empty book.
BookTest::testNavigationBlockOnAccessModuleInstalled in core/modules/book/src/Tests/BookTest.php
Tests the book navigation block when an access module is installed.
book_form_node_delete_confirm_alter in core/modules/book/book.module
Implements hook_form_FORM_ID_alter() for node_delete_confirm().
book_form_node_form_alter in core/modules/book/book.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
book_help in core/modules/book/book.module
Implements hook_help().
book_node_links_alter in core/modules/book/book.module
Implements hook_node_links_alter().
Boolean::init in core/modules/views/src/Plugin/views/field/Boolean.php
Initialize the plugin.
BooleanCheckboxWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php
Returns a form to configure settings for the widget.
BooleanCheckboxWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php
Returns a short summary for the current widget settings.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
breakpoint_help in core/modules/breakpoint/breakpoint.module
Implements hook_help().
Broken::buildConfigurationForm in core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php
Form constructor.
BrokenHandlerTrait::adminLabel in core/modules/views/src/Plugin/views/BrokenHandlerTrait.php
Returns this handlers name in the UI.
BrokenHandlerTrait::buildOptionsForm in core/modules/views/src/Plugin/views/BrokenHandlerTrait.php
Provides a form to edit options for this plugin.
BrokenSetUpTest::testMethod in core/modules/simpletest/src/Tests/BrokenSetUpTest.php
Runs this test case from within the simpletest child site.
BrowserTest::testCookies in core/modules/simpletest/src/Tests/BrowserTest.php
Tests that cookies set during a request are available for testing.
BrowserTest::testGetAbsoluteUrl in core/modules/simpletest/src/Tests/BrowserTest.php
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl().
BrowserTestBase::drupalLogin in core/modules/simpletest/src/BrowserTestBase.php
Logs in a user using the Mink controlled browser.
BulkFormAccessTest::testNodeDeleteAccess in core/modules/node/src/Tests/Views/BulkFormAccessTest.php
Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testNodeEditAccess in core/modules/node/src/Tests/Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormAccessTest::testUserDeleteAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserEditAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
BulkFormTest::testBulkDeletion in core/modules/node/src/Tests/Views/BulkFormTest.php
Test multiple deletion.
BulkFormTest::testBulkForm in core/modules/action/src/Tests/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in core/modules/node/src/Tests/Views/BulkFormTest.php
Tests the node bulk form.
BulkFormTest::testBulkForm in core/modules/user/src/Tests/Views/BulkFormTest.php
Tests the user bulk form.
BundleConstraintValidatorTest::assertValidation in core/modules/system/src/Tests/Entity/BundleConstraintValidatorTest.php
Executes the BundleConstraintValidator test for a given bundle.
CachedDataUITest::testCacheData in core/modules/views_ui/src/Tests/CachedDataUITest.php
Tests the user tempstore views data in the UI.
Callbacks::validateName in core/modules/system/tests/modules/form_test/src/Callbacks.php
Form element validation handler for 'name' in form_test_validate_form().
callback_batch_finished in core/lib/Drupal/Core/Form/form.api.php
Complete a batch process.
callback_batch_operation in core/lib/Drupal/Core/Form/form.api.php
Perform a single batch operation.
ChangeUserRoleBase::buildConfigurationForm in core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php
Form constructor.
CKEditor::getDefaultSettings in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
Returns the default settings for this configurable text editor.
CKEditor::settingsForm in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
Returns a settings form to configure this text editor.
CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CKEditorToolbarButtonTest::testImageButtonDisplay in core/modules/ckeditor/src/Tests/CKEditorToolbarButtonTest.php
Method tests CKEditor image buttons.
ckeditor_help in core/modules/ckeditor/ckeditor.module
Implements hook_help().
color.inc in core/themes/bartik/color/color.inc
color.inc in core/modules/color/tests/modules/color_test/themes/color_test_theme/color/color.inc
Color::validateColor in core/lib/Drupal/Core/Render/Element/Color.php
Form element validation handler for #type 'color'.
ColorConfigSchemaTest::testValidColorConfigSchema in core/modules/color/src/Tests/ColorConfigSchemaTest.php
Tests whether the color config schema is valid.
ColorTest::testLogoSettingOverride in core/modules/color/src/Tests/ColorTest.php
Test whether the custom logo is used in the color preview.
ColorTest::testValidColor in core/modules/color/src/Tests/ColorTest.php
Tests whether the provided color is valid.
ColorTest::_testColor in core/modules/color/src/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
color_form_system_theme_settings_alter in core/modules/color/color.module
Implements hook_form_FORM_ID_alter().
color_help in core/modules/color/color.module
Implements hook_help().
color_requirements in core/modules/color/color.install
Implements hook_requirements().
color_scheme_form in core/modules/color/color.module
Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit in core/modules/color/color.module
Form submission handler for color_scheme_form().
color_scheme_form_validate in core/modules/color/color.module
Form validation handler for color_scheme_form().
CommandsTest::testAjaxCommands in core/modules/system/src/Tests/Ajax/CommandsTest.php
Tests the various Ajax Commands.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentBlockTest::testRecentCommentBlock in core/modules/comment/src/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentBookTest::testBookCommentPrint in core/modules/comment/src/Tests/CommentBookTest.php
Tests comments in book export.
CommentFieldsTest::testCommentFieldCreate in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests creating a comment field through the interface.
CommentFieldsTest::testCommentInstallAfterContentModule in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
CommentForm::save in core/modules/comment/src/CommentForm.php
Form submission handler for the 'save' action.
CommentInterfaceTest::testAutoFilledHtmlSubject in core/modules/comment/src/Tests/CommentInterfaceTest.php
Test that automatic subject is correctly created from HTML comment text.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentItem::fieldSettingsForm in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Returns a form for the field-level settings.
CommentItem::propertyDefinitions in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Defines field item properties.
CommentItem::storageSettingsForm in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Returns a form for the storage-level settings.
CommentLanguageTest::setUp in core/modules/comment/src/Tests/CommentLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
CommentLanguageTest::testCommentLanguage in core/modules/comment/src/Tests/CommentLanguageTest.php
Test that comment language is properly set.
CommentLazyBuilders::buildLinks in core/modules/comment/src/CommentLazyBuilders.php
Build the default links (reply, edit, delete …) for a comment.
CommentLinksAlterTest::testCommentLinksAlter in core/modules/comment/src/Tests/CommentLinksAlterTest.php
Tests comment links altering.
CommentLinksTest::testCommentLinks in core/modules/comment/src/Tests/CommentLinksTest.php
Tests that comment links are output and can be hidden.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNonNodeTest::performCommentOperation in core/modules/comment/src/Tests/CommentNonNodeTest.php
Performs the specified operation on the specified comment.
CommentNonNodeTest::postComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Posts a comment.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentPagerTest::testCommentPaging in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPagerTest::testTwoPagers in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentStatistics::getRankingInfo in core/modules/comment/src/CommentStatistics.php
Returns an array of ranking information for hook_ranking().
CommentTestBase::deleteComment in core/modules/comment/src/Tests/CommentTestBase.php
Deletes a comment.
CommentTestBase::performCommentOperation in core/modules/comment/src/Tests/CommentTestBase.php
Performs the specified operation on the specified comment.
CommentTestBase::postComment in core/modules/comment/src/Tests/CommentTestBase.php
Posts a comment.
CommentTestBase::setUp in core/modules/comment/src/Tests/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
CommentTestBase::setUp in core/modules/comment/src/Tests/Views/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
CommentTranslationHandler::entityFormTitle in core/modules/comment/src/CommentTranslationHandler.php
Returns the title to be used for the entity form page.
CommentTranslationUITest::doTestTranslationEdit in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests edit content translation.
CommentTypeForm::form in core/modules/comment/src/CommentTypeForm.php
Gets the actual form array to be built.
CommentTypeForm::save in core/modules/comment/src/CommentTypeForm.php
Form submission handler for the 'save' action.
CommentTypeListBuilder::buildHeader in core/modules/comment/src/CommentTypeListBuilder.php
Builds the header row for the entity listing.
CommentTypeTest::testCommentTypeCreation in core/modules/comment/src/Tests/CommentTypeTest.php
Tests creating a comment type programmatically and via a form.
CommentTypeTest::testCommentTypeDeletion in core/modules/comment/src/Tests/CommentTypeTest.php
Tests deleting a comment type that still has content.
CommentTypeTest::testCommentTypeEditing in core/modules/comment/src/Tests/CommentTypeTest.php
Tests editing a comment type using the UI.
CommentUninstallTest::setUp in core/modules/comment/src/Tests/CommentUninstallTest.php
Sets up a Drupal site for running functional and integration tests.
CommentValidationTest::assertLengthViolation in core/modules/comment/src/Tests/CommentValidationTest.php
Verifies that a length violation exists for the given field.
CommentValidationTest::testValidation in core/modules/comment/src/Tests/CommentValidationTest.php
Tests the comment validation constraints.
CommentViewsData::getViewsData in core/modules/comment/src/CommentViewsData.php
Returns views data for the entity type.
CommentWidget::formElement in core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php
Returns the form for a single field widget.
comment_entity_extra_field_info in core/modules/comment/comment.module
Implements hook_entity_extra_field_info().
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_help in core/modules/comment/comment.module
Implements hook_help().
comment_test_comment_links_alter in core/modules/comment/tests/modules/comment_test/comment_test.module
Implements hook_comment_links_alter().
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().
CommonTestController::typeLinkActiveClass in core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php
Returns links to the current page, with and without query strings.
common_test_cron in core/modules/system/tests/modules/common_test/common_test.module
Implements hook_cron().
ComplexDataConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Validation/ComplexDataConstraintValidatorTest.php
Tests the ComplexData validation constraint validator.
CompositeFormElementTrait::preRenderCompositeFormElement in core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php
Adds form element theming to an element if its title or description is set.
ConditionFormTest::testConfigForm in core/modules/system/src/Tests/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
ConfigController::diff in core/modules/config/src/Controller/ConfigController.php
Shows diff of specified configuration file.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/modules/config/src/Tests/ConfigDependencyWebTest.php
Tests ConfigDependencyDeleteFormTrait.
ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigEntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php
Gets this list's default operations.
ConfigEntityListMultilingualTest::testListUI in core/modules/config/src/Tests/ConfigEntityListMultilingualTest.php
Tests the listing UI with different language scenarios.
ConfigEntityListTest::testList in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests entity list builder methods.
ConfigEntityListTest::testListUI in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityListTest::testPager in core/modules/config/src/Tests/ConfigEntityListTest.php
Test paging.
ConfigEntityQueryTest::testTableSort in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Tests sorting with tableSort on config entity queries.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
Tests export of configuration.
ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigImportAllTest::testInstallUninstall in core/modules/config/src/Tests/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporter::finish in core/lib/Drupal/Core/Config/ConfigImporter.php
Finishes the batch.
ConfigImporter::processExtensions in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes extensions as a batch operation.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/modules/config/src/Tests/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportUITest::testConfigUninstallConfigException in core/modules/config/src/Tests/ConfigImportUITest.php
ConfigImportUITest::testEntityBundleDelete in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testExtensionValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/src/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportErrorLog in core/modules/config/src/Tests/ConfigImportUITest.php
Tests an import that results in an error.
ConfigImportUITest::testImportLock in core/modules/config/src/Tests/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigImportUITest::testImportValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests that multiple validation errors are listed on the page.
ConfigImportUploadTest::testImport in core/modules/config/src/Tests/ConfigImportUploadTest.php
Tests importing configuration.
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
ConfigInstallWebTest::testUnmetDependenciesInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests unmet dependencies detection.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigOverrideIntegrationTestCacheContext::getLabel in core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php
Returns the label of the cache context.
ConfigSingleImportExportTest::testExport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests exporting a single configuration file.
ConfigSingleImportExportTest::testImport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests importing a single configuration file.
ConfigSingleImportExportTest::testImportSimpleConfiguration in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests importing a simple configuration file.
ConfigSync::submitForm in core/modules/config/src/Form/ConfigSync.php
Form submission handler.
ConfigTest::testFileConfigurationPage in core/modules/system/src/Tests/File/ConfigTest.php
Tests file configuration page.
ConfigTestForm::form in core/modules/config/tests/config_test/src/ConfigTestForm.php
Gets the actual form array to be built.
ConfigTestListBuilder::buildHeader in core/modules/config/tests/config_test/src/ConfigTestListBuilder.php
Builds the header row for the entity listing.
ConfigTranslationFormBase::createFormElement in core/modules/config_translation/src/Form/ConfigTranslationFormBase.php
Creates a form element builder.
ConfigTranslationInstallTest::testConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php
ConfigTranslationListUiTest::doBlockListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the block listing for the translate operation.
ConfigTranslationListUiTest::doContactFormsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the contact forms listing for the translate operation.
ConfigTranslationListUiTest::doContentTypeListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the content type listing for the translate operation.
ConfigTranslationListUiTest::doCustomContentTypeListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the custom block listing for the translate operation.
ConfigTranslationListUiTest::doDateFormatListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the date format listing for the translate operation.
ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the field listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the formats listing for the translate operation.
ConfigTranslationListUiTest::doImageStyleListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the image style listing for the translate operation.
ConfigTranslationListUiTest::doLanguageListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the language listing for the translate operation.
ConfigTranslationListUiTest::doMenuListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the responsive image mapping listing for the translate operation.
ConfigTranslationListUiTest::doSettingsPageTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests a given settings page for the translate operation.
ConfigTranslationListUiTest::doShortcutListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the shortcut listing for the translate operation.
ConfigTranslationListUiTest::doUserRoleListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the role listing for the translate operation.
ConfigTranslationListUiTest::doVocabularyListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the vocabulary listing for the translate operation.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
ConfigTranslationUiTest::setSiteInformation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Sets site name and slogan for default language, helps in tests.
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the account settings translation interface.
ConfigTranslationUiTest::testAlterInfo in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the config_translation_info_alter() hook.
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the contact form translation.
ConfigTranslationUiTest::testDateFormatTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests date format translation.
ConfigTranslationUiTest::testLocaleDBStorage in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test translation storage in locale storage.
ConfigTranslationUiTest::testPluralConfigStrings in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test translation of plural strings with multiple plural forms in config.
ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test the number of source elements for plural strings in config translation forms.
ConfigTranslationUiTest::testSequenceTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the sequence data type translation.
ConfigTranslationUiTest::testSingleLanguageUI in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the single language existing.
ConfigTranslationUiTest::testSiteInformationTranslationUi in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testTextFormatTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test text_format translation.
ConfigTranslationUiTest::testViewsTranslationUI in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the views translation interface.
ConfigTranslationViewListUiTest::testTranslateOperationInViewListUi in core/modules/config_translation/src/Tests/ConfigTranslationViewListUiTest.php
Tests views_ui list to see if translate link is added to operations.
ConfigurationTest::testActionConfiguration in core/modules/action/src/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
config_help in core/modules/config/config.module
Implements hook_help().
config_translation_entity_operation in core/modules/config_translation/config_translation.module
Implements hook_entity_operation().
config_translation_help in core/modules/config_translation/config_translation.module
Implements hook_help().
ConfirmFormTest::testConfirmForm in core/modules/system/src/Tests/Form/ConfirmFormTest.php
ContactFormListBuilder::buildHeader in core/modules/contact/src/ContactFormListBuilder.php
Builds the header row for the entity listing.
ContactFormListBuilder::buildRow in core/modules/contact/src/ContactFormListBuilder.php
Builds a row for an entity in the entity listing.
ContactLanguageTest::testContactLanguage in core/modules/contact/src/Tests/ContactLanguageTest.php
Tests configuration options with language enabled.
ContactPersonalTest::checkContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Creates a user and then checks contact form access.
ContactPersonalTest::submitPersonalContact in core/modules/contact/src/Tests/ContactPersonalTest.php
Fills out a user's personal contact form and submits it.
ContactPersonalTest::testPersonalContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactPersonalTest::testPersonalContactFlood in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests the personal contact form flood protection.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::addContactForm in core/modules/contact/src/Tests/ContactSitewideTest.php
Adds a form.
ContactSitewideTest::deleteContactForms in core/modules/contact/src/Tests/ContactSitewideTest.php
Deletes all forms.
ContactSitewideTest::submitContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Submits the contact form.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactSitewideTest::updateContactForm in core/modules/contact/src/Tests/ContactSitewideTest.php
Updates a form.
ContactStorageTest::testContactStorage in core/modules/contact/src/Tests/ContactStorageTest.php
Tests configuration options and 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_admin_settings_alter in core/modules/contact/contact.module
Implements hook_form_FORM_ID_alter().
contact_form_user_form_alter in core/modules/contact/contact.module
Implements hook_form_FORM_ID_alter().
contact_help in core/modules/contact/contact.module
Implements hook_help().
contact_mail in core/modules/contact/contact.module
Implements hook_mail().
contact_storage_test_form_contact_form_form_alter in core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module
Implements hook_form_FORM_ID_alter() for contact_form_form().
contact_views_data_alter in core/modules/contact/contact.views.inc
Implements hook_views_data_alter().
ContentNegotiationTest::testBogusAcceptHeader in core/modules/system/src/Tests/DrupalKernel/ContentNegotiationTest.php
Verifies HTML responses for bogus Accept headers.
ContentTranslationContextualLinks::getDerivativeDefinitions in core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php
Gets the definition of all derivatives of a base plugin.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationEnableTest::testEnable in core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php
Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationHandler::addTranslatabilityClue in core/modules/content_translation/src/ContentTranslationHandler.php
Adds a clue about the form element translatability.
ContentTranslationHandler::entityFormAlter in core/modules/content_translation/src/ContentTranslationHandler.php
Performs the needed alterations to the entity form.
ContentTranslationHandler::entityFormDelete in core/modules/content_translation/src/ContentTranslationHandler.php
Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormSourceChange in core/modules/content_translation/src/ContentTranslationHandler.php
Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormValidate in core/modules/content_translation/src/ContentTranslationHandler.php
Form validation handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationSettingsTest::assertSettings in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Asserts that translatability has the expected value for the given bundle.
ContentTranslationSettingsTest::testAccountLanguageSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests the language settings checkbox on account settings page.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationSyncImageTest::testImageFieldSync in core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationUITestBase::doTestTranslationOverview in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests that the translation overview shows the correct values.
ContentTranslationUITestBase::getFormSubmitAction in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Returns the form action value to be used to submit the entity form.
ContentTranslationViewsUITest::testViewsUI in core/modules/content_translation/src/Tests/Views/ContentTranslationViewsUITest.php
Tests the views UI.
ContentTranslationWorkflowsTest::setupEntity in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Creates a test entity and translate it.
ContentTranslationWorkflowsTest::testWorkflows in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Test simple and editorial translation workflows.
content_translation_enable in core/modules/content_translation/content_translation.install
Implements hook_enable().
content_translation_entity_extra_field_info in core/modules/content_translation/content_translation.module
Implements hook_entity_extra_field_info().
content_translation_entity_operation in core/modules/content_translation/content_translation.module
Implements hook_entity_operation().
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_validate in core/modules/content_translation/content_translation.admin.inc
Form validation handler for content_translation_admin_settings_form().
content_translation_help in core/modules/content_translation/content_translation.module
Implements hook_help().
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_validate in core/modules/content_translation/content_translation.module
Form validation handler for element added with content_translation_language_configuration_element_process().
content_translation_views_data_alter in core/modules/content_translation/content_translation.module
Implements hook_views_data_alter().
ContextPluginTest::testContext in core/modules/system/src/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
ContextualController::render in core/modules/contextual/src/ContextualController.php
Returns the requested rendered contextual links.
contextual_help in core/modules/contextual/contextual.module
Implements hook_help().
contextual_toolbar in core/modules/contextual/contextual.module
Implements hook_toolbar().
contextual_views_data_alter in core/modules/contextual/contextual.views.inc
Implements hook_views_data_alter().
ConvertImageEffect::buildConfigurationForm in core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php
Form constructor.
CookiesCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php
Returns the label of the cache context.
core_field_views_data in core/modules/views/views.views.inc
Implements hook_field_views_data().
CountryManager::getStandardList in core/lib/Drupal/Core/Locale/CountryManager.php
Get an array of all two-letter country code => country name pairs.
CronForm::buildForm in core/modules/system/src/Form/CronForm.php
Form constructor.
CronForm::submitForm in core/modules/system/src/Form/CronForm.php
Runs cron and reloads the page.
CronRunTest::testAutomatedCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the automated cron run module is working.
CronRunTest::testManualCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the manual cron run is working.
CropImageEffect::buildConfigurationForm in core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php
Form constructor.
CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/modules/system/src/Tests/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
Performs setup tasks before each individual test method is run.
DatabaseTestController::testTablesort in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a tablesort query and returns the results.
DatabaseTestController::testTablesortFirst in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a tablesort query with a second order_by after and returns the results.
DatabaseTestForm::buildForm in core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php
Form constructor.
DateFormatAddForm::actions in core/modules/system/src/Form/DateFormatAddForm.php
Returns an array of supported actions for the current entity form.
DateFormatDeleteForm::getQuestion in core/modules/system/src/Form/DateFormatDeleteForm.php
DateFormatEditForm::actions in core/modules/system/src/Form/DateFormatEditForm.php
Returns an array of supported actions for the current entity form.
DateFormatEditForm::form in core/modules/system/src/Form/DateFormatEditForm.php
Gets the actual form array to be built.
DateFormatFormBase::form in core/modules/system/src/Form/DateFormatFormBase.php
Gets the actual form array to be built.
DateFormatFormBase::save in core/modules/system/src/Form/DateFormatFormBase.php
Form submission handler for the 'save' action.
DateFormatFormBase::validateForm in core/modules/system/src/Form/DateFormatFormBase.php
Form validation handler.
DateFormatListBuilder::buildHeader in core/modules/system/src/DateFormatListBuilder.php
Builds the header row for the entity listing.
DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues in core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php
Tests that date formats cannot be created with invalid machine names.
DateHelper::ampm in core/lib/Drupal/Core/Datetime/DateHelper.php
Constructs an array of AM and PM options.
DateHelper::monthNames in core/lib/Drupal/Core/Datetime/DateHelper.php
Returns a translated array of month names.
DateHelper::monthNamesAbbr in core/lib/Drupal/Core/Datetime/DateHelper.php
Constructs a translated array of month name abbreviations
DateHelper::weekDays in core/lib/Drupal/Core/Datetime/DateHelper.php
Returns a translated array of week names.
DateHelper::weekDaysAbbr in core/lib/Drupal/Core/Datetime/DateHelper.php
Constructs a translated array of week day abbreviations.
DateHelper::weekDaysAbbr1 in core/lib/Drupal/Core/Datetime/DateHelper.php
Constructs a translated array of 1-letter week day abbreviations.
DateHelper::weekDaysAbbr2 in core/lib/Drupal/Core/Datetime/DateHelper.php
Constructs a translated array of 2-letter week day abbreviations.
Datelist::processDatelist in core/lib/Drupal/Core/Datetime/Element/Datelist.php
Expands a date element into an array of individual elements.
Datelist::validateDatelist in core/lib/Drupal/Core/Datetime/Element/Datelist.php
Validation callback for a datelist element.
Datetime::processDatetime in core/lib/Drupal/Core/Datetime/Element/Datetime.php
Expands a datetime element type into date and/or time elements.
Datetime::validateDatetime in core/lib/Drupal/Core/Datetime/Element/Datetime.php
Validation callback for a datetime element.
DateTimeDatelistWidget::settingsForm in core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
Returns a form to configure settings for the widget.
DateTimeDatelistWidget::settingsSummary in core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
Returns a short summary for the current widget settings.
DateTimeDefaultFormatter::settingsForm in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php
Returns a form to configure settings for the formatter.
DateTimeDefaultFormatter::settingsSummary in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php
Returns a short summary for the current formatter settings.
DateTimeFieldItemList::defaultValuesForm in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
Returns a form for the default value input.
DateTimeFieldItemList::defaultValuesFormValidate in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
Validates the submitted default value.
DateTimeFieldTest::testDateField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests Date List Widget functionality.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date and time field.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test default value functionality.
DateTimeFieldTest::testInvalidField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test that invalid values are caught and marked as invalid.
DateTimeItem::storageSettingsForm in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
Returns a form for the storage-level settings.
DateTimeTest::testDateFormatConfiguration in core/modules/system/src/Tests/System/DateTimeTest.php
Test date format configuration.
DateTimeTimeAgoFormatter::settingsSummary in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php
Returns a short summary for the current formatter settings.
datetime_field_views_data in core/modules/datetime/datetime.views.inc
Implements hook_field_views_data().
datetime_help in core/modules/datetime/datetime.module
Implements hook_help().
DBLogResource::get in core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php
Responds to GET requests.
DbLogTest::doNode in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::testDBLogAddAndClear in core/modules/dblog/src/Tests/DbLogTest.php
Tests the addition and clearing of log events through the admin interface.
DbLogTest::testFilter in core/modules/dblog/src/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::verifyEvents in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies various types of events.
DbLogTest::verifyReports in core/modules/dblog/src/Tests/DbLogTest.php
Confirms that database log reports are displayed at the correct paths.
DbLogTest::verifyRowLimit in core/modules/dblog/src/Tests/DbLogTest.php
Verifies setting of the database log row limit.
DbLogTest::verifySort in core/modules/dblog/src/Tests/DbLogTest.php
Verifies the sorting functionality of the database logging reports table.
dblog_filters in core/modules/dblog/dblog.admin.inc
Creates a list of database log administration filters that can be applied.
dblog_form_system_logging_settings_alter in core/modules/dblog/dblog.module
Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_help in core/modules/dblog/dblog.module
Implements hook_help().
dblog_views_data in core/modules/dblog/dblog.views.inc
Implements hook_views_data().
DecimalFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php
Returns a form to configure settings for the formatter.
DecimalItem::storageSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php
Returns a form for the storage-level settings.
DefaultFetcher::fetch in core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php
Downloads feed data.
DefaultParser::parse in core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php
Parses feed data.
DefaultProcessor::buildConfigurationForm in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Form constructor.
DefaultProcessor::delete in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Deletes stored feed data.
DefaultSelectionDeriver::getDerivativeDefinitions in core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php
Gets the definition of all derivatives of a base plugin.
DefaultViewsTest::testDefaultViews in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Tests default views.
DefaultViewsTest::testSplitListing in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Tests that enabling views moves them to the correct table.
DeleteForm::getQuestion in core/modules/path/src/Form/DeleteForm.php
Returns the question to ask the user.
DeleteMultiple::getConfirmText in core/modules/node/src/Form/DeleteMultiple.php
Returns a caption for the button that confirms the action.
DependencyTest::testEnableRequirementsFailureDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testEnableWithoutDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Attempts to enable the Content Translation module without Language enabled.
DependencyTest::testIncompatibleCoreVersionDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Tests enabling a module that depends on a module with an incompatible core version.
DependencyTest::testIncompatibleModuleVersionDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Tests enabling a module that depends on an incompatible version of a module.
DependencyTest::testMissingModules in core/modules/system/src/Tests/Module/DependencyTest.php
Attempts to enable a module with a missing dependency.
DependencyTest::testModuleEnableOrder in core/modules/system/src/Tests/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order in the UI.
DependencyTest::testProjectNamespaceForDependencies in core/modules/system/src/Tests/Module/DependencyTest.php
Checks functionality of project namespaces for dependencies.
DependencyTest::testUninstallDependents in core/modules/system/src/Tests/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DirectoryTest::testFileCheckLocalDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test local directory handling functions.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/src/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayBlockTest::testBlockCategory in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests default and custom block categories.
DisplayBlockTest::testViewsBlockForm in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayCRUDTest::testAddDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests adding a display.
DisplayCRUDTest::testDuplicateDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayCRUDTest::testRemoveDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests removing a display.
DisplayExtenderUITest::testDisplayExtenderUI in core/modules/views_ui/src/Tests/DisplayExtenderUITest.php
Tests the display extender UI.
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/src/Tests/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayPageWebTest::testPageDisplayMenu in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayPathTest::doAdvancedPathsValidationTest in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests a couple of invalid path patterns.
DisplayPathTest::doBasicPathUITest in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests basic functionality in configuring a view.
DisplayPathTest::doPathXssFilterTest in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests that View paths are properly filtered for XSS.
DisplayPathTest::testDefaultMenuTabRegression in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the regression in https://www.drupal.org/node/2532490.
DisplayPathTest::testDeleteWithNoPath in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests deleting a page display that has no path.
DisplayPathTest::testMenuOptions in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the menu and tab option form.
DisplayPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provide a form to edit options for this plugin.
DisplayPluginCollection::initializePlugin in core/modules/views/src/DisplayPluginCollection.php
Initializes and stores a plugin.
DisplayTest::testActionLinks in core/modules/views_ui/src/Tests/DisplayTest.php
Tests the action links on the edit display UI.
DisplayTest::testAddDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests adding a display.
DisplayTest::testDisplayPlugin in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testLinkDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests the link-display setting.
DisplayTest::testReorderDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests reordering of displays.
DownloadTest::testFileCreateUrl in core/modules/file/src/Tests/DownloadTest.php
Test file_create_url().
DraggableListBuilder::buildForm in core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
Form constructor.
DraggableListBuilder::buildHeader in core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
Builds the header row for the entity listing.
DraggableListBuilder::buildRow in core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
Builds a row for an entity in the entity listing.
DrupalDateTimeTest::testDateTimezone in core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php
Test that DrupalDateTime can detect the right timezone to use. Test with a variety of less commonly used timezone names to help ensure that the system timezone will be different than the stated timezones.
DrupalImage::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php
Returns the buttons that this plugin provides, along with metadata.
DrupalImage::getConfig in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalImageCaption::getConfig in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalLink::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php
Returns the buttons that this plugin provides, along with metadata.
DrupalLink::getConfig in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalSetMessageTest::testDrupalSetMessage in core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php
The basic functionality of drupal_set_message().
DrupalSetMessageTest::testDrupalSetMessage in core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php
Tests drupal_set_message().
DrupalTranslator::trans in core/lib/Drupal/Core/Validation/DrupalTranslator.php
Translates the given message.
drupal_check_module in core/includes/install.inc
Checks a module's requirements.
drupal_install_config_directories in core/includes/install.inc
Creates the config directory and ensures it is operational.
drupal_rewrite_settings in core/includes/install.inc
Replaces values in settings.php with values in the submitted array.
drupal_verify_profile in core/includes/install.inc
Verifies that all dependencies are met for a given installation profile.
DummyReadOnlyStreamWrapper::getDescription in core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
Returns the description of the stream wrapper for use in the UI.
DummyReadOnlyStreamWrapper::getName in core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
Returns the name of the stream wrapper for use in the UI.
DummyRemoteStreamWrapper::getDescription in core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
Returns the description of the stream wrapper for use in the UI.
DummyRemoteStreamWrapper::getName in core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
Returns the name of the stream wrapper for use in the UI.
DummyStreamWrapper::getDescription in core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
Returns the description of the stream wrapper for use in the UI.
DummyStreamWrapper::getName in core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
Returns the name of the stream wrapper for use in the UI.
DuplicateTest::testDuplicateView in core/modules/views_ui/src/Tests/DuplicateTest.php
Checks if duplicated view exists and has correct label.
dynamic_page_cache_help in core/modules/dynamic_page_cache/dynamic_page_cache.module
Implements hook_help().
EditDetails::buildForm in core/modules/views_ui/src/Form/Ajax/EditDetails.php
Form constructor.
EditorAdminTest::addEditorToNewFormat in core/modules/editor/src/Tests/EditorAdminTest.php
Adds an editor to a new format using the UI.
EditorAdminTest::selectUnicornEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests and selects the unicorn editor.
EditorAdminTest::testAddEditorToExistingFormat in core/modules/editor/src/Tests/EditorAdminTest.php
Tests adding a text editor to an existing text format.
EditorAdminTest::testDisableFormatWithEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests format disabling.
EditorAdminTest::testNoEditorAvailable in core/modules/editor/src/Tests/EditorAdminTest.php
Tests an existing format without any editors available.
EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
Tests loading of text editors.
editor_form_filter_admin_format_validate in core/modules/editor/editor.module
Additional validate handler for filter_format_form().
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 'filter_format_form'.
editor_help in core/modules/editor/editor.module
Implements hook_help().
editor_image_upload_settings_form in core/modules/editor/editor.admin.inc
Subform constructor to configure the text editor's image upload settings.
ElementsAccessTest::testAccessFalse in core/modules/system/src/Tests/Form/ElementsAccessTest.php
Ensures that child values are still processed when #access = FALSE.
ElementsLabelsTest::testFormDescriptions in core/modules/system/src/Tests/Form/ElementsLabelsTest.php
Tests different display options for form element descriptions.
ElementsLabelsTest::testFormLabels in core/modules/system/src/Tests/Form/ElementsLabelsTest.php
Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
ElementsTableSelectTest::formSubmitHelper in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Helper function for the option check test to submit a form while collecting errors.
ElementsTableSelectTest::testEmptyText in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalse in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleFalseSubmit in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testMultipleTrueSubmit in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the submission of single and multiple values when #multiple is TRUE.
ElementsTableSelectTest::testTableselectColSpan in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementsVerticalTabsTest::testDefaultTab in core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php
Ensures that default vertical tab is correctly selected.
ElementsVerticalTabsTest::testDefaultTabCleaned in core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical tab form values are cleaned.
ElementValidationTest::testAjaxElementValidation in core/modules/system/src/Tests/Ajax/ElementValidationTest.php
Tries to post an Ajax change to a form that has a validated element.
Email::validateEmail in core/lib/Drupal/Core/Render/Element/Email.php
Form element validation handler for #type 'email'.
EmailAction::buildConfigurationForm in core/modules/action/src/Plugin/Action/EmailAction.php
Form constructor.
EmailAction::validateConfigurationForm in core/modules/action/src/Plugin/Action/EmailAction.php
Form validation handler.
EmailDefaultWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php
Returns a form to configure settings for the widget.
EmailDefaultWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php
Returns a short summary for the current widget settings.
EmailFieldTest::testEmailField in core/modules/field/src/Tests/Email/EmailFieldTest.php
Tests email field.
EmailItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php
Gets a list of validation constraints.
EmailTest::testFormEmail in core/modules/system/src/Tests/Form/EmailTest.php
Tests that #type 'email' fields are properly validated.
EmptySource::fields in core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
Returns available fields on the source.
EntityAutocomplete::getEntityLabels in core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
Converts an array of entity objects into a string of entity labels.
EntityAutocomplete::matchEntityByTitle in core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
Finds an entity from an autocomplete input without an explicit ID.
EntityAutocomplete::validateEntityAutocomplete in core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
Form element validation handler for entity_autocomplete elements.
EntityAutocompleteElementFormTest::testEntityAutocompleteAccess in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Tests that access is properly checked by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Tests invalid entries in the EntityAutocomplete Form API element.
EntityDefinitionTestTrait::addBaseField in core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php
Adds a new base field to the 'entity_test_update' entity type.
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating, updating, and deleting a base field if no entities exist.
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating, updating, and deleting a bundle field if no entities exist.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating entity schema when there are no existing entities.
EntityDisplayModeTest::testEntityFormModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityFormMode user interface.
EntityDisplayModeTest::testEntityViewModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityViewMode user interface.
EntityDisplayRepository::getDisplayModeOptions in core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
Gets an array of display mode options.
EntityDisplayTest::testComponentDependencies in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests components dependencies additions.
EntityFormTest::doTestFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityFormTest::doTestMultilingualFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the multilingual form CRUD tests for the given entity type ID.
EntityListBuilderTest::testPager in core/modules/system/src/Tests/Entity/EntityListBuilderTest.php
Test paging.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceAutocompleteWidget::getMatchOperatorOptions in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php
Returns the options for the match operator.
EntityReferenceAutocompleteWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php
Returns a form to configure settings for the widget.
EntityReferenceAutocompleteWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php
Returns a short summary for the current widget settings.
EntityReferenceEntityFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php
Returns a form to configure settings for the formatter.
EntityReferenceEntityFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php
Returns a short summary for the current formatter settings.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that dependencies due to default values can be removed.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTest::testEntityReferenceFieldValidation in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests reference field validation.
EntityReferenceFieldTranslatedReferenceViewTest::testEntityReferenceDisplay in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Tests if the entity is displayed in an entity reference field.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityReferenceItem::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Returns a form for the field-level settings.
EntityReferenceItem::storageSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Returns a form for the storage-level settings.
EntityReferenceLabelFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php
Returns a form to configure settings for the formatter.
EntityReferenceLabelFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php
Returns a short summary for the current formatter settings.
EntityTestBaseFieldDisplay::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php
Provides base field definitions for an entity type.
EntityTestConstraints::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraints.php
Provides base field definitions for an entity type.
EntityTestForm::form in core/modules/system/tests/modules/entity_test/src/EntityTestForm.php
Gets the actual form array to be built.
EntityTestForm::save in core/modules/system/tests/modules/entity_test/src/EntityTestForm.php
Form submission handler for the 'save' action.
EntityTestListBuilder::buildHeader in core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php
Builds the header row for the entity listing.
EntityTestViewGrantsCacheContext::getLabel in core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php
Returns the label of the cache context.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTypeConstraintsTest::testConstraintValidation in core/modules/system/src/Tests/Entity/EntityTypeConstraintsTest.php
Tests entity constraints are validated.
EntityTypeConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/EntityTypeConstraintValidatorTest.php
Tests the EntityTypeConstraintValidator.
EntityValidationTest::checkValidation in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Executes the validation test set for a defined entity type.
entity_schema_test_entity_base_field_info in core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
Implements hook_entity_base_field_info().
entity_test_entity_extra_field_info in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_extra_field_info().
entity_test_entity_form_mode_info_alter in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_form_mode_info_alter().
entity_test_entity_view_mode_info_alter in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_view_mode_info_alter().
entity_test_operation_entity_operation in core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module
Implements hook_entity_operation().
ErrorHandlerTest::assertErrorMessage in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Helper function: assert that the error message is found.
ErrorHandlerTest::assertNoErrorMessage in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Helper function: assert that the error message is not found.
ExposedFormTest::testExposedFormRender in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed form markup.
ExposedFormTest::testInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the input required exposed form type.
ExposedFormTest::testSubmitButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the submit button.
ExposedFormUITest::testExposedAdminUi in core/modules/views_ui/src/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
Feed::baseFieldDefinitions in core/modules/aggregator/src/Entity/Feed.php
Provides base field definitions for an entity type.
FeedLanguageTest::testFeedLanguage in core/modules/aggregator/src/Tests/FeedLanguageTest.php
Tests creation of feeds with a language.
FeedParserTest::testInvalidFeed in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests error handling when an invalid feed is added.
FeedValidationTest::testValidation in core/modules/aggregator/src/Tests/FeedValidationTest.php
Tests the feed validation constraints.
FeedViewBuilder::buildComponents in core/modules/aggregator/src/FeedViewBuilder.php
Builds the component fields and properties of a set of entities.
FieldBooleanTest::testFieldBoolean in core/modules/views/src/Tests/Handler/FieldBooleanTest.php
FieldCrudTest::doFieldValidationTests in core/modules/field/src/Tests/FieldCrudTest.php
Tests configurable field validation.
FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the creation of a field.
FieldDateTest::assertRenderedDatesEqual in core/modules/views/src/Tests/Handler/FieldDateTest.php
Asserts properly formatted display against 'created' field in view.
FieldDateTest::assertRenderedFutureDatesEqual in core/modules/views/src/Tests/Handler/FieldDateTest.php
Asserts properly formatted display against 'destroyed' field in view.
FieldDateTest::testFieldDate in core/modules/views/src/Tests/Handler/FieldDateTest.php
Sets up functional test of the views date field.
FieldDropButtonTest::testDropbutton in core/modules/views/src/Tests/Handler/FieldDropButtonTest.php
Tests dropbutton field.
FieldEntityOperationsTest::testEntityOperations in core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php
Tests entity operations field.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldItemList::getConstraints in core/lib/Drupal/Core/Field/FieldItemList.php
Gets a list of validation constraints.
FieldPluginBase::addAdditionalFields in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Add 'additional' fields to the query.
FieldPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Default options form that provides the label widget that all fields should have.
FieldPluginBase::trimText in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Trims the field down to the specified length.
FieldSqlStorageTest::testFieldUpdateFailure in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldSqlStorageTest::testUpdateFieldSchemaWithData in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test trying to update a field with data.
FieldStorageCrudTest::testCreate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the creation of a field storage.
FieldStorageCrudTest::testUpdateFieldType in core/modules/field/src/Tests/FieldStorageCrudTest.php
FieldStorageCrudTest::testUpdateForbid in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test field type modules forbidding an update.
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FieldUIRouteTest::testFieldUIRoutes in core/modules/field_ui/src/Tests/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
FieldUITest::testFieldLabel in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the field labels.
FieldUITest::testFieldUI in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the UI of field handlers.
FieldUITest::testHandlerUI in core/modules/field/src/Tests/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation in core/modules/field/src/Tests/Views/FieldUITest.php
Tests the basic field handler form when aggregation is enabled.
FieldUiTestTrait::fieldUIAddExistingField in core/modules/field_ui/src/Tests/FieldUiTestTrait.php
Adds an existing field through the Field UI.
FieldUiTestTrait::fieldUIAddNewField in core/modules/field_ui/src/Tests/FieldUiTestTrait.php
Creates a new field through the Field UI.
FieldUiTestTrait::fieldUIDeleteField in core/modules/field_ui/src/Tests/FieldUiTestTrait.php
Deletes a field through the Field UI.
FieldValidationTest::testCardinalityConstraint in core/modules/field/src/Tests/FieldValidationTest.php
Tests that the number of values is validated against the field cardinality.
FieldValidationTest::testFieldConstraints in core/modules/field/src/Tests/FieldValidationTest.php
Tests that constraints defined by the field type are validated.
FieldWebTest::testClickSorting in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the click sorting functionality.
field_help in core/modules/field/field.module
Implements hook_help().
field_post_update_entity_reference_handler_setting in core/modules/field/field.post_update.php
Fixes the 'handler' setting for entity reference fields.
field_post_update_save_custom_storage_property in core/modules/field/field.post_update.php
Re-save all field storage config objects to add 'custom_storage' property.
field_purge_field_storage in core/modules/field/field.purge.inc
Purges a field record from the database.
field_third_party_test_field_formatter_third_party_settings_form in core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module
Implements hook_field_formatter_third_party_settings_form().
field_third_party_test_field_widget_third_party_settings_form in core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module
Implements hook_field_widget_third_party_settings_form().
field_ui_entity_operation in core/modules/field_ui/field_ui.module
Implements hook_entity_operation().
field_ui_form_field_ui_field_storage_add_form_alter in core/modules/field_ui/field_ui.module
Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.
field_ui_form_node_type_form_alter in core/modules/field_ui/field_ui.module
Implements hook_form_FORM_ID_alter().
field_ui_help in core/modules/field_ui/field_ui.module
Implements hook_help().
File::baseFieldDefinitions in core/modules/file/src/Entity/File.php
Provides base field definitions for an entity type.
FileFieldDisplayTest::testDescToggle in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests description toggle for field instance configuration.
FileFieldDisplayTest::testNodeDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldRevisionTest::testRevisions in core/modules/file/src/Tests/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldRSSContentTest::testFileFieldRSSContent in core/modules/file/src/Tests/FileFieldRSSContentTest.php
Tests RSS enclosure formatter display for RSS feeds.
FileFieldTestBase::removeNodeFile in core/modules/file/src/Tests/FileFieldTestBase.php
Removes a file from a node.
FileFieldTestBase::replaceNodeFile in core/modules/file/src/Tests/FileFieldTestBase.php
Replaces a file within a node.
FileFieldTestBase::uploadNodeFiles in core/modules/file/src/Tests/FileFieldTestBase.php
Uploads multiple files to a node.
FileFieldValidateTest::testFileExtension in core/modules/file/src/Tests/FileFieldValidateTest.php
Tests file extension checking.
FileFieldValidateTest::testFileMaxSize in core/modules/file/src/Tests/FileFieldValidateTest.php
Tests the max file size validator.
FileFieldValidateTest::testRequired in core/modules/file/src/Tests/FileFieldValidateTest.php
Tests the required property on file fields.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testWidgetValidation in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileItem::fieldSettingsForm in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Returns a form for the field-level settings.
FileItem::propertyDefinitions in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Defines field item properties.
FileItem::storageSettingsForm in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Returns a form for the storage-level settings.
FileItem::validateExtensions in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Form API callback.
FileItem::validateMaxFilesize in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Form API callback.
FileListingTest::testFileListingPages in core/modules/file/src/Tests/FileListingTest.php
Tests file overview with different user permissions.
FileManagedFileElementTest::testManagedFile in core/modules/file/src/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedFileElementTest::testManagedFileRemoved in core/modules/file/src/Tests/FileManagedFileElementTest.php
Ensure that warning is shown if file on the field has been removed.
FileManagedTestBase::assertDifferentFile in core/modules/file/src/Tests/FileManagedTestBase.php
Asserts that two files are not the same by comparing the fid and filepath.
FileManagedTestBase::assertFileUnchanged in core/modules/file/src/Tests/FileManagedTestBase.php
Asserts that two files have the same values (except timestamp).
FileManagedTestBase::assertSameFile in core/modules/file/src/Tests/FileManagedTestBase.php
Asserts that two files are the same by comparing the fid and filepath.
FileManagedTestBase::createUri in core/modules/file/src/Tests/FileManagedTestBase.php
Creates a file and returns its URI.
FileManagedUnitTestBase::assertDifferentFile in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Asserts that two files are not the same by comparing the fid and filepath.
FileManagedUnitTestBase::assertFileUnchanged in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Asserts that two files have the same values (except timestamp).
FileManagedUnitTestBase::assertSameFile in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Asserts that two files are the same by comparing the fid and filepath.
FileManagedUnitTestBase::createUri in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Creates a file and returns its URI.
FilePrivateTest::testPrivateFile in core/modules/file/src/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FileSystemForm::buildForm in core/modules/system/src/Form/FileSystemForm.php
Form constructor.
FileTestBase::assertDirectoryPermissions in core/modules/system/src/Tests/File/FileTestBase.php
Helper function to test the permissions of a directory.
FileTestBase::assertFilePermissions in core/modules/system/src/Tests/File/FileTestBase.php
Helper function to test the permissions of a file.
FileTestBase::createUri in core/modules/system/src/Tests/File/FileTestBase.php
Create a file and return the URI of it.
FileTestForm::buildForm in core/modules/file/tests/file_test/src/Form/FileTestForm.php
Form constructor.
FileTestForm::submitForm in core/modules/file/tests/file_test/src/Form/FileTestForm.php
Form submission handler.
FileTransfer::getSettingsForm in core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Returns a form to collect connection settings credentials.
FileViewsData::getViewsData in core/modules/file/src/FileViewsData.php
Returns views data for the entity type.
FileViewsFieldAccessTest::testFileFields in core/modules/file/src/Tests/Views/FileViewsFieldAccessTest.php
Check access for file fields.
FileWidget::formMultipleElements in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Overrides \Drupal\Core\Field\WidgetBase::formMultipleElements().
FileWidget::process in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form API callback: Processes a file_generic field element.
FileWidget::processMultiple in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form API callback: Processes a group of file_generic field elements.
FileWidget::settingsForm in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Returns a form to configure settings for the widget.
FileWidget::settingsSummary in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Returns a short summary for the current widget settings.
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.
FileWidgetAjaxController::progress in core/modules/file/src/Controller/FileWidgetAjaxController.php
Returns the progress status for a file upload process.
file_copy in core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_field_views_data in core/modules/file/file.views.inc
Implements hook_field_views_data().
file_field_views_data_views_data_alter in core/modules/file/file.views.inc
Implements hook_field_views_data_views_data_alter().
file_help in core/modules/file/file.module
Implements hook_help().
file_managed_file_save_upload in core/modules/file/file.module
Saves any files that have been uploaded into a managed_file element.
file_move in core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_munge_filename in core/includes/file.inc
Modifies a filename as needed for security purposes.
file_requirements in core/modules/file/file.install
Implements hook_requirements().
file_save_data in core/modules/file/file.module
Saves a file to the specified destination and creates a database entry.
file_save_upload in core/modules/file/file.module
Saves file uploads to a new location.
file_token_info in core/modules/file/file.module
Implements hook_token_info().
file_unmanaged_copy in core/includes/file.inc
Copies a file to a new location without invoking the file API.
file_unmanaged_save_data in core/includes/file.inc
Saves a file to the specified destination without invoking file API.
file_validate_extensions in core/modules/file/file.module
Checks that the filename ends with an allowed extension.
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.
file_validate_name_length in core/modules/file/file.module
Checks for files with names longer than can be stored in the database.
file_validate_size in core/modules/file/file.module
Checks that the file's size is below certain limits.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterAdminTest::testUrlFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the URL filter settings form is properly validated.
FilterBooleanWebTest::testFilterBooleanUI in core/modules/views_ui/src/Tests/FilterBooleanWebTest.php
Tests the filter boolean UI.
FilterCombineTest::testFilterCombineContainsFieldsOverwritten in core/modules/views/src/Tests/Handler/FilterCombineTest.php
Tests if the filter can handle removed fields.
FilterDateTest::_testUiValidation in core/modules/views/src/Tests/Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterDefaultFormatTest::testDefaultTextFormats in core/modules/filter/src/Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterHooksTest::testFilterHooks in core/modules/filter/src/Tests/FilterHooksTest.php
Tests hooks on format management.
FilterHtmlImageSecureTest::testImageSource in core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FilterNumericWebTest::testFilterNumericUI in core/modules/views_ui/src/Tests/FilterNumericWebTest.php
Tests the filter numeric UI.
FilterSecurityTest::testDisableFilterModule in core/modules/filter/src/Tests/FilterSecurityTest.php
Tests removal of filtered content when an active filter is disabled.
FilterUITest::testFilterInOperatorUi in core/modules/views_ui/src/Tests/FilterUITest.php
Tests that an option for a filter is saved as expected from the UI.
FilterUITest::testFiltersUI in core/modules/views_ui/src/Tests/FilterUITest.php
Tests the filters from the UI.
filter_filter_secure_image_alter in core/modules/filter/filter.module
Implements hook_filter_secure_image_alter().
filter_form_access_denied in core/modules/filter/filter.module
Render API callback: Hides the field value of 'text_format' elements.
filter_help in core/modules/filter/filter.module
Implements hook_help().
FormatDateTest::testAdminDefinedFormatDate in core/modules/system/src/Tests/Common/FormatDateTest.php
Tests admin-defined formats in format_date().
FormController::buildForm in core/modules/system/tests/modules/condition_test/src/FormController.php
Form constructor.
FormController::submitForm in core/modules/system/tests/modules/condition_test/src/FormController.php
Form submission handler.
FormElement::validatePattern in core/lib/Drupal/Core/Render/Element/FormElement.php
#element_validate callback for #pattern form element property.
FormObjectTest::testObjectFormCallback in core/modules/system/src/Tests/Form/FormObjectTest.php
Tests using an object as the form callback.
FormTest::testCheckboxProcessing in core/modules/system/src/Tests/Form/FormTest.php
Test default value handling for checkboxes.
FormTest::testColorValidation in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'color' elements.
FormTest::testDisabledElements in core/modules/system/src/Tests/Form/FormTest.php
Test handling of disabled elements.
FormTest::testFieldFormAccess in core/modules/field/src/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormDefaultValue in core/modules/field/src/Tests/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormJSAddMore in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormMultipleWidget in core/modules/field/src/Tests/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormMultivalueWithRequiredRadio in core/modules/field/src/Tests/FormTest.php
Tests widget handling of multiple required radios.
FormTest::testFieldFormSingle in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormSingleRequired in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormUnlimited in core/modules/field/src/Tests/FormTest.php
FormTest::testHiddenField in core/modules/field/src/Tests/FormTest.php
Tests hiding a field in a form.
FormTest::testInputForgery in core/modules/system/src/Tests/Form/FormTest.php
Test Form API protections against input forgery.
FormTest::testRequiredCheckboxesRadio in core/modules/system/src/Tests/Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
FormTest::testRequiredFields in core/modules/system/src/Tests/Form/FormTest.php
Check several empty values for required forms elements.
FormTest::testSelect in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
FormTestCheckboxesZeroForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php
Form constructor.
FormTestCheckboxForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
Form constructor.
FormTestCheckboxTypeJugglingForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php
Form constructor.
FormTestClickedButtonForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php
Form validation handler.
FormTestControllerObject::create in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Instantiates a new instance of this class.
FormTestDisabledElementsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php
Form constructor.
FormTestEmptySelectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
Form constructor.
FormTestFormStateValuesCleanAdvancedForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
Form constructor.
FormTestFormStateValuesCleanAdvancedForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
Form submission handler.
FormTestFormStateValuesCleanForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
Form constructor.
FormTestInputForgeryForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php
Form constructor.
FormTestLabelForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php
Form constructor.
FormTestLanguageSelectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
Form constructor.
FormTestLimitValidationErrorsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
Form constructor.
FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors in core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
FormTestProgrammaticForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
Form constructor.
FormTestProgrammaticForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
Form validation handler.
FormTestRebuildPreserveValuesForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
Form constructor.
FormTestRebuildPreserveValuesForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
Form submission handler.
FormTestRedirectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php
Form constructor.
FormTestStatePersistForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php
Form constructor.
FormTestTableSelectFormBase::tableselectFormBuilder in core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php
Build a form to test the tableselect element.
FormTestTableSelectMultipleFalseForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
Form submission handler.
FormTestTableSelectMultipleTrueForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
Form submission handler.
FormTestValidateForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php
Form validation handler.
FormTestValidateRequiredForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
Form constructor.
FormTestVerticalTabsAccessForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
Form constructor.
FormTestVerticalTabsAccessForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
Form submission handler.
FormTestVerticalTabsAccessForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
Form validation handler.
FormTestVerticalTabsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
Form constructor.
form_test_form_user_register_form_alter in core/modules/system/tests/modules/form_test/form_test.module
Implements hook_form_FORM_ID_alter() for the registration form.
ForumBlockTest::createForumTopics in core/modules/forum/src/Tests/ForumBlockTest.php
Creates a forum topic.
ForumBlockTest::testActiveForumTopicsBlock in core/modules/forum/src/Tests/ForumBlockTest.php
Tests the "Active forum topics" block.
ForumBlockTest::testNewForumTopicsBlock in core/modules/forum/src/Tests/ForumBlockTest.php
Tests the "New forum topics" block.
ForumIndexTest::testForumIndexStatus in core/modules/forum/src/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/src/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::createForum in core/modules/forum/src/Tests/ForumTest.php
Creates a forum container or a forum.
ForumTest::createForumTopic in core/modules/forum/src/Tests/ForumTest.php
Creates a forum topic.
ForumTest::deleteForum in core/modules/forum/src/Tests/ForumTest.php
Deletes a forum.
ForumTest::doAdminTests in core/modules/forum/src/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumTest::editForumVocabulary in core/modules/forum/src/Tests/ForumTest.php
Edits the forum taxonomy.
ForumTest::testAddOrphanTopic in core/modules/forum/src/Tests/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::testForumWithNewPost in core/modules/forum/src/Tests/ForumTest.php
Tests a forum with a new post displays properly.
ForumTest::verifyForums in core/modules/forum/src/Tests/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumTest::verifyForumView in core/modules/forum/src/Tests/ForumTest.php
Verifies the display of a forum page.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
ForumValidationTest::testValidation in core/modules/forum/src/Tests/ForumValidationTest.php
Tests the forum validation constraints.
forum_form_node_form_alter in core/modules/forum/forum.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
forum_form_taxonomy_vocabulary_form_alter in core/modules/forum/forum.module
Implements hook_form_BASE_FORM_ID_alter().
forum_help in core/modules/forum/forum.module
Implements hook_help().
forum_install in core/modules/forum/forum.install
Implements hook_install().
forum_views_data in core/modules/forum/forum.views.inc
Implements hook_views_data().
FrameworkTest::testCurrentPathChange in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that overridden CSS files are not added during lazy load.
FrontPageTest::testDrupalFrontPage in core/modules/system/src/Tests/System/FrontPageTest.php
Test front page functionality.
GDToolkit::buildConfigurationForm in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
Form constructor.
GDToolkit::getRequirements in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
Gets toolkit requirements in a format suitable for hook_requirements().
GotoAction::buildConfigurationForm in core/modules/action/src/Plugin/Action/GotoAction.php
Form constructor.
GroupByTest::testGroupBySave in core/modules/views_ui/src/Tests/GroupByTest.php
Tests whether basic saving works.
hal_help in core/modules/hal/hal.module
Implements hook_help().
HandlerFieldPermissionTest::testFieldPermission in core/modules/user/src/Tests/Views/HandlerFieldPermissionTest.php
Tests the permission field handler output.
HandlerFilterUserNameTest::testAdminUserInterface in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests exposed filters.
HandlerTest::assertEqualValue in core/modules/views/src/Tests/Handler/HandlerTest.php
Check to see if a value is the same as the value on a certain handler.
HandlerTest::testRelationshipUI in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testUICRUD in core/modules/views_ui/src/Tests/HandlerTest.php
Tests UI CRUD.
HandlerTest::viewsData in core/modules/views_ui/src/Tests/HandlerTest.php
Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
HeadersCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php
Returns the label of the cache context.
HelpTest::testHelp in core/modules/help/src/Tests/HelpTest.php
Logs in users, creates dblog events, and tests dblog functionality.
HelpTest::verifyHelp in core/modules/help/src/Tests/HelpTest.php
Verifies the logged in user has access to the various help nodes.
help_help in core/modules/help/help.module
Implements hook_help().
history_help in core/modules/history/history.module
Implements hook_help().
history_views_data in core/modules/history/history.views.inc
Implements hook_views_data().
HookRequirementsTest::testHookRequirementsFailure in core/modules/system/src/Tests/Module/HookRequirementsTest.php
Assert that a module cannot be installed if it fails hook_requirements().
hook_block_view_BASE_BLOCK_ID_alter in core/modules/block/block.api.php
Provide a block plugin specific block_view alteration.
hook_ckeditor_plugin_info_alter in core/modules/ckeditor/ckeditor.api.php
Modify the list of available CKEditor plugins.
hook_comment_links_alter in core/modules/comment/comment.api.php
Alter the links of a comment.
hook_config_translation_info in core/modules/config_translation/config_translation.api.php
Introduce dynamic translation tabs for translation of configuration.
hook_contextual_links_alter in core/lib/Drupal/Core/Menu/menu.api.php
Alter contextual links before they are rendered.
hook_display_variant_plugin_alter in core/core.api.php
Alter display variant plugin definitions.
hook_editor_info_alter in core/modules/editor/editor.api.php
Performs alterations on text editor definitions.
hook_entity_bundle_info in core/lib/Drupal/Core/Entity/entity.api.php
Describe the bundles for entity types.
hook_entity_bundle_info_alter in core/lib/Drupal/Core/Entity/entity.api.php
Alter the bundles for entity types.
hook_entity_extra_field_info in core/lib/Drupal/Core/Entity/entity.api.php
Exposes "pseudo-field" components on content entities.
hook_entity_operation in core/lib/Drupal/Core/Entity/entity.api.php
Declares entity operations.
hook_entity_operation_alter in core/lib/Drupal/Core/Entity/entity.api.php
Alter entity operations.
hook_field_formatter_settings_summary_alter in core/modules/field_ui/field_ui.api.php
Alters the field formatter settings summary.
hook_field_formatter_third_party_settings_form in core/modules/field_ui/field_ui.api.php
Allow modules to add settings to field formatters provided by other modules.
hook_field_storage_config_update_forbid in core/modules/field/field.api.php
Forbid a field storage update from occurring.
hook_field_views_data in core/modules/views/views.api.php
Override the default Views data for a Field API field.
hook_field_views_data_alter in core/modules/views/views.api.php
Alter the Views data for a single Field API field.
hook_field_views_data_views_data_alter in core/modules/views/views.api.php
Alter the Views data on a per field basis.
hook_field_widget_settings_summary_alter in core/modules/field_ui/field_ui.api.php
Alters the field widget settings summary.
hook_field_widget_third_party_settings_form in core/modules/field_ui/field_ui.api.php
Allow modules to add settings to field widgets provided by other modules.
hook_filetransfer_info in core/lib/Drupal/Core/File/file.api.php
Register information about FileTransfer classes provided by a module.
hook_file_validate in core/modules/file/file.api.php
Check that files meet a given criteria.
hook_filter_secure_image_alter in core/modules/filter/filter.api.php
Alters images with an invalid source.
hook_form_alter in core/lib/Drupal/Core/Form/form.api.php
Perform alterations before a form is rendered.
hook_form_BASE_FORM_ID_alter in core/lib/Drupal/Core/Form/form.api.php
Provide a form-specific alteration for shared ('base') forms.
hook_form_FORM_ID_alter in core/lib/Drupal/Core/Form/form.api.php
Provide a form-specific alteration instead of the global hook_form_alter().
hook_form_system_theme_settings_alter in core/lib/Drupal/Core/Render/theme.api.php
Allow themes to alter the theme-specific settings form.
hook_help in core/modules/help/help.api.php
Provide online user help.
hook_image_effect_info_alter in core/modules/image/image.api.php
Alter the information provided in \Drupal\image\Annotation\ImageEffect.
hook_install_tasks in core/lib/Drupal/Core/Extension/module.api.php
Return an array of tasks to be performed by an installation profile.
hook_language_types_info in core/modules/language/language.api.php
Define language types.
hook_language_types_info_alter in core/modules/language/language.api.php
Perform alterations on language types.
hook_link_alter in core/lib/Drupal/Core/Menu/menu.api.php
Alter the parameters for links.
hook_menu_local_tasks_alter in core/lib/Drupal/Core/Menu/menu.api.php
Alter local tasks displayed on the page before they are rendered.
hook_node_links_alter in core/modules/node/node.api.php
Alter the links of a node.
hook_options_list_alter in core/modules/options/options.api.php
Alters the list of options to be displayed for a field.
hook_post_update_NAME in core/lib/Drupal/Core/Extension/module.api.php
Executes an update which is intended to update data, like entities.
hook_ranking in core/modules/node/node.api.php
Provide additional methods of scoring for core search results for nodes.
hook_requirements in core/lib/Drupal/Core/Extension/module.api.php
Check installation requirements and do status reporting.
hook_search_plugin_alter in core/modules/search/search.api.php
Alter search plugin definitions.
hook_system_breadcrumb_alter in core/lib/Drupal/Core/Menu/menu.api.php
Perform alterations to the breadcrumb built by the BreadcrumbManager.
hook_system_themes_page_alter in core/modules/system/system.api.php
Alters theme operation links.
hook_token_info in core/lib/Drupal/Core/Utility/token.api.php
Provide information about available placeholder tokens and token types.
hook_token_info_alter in core/lib/Drupal/Core/Utility/token.api.php
Alter the metadata about available placeholder tokens and token types.
hook_toolbar in core/modules/toolbar/toolbar.api.php
Add items to the toolbar menu.
hook_updater_info in core/lib/Drupal/Core/Extension/module.api.php
Provide information on Updaters (classes that can update Drupal).
hook_update_N in core/lib/Drupal/Core/Extension/module.api.php
Perform a single update between minor versions.
hook_update_status_alter in core/modules/update/update.api.php
Alter the information about available updates for projects.
hook_user_cancel_methods_alter in core/modules/user/user.api.php
Modify account cancellation methods.
hook_user_format_name_alter in core/modules/user/user.api.php
Alter the username that is displayed for a user.
hook_user_login in core/modules/user/user.api.php
The user just logged in.
hook_verify_update_archive in core/modules/update/update.api.php
Verify an archive after it has been downloaded and extracted.
hook_views_analyze in core/modules/views/views.api.php
Analyze a view to provide warnings about its configuration.
hook_views_data in core/modules/views/views.api.php
Describe data tables and fields (or the equivalent) to Views.
hook_views_data_alter in core/modules/views/views.api.php
Alter the table and field information from hook_views_data().
hook_views_plugins_cache_alter in core/modules/views/views.api.php
Modify the list of available views cache plugins.
hook_views_plugins_display_alter in core/modules/views/views.api.php
Modify the list of available views display plugins.
hook_views_plugins_display_extenders_alter in core/modules/views/views.api.php
Modify the list of available views display extender plugins.
hook_views_plugins_wizard_alter in core/modules/views/views.api.php
Modify the list of available views wizard plugins.
hook_views_post_execute in core/modules/views/views.api.php
Act on the view immediately after the query has been executed.
hook_views_preview_info_alter in core/modules/views/views.api.php
Alter the view preview information.
hook_views_pre_execute in core/modules/views/views.api.php
Act on the view after the query is built and just before it is executed.
ImageAdminStylesTest::testEditEffect in core/modules/image/src/Tests/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testFlushUserInterface in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test flush user interface.
ImageAdminStylesTest::testImageStyleAccess in core/modules/image/src/Tests/ImageAdminStylesTest.php
Tests access for the image style listing.
ImageAdminStylesTest::testNumericStyleName in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test creating an image style with a numeric name and ensuring it can be applied to an image.
ImageAdminStylesTest::testStyle in core/modules/image/src/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesTest::testStyleReplacement in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields fields with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldTestBase::previewNodeImage in core/modules/image/src/Tests/ImageFieldTestBase.php
Preview an image in a node.
ImageFieldTestBase::uploadNodeImage in core/modules/image/src/Tests/ImageFieldTestBase.php
Upload an image to a node.
ImageFieldValidateTest::testRequiredAttributes in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageFieldValidateTest::testResolution in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test min/max resolution settings.
ImageFormatter::settingsForm in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
Returns a form to configure settings for the formatter.
ImageFormatter::settingsSummary in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
Returns a short summary for the current formatter settings.
ImageItem::defaultImageForm in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Builds the default_image details element.
ImageItem::fieldSettingsForm in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Returns a form for the field-level settings.
ImageItem::propertyDefinitions in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Defines field item properties.
ImageItem::storageSettingsForm in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Returns a form for the storage-level settings.
ImageItem::validateResolution in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Element validate function for resolution fields.
ImageStyleEditForm::form in core/modules/image/src/Form/ImageStyleEditForm.php
Gets the actual form array to be built.
ImageStyleFlushTest::testFlush in core/modules/image/src/Tests/ImageStyleFlushTest.php
General test to flush a style.
ImageStyleListBuilder::getDefaultOperations in core/modules/image/src/ImageStyleListBuilder.php
Gets this list's default operations.
ImageWidget::process in core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
Form API callback: Processes a image_image field element.
ImageWidget::settingsForm in core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
Returns a form to configure settings for the widget.
ImageWidget::settingsSummary in core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
Returns a short summary for the current widget settings.
image_field_views_data in core/modules/image/image.views.inc
Implements hook_field_views_data().
image_field_views_data_views_data_alter in core/modules/image/image.views.inc
Implements hook_field_views_data_views_data_alter().
image_help in core/modules/image/image.module
Implements hook_help().
image_requirements in core/modules/image/image.install
Implements hook_requirements() to check the PHP GD Library.
image_style_options in core/modules/image/image.module
Gets an array of image styles suitable for using as select list options.
ImportOpmlTest::submitImportForm in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::validateImportFormFields in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form filled with invalid fields.
inline_form_errors_help in core/modules/inline_form_errors/inline_form_errors.module
Implements hook_help().
InOperator::getValueOptions in core/modules/views/src/Plugin/views/filter/InOperator.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
InstallationProfileModuleTestsTest::testInstallationProfileTests in core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php
Tests existence of test case located in an installation profile module.
InstallerTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTest.php
Ensures that the user page is available after installation.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php
Tests that translations ended up at the expected places.
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated in core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php
Helper function to verify that the expected strings are translated.
InstallerTranslationTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallUninstallTest::assertSuccessfulUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Uninstalls a module and asserts that it was done correctly.
InstallUninstallTest::testInstallUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
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_database_errors in core/includes/install.core.inc
Checks a database connection and returns any errors.
install_display_requirements in core/includes/install.core.inc
Displays installation requirements.
install_finished in core/includes/install.core.inc
Performs final installation steps and displays a 'finished' page.
install_import_translations in core/includes/install.core.inc
Imports languages via a batch process during installation.
install_profile_modules in core/includes/install.core.inc
Installs required modules via a batch process.
install_select_language in core/includes/install.core.inc
Selects which language to use during installation.
install_select_profile in core/includes/install.core.inc
Selects which profile to install.
install_tasks in core/includes/install.core.inc
Returns a list of all tasks the installer currently knows about.
IntegerItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php
Gets a list of validation constraints.
Internal::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php
Returns the buttons that this plugin provides, along with metadata.
InvalidUpdateHookTest::testInvalidUpdateHook in core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php
IpAddressBlockingTest::testIPAddressValidation in core/modules/ban/src/Tests/IpAddressBlockingTest.php
Tests various user input to confirm correct validation and saving of data.
IpCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/IpCacheContext.php
Returns the label of the cache context.
IsSuperUserCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php
Returns the label of the cache context.
Item::baseFieldDefinitions in core/modules/aggregator/src/Entity/Item.php
Provides base field definitions for an entity type.
ItemCacheTagsTest::createEntity in core/modules/aggregator/src/Tests/ItemCacheTagsTest.php
Creates the entity to be tested.
ItemsPerPageTest::testItemsPerPage in core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
ItemWithoutFeedTest::testEntityCreation in core/modules/aggregator/src/Tests/ItemWithoutFeedTest.php
Tests attempting to create a feed item without a feed.
Language::summary in core/modules/language/src/Plugin/Condition/Language.php
Provides a human readable summary of the condition's configuration.
LanguageBlock::getDerivativeDefinitions in core/modules/language/src/Plugin/Derivative/LanguageBlock.php
Gets the definition of all derivatives of a base plugin.
LanguageBlockSettingsVisibilityTest::testUnnecessaryLanguageSettingsVisibility in core/modules/language/src/Tests/LanguageBlockSettingsVisibilityTest.php
LanguageBrowserDetectionTest::testUIBrowserLanguageMappings in core/modules/language/src/Tests/LanguageBrowserDetectionTest.php
Tests for adding, editing and deleting mappings between browser language codes and Drupal language codes.
LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/modules/language/src/Tests/LanguageConfigSchemaTest.php
Tests whether the language config schema is valid.
LanguageConfiguration::getDefaultOptions in core/modules/language/src/Element/LanguageConfiguration.php
Returns the default options for the language configuration form element.
LanguageConfiguration::processLanguageConfiguration in core/modules/language/src/Element/LanguageConfiguration.php
Process handler for the language_configuration form element.
LanguageConfigurationElementTest::buildForm in core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php
Form constructor.
LanguageConfigurationElementTest::testNodeTypeDelete in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests the language settings are deleted on bundle delete.
LanguageConfigurationElementTest::testNodeTypeUpdate in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when a vocabulary is updated.
LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/src/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/modules/language/src/Tests/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageListBuilder::buildForm in core/modules/language/src/LanguageListBuilder.php
Form constructor.
LanguageListBuilder::buildHeader in core/modules/language/src/LanguageListBuilder.php
Builds the header row for the entity listing.
LanguageListBuilder::buildRow in core/modules/language/src/LanguageListBuilder.php
Builds a row for an entity in the entity listing.
LanguageListBuilder::submitForm in core/modules/language/src/LanguageListBuilder.php
Form submission handler.
LanguageListModuleInstallTest::testModuleInstallLanguageList in core/modules/language/src/Tests/LanguageListModuleInstallTest.php
Tests enabling Language.
LanguageListTest::testLanguageList in core/modules/language/src/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageNegotiationFormOverrideTest::testFormWithOverride in core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php
Tests that overrides do not affect language-negotiation form values.
LanguageNegotiationInfoTest::setUp in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::setUp in core/modules/language/src/Tests/LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
LanguagePathMonolingualTest::testPageLinks in core/modules/language/src/Tests/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguagesCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php
Returns the label of the cache context.
LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/system/src/Tests/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageSelectElementTest::testLanguageSelectElementOptions in core/modules/system/src/Tests/Form/LanguageSelectElementTest.php
Tests that the options printed by the language select element are correct.
LanguageSelectorTranslatableTest::testLanguageStringSelector in core/modules/language/src/Tests/LanguageSelectorTranslatableTest.php
Tests content translation language selectors are correctly translated.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAnonymous in core/modules/language/src/Tests/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated in core/modules/language/src/Tests/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::testLanguageBlock in core/modules/language/src/Tests/LanguageSwitchingTest.php
Functional tests for the language switcher block.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/src/Tests/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
LanguageSwitchingTest::testLanguageBodyClass in core/modules/language/src/Tests/LanguageSwitchingTest.php
Check the path-admin class, as same as on default language.
LanguageSwitchingTest::testLanguageLinkActiveClass in core/modules/language/src/Tests/LanguageSwitchingTest.php
Test active class on links when switching languages.
LanguageSwitchingTest::testLanguageSessionSwitchLinks in core/modules/language/src/Tests/LanguageSwitchingTest.php
Tests language switcher links for session based negotiation.
LanguageTestBase::viewsData in core/modules/language/src/Tests/Views/LanguageTestBase.php
Returns the views data definition.
LanguageTestController::typeLinkActiveClass in core/modules/language/tests/language_test/src/Controller/LanguageTestController.php
Returns links to the current page with different langcodes.
LanguageUILanguageNegotiationTest::runTest in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
LanguageUILanguageNegotiationTest::testContentCustomization in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests persistence of negotiation settings for the content language type.
LanguageUILanguageNegotiationTest::testDisableLanguageSwitcher in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests if the language switcher block gets deleted when a language type has been made not configurable.
LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests URL handling when separate domains are used for multiple languages.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LanguageUrlRewritingTest::setUp in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUrlRewritingTest::testDomainNameNegotiationPort in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check URL rewriting when using a domain name and a non-standard port.
language_help in core/modules/language/language.module
Implements hook_help().
language_process_language_select in core/modules/language/language.module
Processes a language select list form element.
language_test_language_types_info in core/modules/language/tests/language_test/language_test.module
Implements hook_language_types_info().
language_test_page_top in core/modules/language/tests/language_test/language_test.module
Implements hook_page_top().
language_tour_tips_alter in core/modules/language/language.module
Implements hook_tour_tips_alter().
LegacyTest::testTaxonomyLegacyNode in core/modules/taxonomy/src/Tests/LegacyTest.php
Test taxonomy functionality with nodes prior to 1970.
LinkFieldTest::assertInvalidEntries in core/modules/link/src/Tests/LinkFieldTest.php
Asserts that invalid URLs cannot be submitted.
LinkFieldTest::assertValidEntries in core/modules/link/src/Tests/LinkFieldTest.php
Asserts that valid URLs can be submitted.
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldUITest::testFieldUI in core/modules/link/src/Tests/LinkFieldUITest.php
Tests the link field UI.
LinkFormatter::settingsForm in core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
Returns a form to configure settings for the formatter.
LinkFormatter::settingsSummary in core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
Returns a short summary for the current formatter settings.
LinkItem::fieldSettingsForm in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Returns a form for the field-level settings.
LinkItem::propertyDefinitions in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Defines field item properties.
LinkWidget::validateTitleElement in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Form element validation handler for the 'title' element.
LinkWidget::validateUriElement in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Form element validation handler for the 'uri' element.
link_generation_test_link_alter in core/modules/system/tests/modules/link_generation_test/link_generation_test.module
Implements hook_link_alter().
link_help in core/modules/link/link.module
Implements hook_help().
ListFloatItem::allowedValuesDescription in core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php
Provides the field type specific allowed values form element #description.
ListFloatItem::validateAllowedValue in core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php
Checks whether a candidate allowed value is valid.
ListIntegerItem::allowedValuesDescription in core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php
Provides the field type specific allowed values form element #description.
ListIntegerItem::validateAllowedValue in core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php
Checks whether a candidate allowed value is valid.
ListItemBase::storageSettingsForm in core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php
Returns a form for the storage-level settings.
ListItemBase::validateAllowedValues in core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php
#element_validate callback for options field allowed values.
ListStringItem::allowedValuesDescription in core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php
Provides the field type specific allowed values form element #description.
ListStringItem::validateAllowedValue in core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php
Checks whether a candidate allowed value is valid.
LlamaButton::getButtons in core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php
Returns the buttons that this plugin provides, along with metadata.
LlamaContextualAndButton::getButtons in core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php
Returns the buttons that this plugin provides, along with metadata.
LlamaContextualAndButton::settingsForm in core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php
Returns a settings form to configure this CKEditor plugin.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocaleConfigTranslationImportTest::testConfigTranslationImport in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::setUp in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleConfigTranslationTest::testOptionalConfiguration in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Test translatability of optional configuration in locale.
LocaleContentTest::testContentTypeDirLang in core/modules/locale/src/Tests/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/src/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleContentTest::testMachineNameLTR in core/modules/locale/src/Tests/LocaleContentTest.php
Verifies that machine name fields are always LTR.
LocaleExportTest::testExportTranslation in core/modules/locale/src/Tests/LocaleExportTest.php
Test exportation of translations.
LocaleExportTest::testExportTranslationTemplateFile in core/modules/locale/src/Tests/LocaleExportTest.php
Test exportation of translation template file.
LocaleFileSystemFormTest::testFileConfigurationPage in core/modules/locale/src/Tests/LocaleFileSystemFormTest.php
Tests translation directory settings on the file settings form.
LocaleImportFunctionalTest::importPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test msgctxt context support.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocaleLocaleLookupTest::testCircularDependency in core/modules/locale/src/Tests/LocaleLocaleLookupTest.php
Tests that there are no circular dependencies.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/src/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::importPoFile in core/modules/locale/src/Tests/LocalePluralFormatTest.php
Imports a standalone .po file in a given language.
LocalePluralFormatTest::testPluralEditDateFormatter in core/modules/locale/src/Tests/LocalePluralFormatTest.php
Tests plural editing of DateFormatter strings
LocalePluralFormatTest::testPluralEditExport in core/modules/locale/src/Tests/LocalePluralFormatTest.php
Tests plural editing and export functionality.
LocaleTranslateStringTourTest::testTranslateStringTourTips in core/modules/locale/src/Tests/LocaleTranslateStringTourTest.php
Tests locale tour tip availability.
LocaleTranslationUiTest::testEnglishTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Enable interface translation to English.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
LocaleTranslationUiTest::testStringSearch in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests translation search form.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationUiTest::testStringValidation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests the validation of the translation input.
LocaleTranslationUiTest::testUICustomizedStrings in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateBase::addLanguage in core/modules/locale/src/Tests/LocaleUpdateBase.php
Adds a language.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/src/Tests/LocaleUpdateCronTest.php
Tests interface translation update using cron.
LocaleUpdateDevelopmentReleaseTest::setUp in core/modules/locale/src/Tests/LocaleUpdateDevelopmentReleaseTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocaleUpdateTest::testEnableCustomLanguage in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests automatic translation import when a custom language is added.
LocaleUpdateTest::testEnableLanguage in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests automatic translation import when a language is added.
LocaleUpdateTest::testEnableUninstallModule in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests automatic translation import when a module is enabled.
LocaleUpdateTest::testUpdateCheckStatus in core/modules/locale/src/Tests/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportModeNonCustomized in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportModeNone in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import and don't overwrite any translation.
LocaleUpdateTest::testUpdateImportSourceLocal in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
locale_config_batch_build in core/modules/locale/locale.bulk.inc
Creates a locale batch to refresh specific configuration.
locale_config_batch_finished in core/modules/locale/locale.bulk.inc
Implements callback_batch_finished().
locale_form_language_admin_edit_form_alter in core/modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
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_form_system_file_system_settings_alter in core/modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for system_file_system_settings().
locale_help in core/modules/locale/locale.module
Implements hook_help().
locale_requirements in core/modules/locale/locale.install
Implements hook_requirements().
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_batch_import_save in core/modules/locale/locale.bulk.inc
Implements callback_batch_operation().
locale_translate_batch_refresh in core/modules/locale/locale.bulk.inc
Implements callback_batch_operation().
locale_translation_batch_fetch_build in core/modules/locale/locale.fetch.inc
Builds a batch to download and import project translations.
locale_translation_batch_fetch_download in core/modules/locale/locale.batch.inc
Implements callback_batch_operation().
locale_translation_batch_fetch_import in core/modules/locale/locale.batch.inc
Implements callback_batch_operation().
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_status_check in core/modules/locale/locale.batch.inc
Implements callback_batch_operation().
locale_translation_batch_status_finished in core/modules/locale/locale.batch.inc
Implements callback_batch_finished().
locale_translation_batch_update_build in core/modules/locale/locale.fetch.inc
Builds a batch to check, download and import project translations.
LoggingForm::buildForm in core/modules/system/src/Form/LoggingForm.php
Form constructor.
MachineName::processMachineName in core/lib/Drupal/Core/Render/Element/MachineName.php
Processes a machine-readable name form element.
MachineName::validateMachineName in core/lib/Drupal/Core/Render/Element/MachineName.php
Form element validation handler for machine_name elements.
MainContentFallbackTest::testMainContentFallback in core/modules/system/src/Tests/System/MainContentFallbackTest.php
Test availability of main content: Drupal falls back to SimplePageVariant.
ManagedFile::processManagedFile in core/modules/file/src/Element/ManagedFile.php
Render API callback: Expands the managed_file element type.
ManagedFile::validateManagedFile in core/modules/file/src/Element/ManagedFile.php
Render API callback: Validates the managed_file element.
ManageDisplayTest::assertNodeViewTextHelper in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Asserts that a string is (not) found in the rendered nodein a view mode.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testNoFieldsDisplayOverview in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests that a message is shown when there are no fields.
ManageDisplayTest::testSingleViewMode in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests hiding the view modes fieldset when there's only one available.
ManageDisplayTest::testViewModeCustom in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests switching view modes to use custom or 'default' settings'.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests widget settings.
ManageFieldsTest::addExistingField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests adding an existing field in another content type.
ManageFieldsTest::addPersistentFieldStorage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that persistent field storage appears in the field UI.
ManageFieldsTest::cardinalitySettings in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the cardinality settings of a field.
ManageFieldsTest::deleteField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests deleting a field from the field edit form.
ManageFieldsTest::manageFieldsPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the manage fields page.
ManageFieldsTest::testDefaultValue in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testDisallowedFieldNames in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects disallowed field names.
ManageFieldsTest::testDuplicateFieldName in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that a duplicate field name is caught by validation.
ManageFieldsTest::testFieldPrefix in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that the 'field_prefix' setting works on Field UI.
ManageFieldsTest::testHelpDescriptions in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that help descriptions render valid HTML.
ManageFieldsTest::testHiddenFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsTest::updateField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests editing an existing field.
ManyToOneHelper::buildOptionsForm in core/modules/views/src/ManyToOneHelper.php
MatcherDumperTest::testAddAdditionalRoutes in core/modules/system/src/Tests/Routing/MatcherDumperTest.php
Confirms that we can add routes to the dumper when it already has some.
MemCacheClearCase::clearCidTest in modules/memcache/tests/memcache.test
Test clearing using a cid.
MemCacheClearCase::clearCidTest in modules/memcache/tests/memcache6.test
Test clearing using a cid.
MemCacheClearCase::clearWildcardPrefixTest in modules/memcache/tests/memcache.test
Test cache clears using wildcard prefixes.
MemCacheClearCase::clearWildcardPrefixTest in modules/memcache/tests/memcache6.test
Test cache clears using wildcard prefixes.
MemCacheClearCase::testClearWildcardFull in modules/memcache/tests/memcache.test
Test full bin flushes with no cache lifetime.
MemCacheClearCase::testClearWildcardFull in modules/memcache/tests/memcache6.test
Test full bin flushes with no cache lifetime.
MemCacheClearCase::testWildCardOptimizations in modules/memcache/tests/memcache.test
Test different wildcards to verify the wildcard optimizations.
MemCacheGetMultipleUnitTest::testCacheMultiple in modules/memcache/tests/memcache.test
Test cache_get_multiple().
MemcacheLockFunctionalTest::testLockAcquire in modules/memcache/tests/memcache-lock.test
Confirm that we can acquire and release locks in two parallel requests.
MemCacheRealWorldCase::addMenuLink in modules/memcache/tests/memcache.test
Adds a menu link.
MemCacheRealWorldCase::testMenu in modules/memcache/tests/memcache.test
Test if the menu module caching acts as expected.
MemCacheSavingCase::checkVariable in modules/memcache/tests/memcache.test
MemCacheSavingCase::checkVariable in modules/memcache/tests/memcache6.test
MemCacheSavingCase::testObject in modules/memcache/tests/memcache.test
Test the saving and restoring of an object.
MemCacheSavingCase::testObject in modules/memcache/tests/memcache6.test
Test the saving and restoring of an object.
MemcacheSessionTestCase::assertSessionCookie in modules/memcache/tests/memcache-session.test
Assert whether the SimpleTest browser sent a session cookie.
MemcacheSessionTestCase::assertSessionEmpty in modules/memcache/tests/memcache-session.test
Assert whether $_SESSION is empty at the beginning of the request.
MemcacheSessionTestCase::sessionReset in modules/memcache/tests/memcache-session.test
Reset the cookie file so that it refers to the specified user.
MemcacheSessionTestCase::testDataPersistence in modules/memcache/tests/memcache-session.test
Test data persistence via the session_test module callbacks. Also tests drupal_session_count() since session data is already generated here.
MemcacheSessionTestCase::testEmptyAnonymousSession in modules/memcache/tests/memcache-session.test
Test that empty anonymous sessions are destroyed.
MemcacheSessionTestCase::testSessionSaveRegenerate in modules/memcache/tests/memcache-session.test
Tests for drupal_save_session() and drupal_session_regenerate().
MemCacheStatisticsTestCase::testBootstrapStatistics in modules/memcache/tests/memcache.test
Checks for early bootstrap statistics.
memcache_admin_admin_settings in modules/memcache/memcache_admin/memcache_admin.module
Settings form.
memcache_admin_permission in modules/memcache/memcache_admin/memcache_admin.module
Implements hook_perm().
memcache_admin_shutdown in modules/memcache/memcache_admin/memcache_admin.module
See memcache_admin_init() which registers this function as a shutdown function. Displays memcache stats in the footer.
memcache_admin_stats in modules/memcache/memcache_admin/memcache_admin.module
Memcache Stats page
memcache_admin_stats_raw in modules/memcache/memcache_admin/memcache_admin.module
MenuActiveTrailsCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php
Returns the label of the cache context.
MenuDeleteForm::getDescription in core/modules/menu_ui/src/Form/MenuDeleteForm.php
Returns additional text to display as a description.
MenuForm::form in core/modules/menu_ui/src/MenuForm.php
Gets the actual form array to be built.
MenuLanguageTest::testMenuLanguage in core/modules/menu_ui/src/Tests/MenuLanguageTest.php
Tests menu language settings and the defaults for menu link items.
MenuLink::fields in core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php
Returns available fields on the source.
MenuLinkContent::baseFieldDefinitions in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Provides base field definitions for an entity type.
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/menu_link_content/src/Tests/MenuLinkContentDeleteFormTest.php
Tests the MenuLinkContentDeleteForm class.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MenuLinkContentFormTest::testMenuLinkContentFormValidation in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests validation for the MenuLinkContentForm class.
MenuLinkContentTranslationUITest::doTestTranslationEdit in core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php
Tests edit content translation.
MenuLinkContentTranslationUITest::testTranslationLinkOnMenuEditForm in core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php
Ensure that a translate link can be found on the menu edit form.
MenuLinkContentTranslationUITest::testTranslationLinkTheme in core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php
Tests that translation page inherits admin status of edit page.
MenuLinkDefaultForm::buildConfigurationForm in core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
Form constructor.
MenuLinkReorderTest::testDefaultMenuLinkReorder in core/modules/menu_ui/src/Tests/MenuLinkReorderTest.php
Test creating, editing, deleting menu links via node form widget.
MenuListBuilder::buildHeader in core/modules/menu_ui/src/MenuListBuilder.php
Builds the header row for the entity listing.
MenuListBuilder::getDefaultOperations in core/modules/menu_ui/src/MenuListBuilder.php
Gets this list's default operations.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuRouterTest::doTestDescriptionMenuItems in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests menu item descriptions.
MenuRouterTest::doTestExoticPath in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test path containing "exotic" characters.
MenuRouterTest::doTestTitleCallbackFalse in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test title callback set to FALSE.
MenuRouterTest::doTestTitleMenuCallback in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests page title of MENU_CALLBACKs.
MenuRouterTest::testMaintenanceModeLoginPaths in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Make sure the maintenance mode can be bypassed using an EventSubscriber.
MenuTest::addCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Creates a custom menu.
MenuTest::addInvalidMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Attempts to add menu link with invalid path or no access permission.
MenuTest::addMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::checkInvalidParentMenuLinks in core/modules/menu_ui/src/Tests/MenuTest.php
Tests that parent options are limited by depth when adding menu links.
MenuTest::deleteCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes the locally stored custom menu.
MenuTest::deleteMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes a menu link using the UI.
MenuTest::disableMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Disables a menu link.
MenuTest::doMenuTests in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality.
MenuTest::doTestMenuBlock in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu block settings.
MenuTest::enableMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Enables a menu link.
MenuTest::modifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Modifies a menu link using the UI.
MenuTest::moveMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Changes the parent of a menu link using the UI.
MenuTest::resetMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Resets a standard menu link using the UI.
MenuTest::testMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality using the admin and user interfaces.
MenuTest::testMenuQueryAndFragment in core/modules/menu_ui/src/Tests/MenuTest.php
Adds and removes a menu link with a query string and fragment.
MenuTest::testMenus in core/modules/views/src/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MenuTest::testSystemMenuRename in core/modules/menu_ui/src/Tests/MenuTest.php
Tests renaming the built-in menu.
MenuTest::verifyAccess in core/modules/menu_ui/src/Tests/MenuTest.php
Verifies the logged in user has the desired access to various menu pages.
MenuTest::verifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Verifies a menu link using the UI.
MenuTestController::titleCallback in core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php
A title callback method for test routes.
menu_link_content_help in core/modules/menu_link_content/menu_link_content.module
Implements hook_help().
menu_test_title_callback in core/modules/system/tests/modules/menu_test/menu_test.module
Title callback: Concatenates the title and case number.
menu_ui_form_node_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_BASE_FORM_ID_alter() for node_form.
menu_ui_form_node_type_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_FORM_ID_alter().
menu_ui_form_node_type_form_validate in core/modules/menu_ui/menu_ui.module
Submit handler for forms with menu options.
menu_ui_help in core/modules/menu_ui/menu_ui.module
Implements hook_help().
Merge::execute in core/lib/Drupal/Core/Database/Query/Merge.php
Runs the query against the database.
Message::baseFieldDefinitions in core/modules/contact/src/Entity/Message.php
Provides base field definitions for an entity type.
MessageAction::buildConfigurationForm in core/modules/action/src/Plugin/Action/MessageAction.php
Form constructor.
MessageViewBuilder::buildComponents in core/modules/contact/src/MessageViewBuilder.php
Builds the component fields and properties of a set of entities.
MigrateFieldTest::testFields in core/modules/field/src/Tests/Migrate/d6/MigrateFieldTest.php
Tests the Drupal 6 field to Drupal 8 migration.
migrate_drupal_help in core/modules/migrate_drupal/migrate_drupal.module
Implements hook_help().
migrate_help in core/modules/migrate/migrate.module
Implements hook_help().
MinimalTest::testMinimal in core/profiles/minimal/src/Tests/MinimalTest.php
Tests Minimal installation profile.
MissingCheckedRequirementsTest::testCheckRequirements in core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php
Ensures test will not run when requirements are missing.
MockBlockManager::__construct in core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
MockFileTransfer::getSettingsForm in core/modules/system/tests/modules/system_test/src/MockFileTransfer.php
Returns a settings form with a text field to input a username.
MockFileTransfer::getSettingsForm in core/modules/update/tests/modules/update_test/src/MockFileTransfer.php
Returns a settings form with a text field to input a username.
MockLayoutBlockDeriver::getDerivativeDefinitions in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
MockMenuBlockDeriver::getDerivativeDefinitions in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
Module::postInstallTasks in core/lib/Drupal/Core/Updater/Module.php
Returns an array of links to pages that should be visited post operation.
ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests dependency resolution.
ModuleHandlerTest::testModuleList in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
The basic functionality of retrieving enabled modules.
ModuleTest::formatViewOptions in core/modules/views/src/Tests/ModuleTest.php
Helper to return an expected views option array.
ModuleTest::testLoadFunctions in core/modules/views/src/Tests/ModuleTest.php
Tests the load wrapper/helper functions.
ModuleTest::testViewsGetHandler in core/modules/views/src/Tests/ModuleTest.php
Tests the views_get_handler method.
MultiFormTest::testMultiForm in core/modules/system/src/Tests/Ajax/MultiFormTest.php
Tests that pages with the 'node_page_form' included twice work correctly.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in core/modules/node/src/Tests/MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
NestedEntityTestForm::buildForm in core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
{@inheritdoc]
NestedFormTest::testNestedFieldForm in core/modules/field/src/Tests/NestedFormTest.php
Tests Field API form integration within a subform.
NewViewConfigSchemaTest::testNewViews in core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php
Tests creating brand new views.
NodeAccessBaseTableTest::testNodeAccessBasic in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAccessFieldTest::testNodeAccessAdministerField in core/modules/node/src/Tests/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessGrantsCacheContext::getLabel in core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php
Returns the label of the cache context.
NodeAccessMenuLinkTest::testNodeAccessMenuLink in core/modules/node/src/Tests/NodeAccessMenuLinkTest.php
SA-CORE-2015-003: Tests menu links to nodes when node access is restricted.
NodeAccessPagerTest::setUp in core/modules/node/src/Tests/NodeAccessPagerTest.php
Sets up a Drupal site for running functional and integration tests.
NodeAccessPagerTest::testCommentPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeAccessRebuildTest::testNodeAccessRebuild in core/modules/node/src/Tests/NodeAccessRebuildTest.php
Tests rebuilding the node access permissions table.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/src/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeCreationTest::testFailedPageCreation in core/modules/node/src/Tests/NodeCreationTest.php
Verifies that a transaction rolls back the failed creation.
NodeCreationTest::testNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeCreationTest::testUnpublishedNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
NodeEditFormTest::checkVariousAuthoredByValues in core/modules/node/src/Tests/NodeEditFormTest.php
Checks that the "authored by" works correctly with various values.
NodeEditFormTest::testNodeEdit in core/modules/node/src/Tests/NodeEditFormTest.php
Checks node edit functionality.
NodeEditFormTest::testNodeEditAuthoredBy in core/modules/node/src/Tests/NodeEditFormTest.php
Tests changing a node's "authored by" field.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldMultilingualTest::setUp in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
Sets up a Drupal site for running functional and integration tests.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
NodeFieldMultilingualTest::testMultilingualNodeForm in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
Tests whether field languages are correctly set through the node form.
NodeForm::actions in core/modules/node/src/NodeForm.php
Returns an array of supported actions for the current entity form.
NodeForm::form in core/modules/node/src/NodeForm.php
Gets the actual form array to be built.
NodeForm::save in core/modules/node/src/NodeForm.php
Form submission handler for the 'save' action.
NodeFormButtonsTest::testNodeFormButtons in core/modules/node/src/Tests/NodeFormButtonsTest.php
Tests that the right buttons are displayed for saving nodes.
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges in core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php
Test the changed time after API and FORM save without changes.
NodeHelpTest::setUp in core/modules/node/src/Tests/NodeHelpTest.php
Sets up a Drupal site for running functional and integration tests.
NodePermissions::buildPermissions in core/modules/node/src/NodePermissions.php
Returns a list of node permissions for a given node type.
NodePostSettingsTest::testPagePostInfo in core/modules/node/src/Tests/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodeQueryAlterTest::testNodeQueryAlterLowLevelEditAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for edit access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelNoAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user without access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelWithAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user with access.
NodeQueryAlterTest::testNodeQueryAlterOverride in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
NodeRevision::fields in core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php
Returns available fields on the source.
NodeRevision::fields in core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php
Returns available fields on the source.
NodeRevisionDeleteForm::getConfirmText in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Returns a caption for the button that confirms the action.
NodeRevisionDeleteForm::getQuestion in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Returns the question to ask the user.
NodeRevisionDeleteForm::submitForm in core/modules/node/src/Form/NodeRevisionDeleteForm.php
Form submission handler.
NodeRevisionRevertForm::getConfirmText in core/modules/node/src/Form/NodeRevisionRevertForm.php
Returns a caption for the button that confirms the action.
NodeRevisionRevertForm::getQuestion in core/modules/node/src/Form/NodeRevisionRevertForm.php
Returns the question to ask the user.
NodeRevisionRevertForm::submitForm in core/modules/node/src/Form/NodeRevisionRevertForm.php
Form submission handler.
NodeRevisionRevertTranslationForm::getQuestion in core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php
Returns the question to ask the user.
NodeRevisionsAllTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsAllTest.php
Checks node revision operations.
NodeRevisionsTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRevisionsTest::testRevisionTranslationRevert in core/modules/node/src/Tests/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision in core/modules/node/src/Tests/NodeRevisionsUiTest.php
Checks that unchecking 'Create new revision' works when editing a node.
NodeRevisionWizardTest::testViewAdd in core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php
Tests creating a node revision view.
NodeRSSContentTest::testNodeRSSContent in core/modules/node/src/Tests/NodeRSSContentTest.php
Ensures that a new node includes the custom data when added to an RSS feed.
NodeSearch::buildConfigurationForm in core/modules/node/src/Plugin/Search/NodeSearch.php
Form constructor.
NodeSearch::searchFormAlter in core/modules/node/src/Plugin/Search/NodeSearch.php
Alters the search form when being built for a given plugin.
NodeTitleXSSTest::testNodeTitleXSS in core/modules/node/src/Tests/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationHandler::entityFormAlter in core/modules/node/src/NodeTranslationHandler.php
Performs the needed alterations to the entity form.
NodeTranslationHandler::entityFormTitle in core/modules/node/src/NodeTranslationHandler.php
Returns the title to be used for the entity form page.
NodeTranslationUITest::doTestPublishedStatus in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests the translation publishing status.
NodeTranslationUITest::doTestTranslationEdit in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests edit content translation.
NodeTranslationUITest::getFormSubmitAction in core/modules/node/src/Tests/NodeTranslationUITest.php
Returns the form action value to be used to submit the entity form.
NodeTranslationUITest::getFormSubmitSuffix in core/modules/node/src/Tests/NodeTranslationUITest.php
Returns appropriate submit button suffix based on translatability.
NodeTranslationUITest::setUp in core/modules/node/src/Tests/NodeTranslationUITest.php
Sets up a Drupal site for running functional and integration tests.
NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NodeTypeForm::actions in core/modules/node/src/NodeTypeForm.php
Returns an array of supported actions for the current entity form.
NodeTypeForm::form in core/modules/node/src/NodeTypeForm.php
Gets the actual form array to be built.
NodeTypeForm::save in core/modules/node/src/NodeTypeForm.php
Form submission handler for the 'save' action.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php
Tests the node type initial language defaults, and modifies them.
NodeTypeListBuilder::buildHeader in core/modules/node/src/NodeTypeListBuilder.php
Builds the header row for the entity listing.
NodeTypeTest::testNodeTypeCreation in core/modules/node/src/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion in core/modules/node/src/Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NodeTypeTest::testNodeTypeEditing in core/modules/node/src/Tests/NodeTypeTest.php
Tests editing a node type using the UI.
NodeTypeTest::testNodeTypeNoContentType in core/modules/node/src/Tests/NodeTypeTest.php
Tests for when there are no content types defined.
NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/modules/node/src/Tests/NodeTypeTranslationTest.php
Tests the node type title label translation.
NodeTypeTranslationTest::testNodeTypeTranslation in core/modules/node/src/Tests/NodeTypeTranslationTest.php
Tests the node type translation.
NodeViewBuilder::buildComponents in core/modules/node/src/NodeViewBuilder.php
Builds the component fields and properties of a set of entities.
NodeViewBuilder::buildLinks in core/modules/node/src/NodeViewBuilder.php
Build the default links (Read more) for a node.
NodeViewsData::getViewsData in core/modules/node/src/NodeViewsData.php
Returns views data for the entity type.
NodeWizardTest::testViewAddWithNodeTitles in core/modules/views/src/Tests/Wizard/NodeWizardTest.php
Tests creating a view with node titles.
node_access_rebuild in core/modules/node/node.module
Rebuilds the node access database.
node_entity_extra_field_info in core/modules/node/node.module
Implements hook_entity_extra_field_info().
node_form_system_themes_admin_form_alter in core/modules/node/node.module
Implements hook_form_FORM_ID_alter().
node_help in core/modules/node/node.module
Implements hook_help().
node_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_ranking in core/modules/node/node.module
Implements hook_ranking().
node_requirements in core/modules/node/node.install
Implements hook_requirements().
node_test_node_view in core/modules/node/tests/modules/node_test/node_test.module
Implements hook_ENTITY_TYPE_view() for node entities.
node_token_info in core/modules/node/node.tokens.inc
Implements hook_token_info().
node_views_analyze in core/modules/node/node.views_execution.inc
Implements hook_views_analyze().
node_views_wizard in core/modules/node/node.views.inc
Implements hook_views_wizard().
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/modules/block/src/Tests/NonDefaultBlockAdminTest.php
Test non-default theme admin.
Number::validateNumber in core/lib/Drupal/Core/Render/Element/Number.php
Form element validation handler for #type 'number'.
NumberFieldTest::assertSetMinimumValue in core/modules/field/src/Tests/Number/NumberFieldTest.php
Helper function to set the minimum value of a field.
NumberFieldTest::testNumberDecimalField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test decimal field.
NumberFieldTest::testNumberFloatField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test float field.
NumberFieldTest::testNumberFormatter in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test default formatter behavior
NumberFieldTest::testNumberIntegerField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test integer field.
NumberWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php
Returns a form to configure settings for the widget.
NumberWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php
Returns a short summary for the current widget settings.
NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php
Test plural formatting setting on a numeric views handler.
NumericFormatterBase::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
Returns a form to configure settings for the formatter.
NumericFormatterBase::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
Returns a short summary for the current formatter settings.
NumericItemBase::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
Returns a form for the field-level settings.
NumericItemBase::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
Gets a list of validation constraints.
OptionsButtonsWidget::getEmptyLabel in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php
Returns the empty option label to add to the list of options, if any.
OptionsFieldTest::testUpdateAllowedValues in core/modules/options/src/Tests/OptionsFieldTest.php
Test that allowed values can be updated.
OptionsFieldUITest::assertAllowedValuesInput in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
OptionsFieldUITest::testNodeDisplay in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsFloatFieldImportTest::testImport in core/modules/options/src/Tests/OptionsFloatFieldImportTest.php
Tests that importing list_float fields works.
OptionsSelectWidget::getEmptyLabel in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php
Returns the empty option label to add to the list of options, if any.
OptionsWidgetBase::validateElement in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php
Form validation handler for widget elements.
OptionsWidgetsTest::testCheckBoxes in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testRadioButtons in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
options_field_storage_config_update_forbid in core/modules/options/options.module
Implements hook_field_storage_config_update_forbid().
options_help in core/modules/options/options.module
Implements hook_help().
OverrideDisplaysTest::testOverrideDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testRevertAllDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that the revert to all displays select-option works as expected.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that the wizard correctly sets up default and overridden displays.
PageEditTest::testPageEdit in core/modules/block_content/src/Tests/PageEditTest.php
Checks block edit functionality.
PageNotFoundTest::testPageNotFound in core/modules/system/src/Tests/System/PageNotFoundTest.php
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.
PagePreviewTest::testPagePreviewWithRevisions in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality, when using revisions.
PagePreviewTest::testSimultaneousPreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview accessible for simultaneous node editing.
PagersCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php
Returns the label of the cache context.
PagerTest::testPagerConfigTranslation in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/src/Tests/Pager/PagerTest.php
Test proper functioning of the query parameters and the pager cache context.
PagerTest::testStorePagerSettings in core/modules/views/src/Tests/Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTitleTest::testTitleTags in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the handling of HTML in node titles.
PageTitleTest::testTitleXSS in core/modules/system/src/Tests/System/PageTitleTest.php
Test if the title of the site is XSS proof.
page_cache_help in core/modules/page_cache/page_cache.module
Implements hook_help().
PasswordConfirm::processPasswordConfirm in core/lib/Drupal/Core/Render/Element/PasswordConfirm.php
Expand a password_confirm field into two text boxes.
PasswordConfirm::validatePasswordConfirm in core/lib/Drupal/Core/Render/Element/PasswordConfirm.php
Validates a password_confirm element.
PathAdminTest::testPathFiltering in core/modules/path/src/Tests/PathAdminTest.php
Tests the filtering aspect of the Path UI.
PathAliasTest::testAdminAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testDuplicateNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests that duplicate aliases fail validation.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache in core/modules/path/src/Tests/PathAliasTest.php
Tests the path cache.
PathCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/PathCacheContext.php
Returns the label of the cache context.
PathElement::validateMatchedPath in core/lib/Drupal/Core/Render/Element/PathElement.php
Form element validation handler for matched_path elements.
PathElementFormTest::buildForm in core/modules/system/src/Tests/Element/PathElementFormTest.php
Form constructor.
PathElementFormTest::testPathElement in core/modules/system/src/Tests/Element/PathElementFormTest.php
Tests that default handlers are added even if custom are specified.
PathFormBase::validateForm in core/modules/path/src/Form/PathFormBase.php
Form validation handler.
PathItem::propertyDefinitions in core/modules/path/src/Plugin/Field/FieldType/PathItem.php
Defines field item properties.
PathLanguageTest::setUp in core/modules/path/src/Tests/PathLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
PathLanguageTest::testAliasTranslation in core/modules/path/src/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::setUp in core/modules/path/src/Tests/PathLanguageUiTest.php
Sets up a Drupal site for running functional and integration tests.
PathLanguageUiTest::testDefaultLanguageUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a non-default language URL alias works.
PathTaxonomyTermTest::setUp in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Sets up a Drupal site for running functional and integration tests.
PathTaxonomyTermTest::testTermAlias in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PathWidget::validateFormElement in core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php
Form element validation handler for URL alias form element.
path_form_node_form_alter in core/modules/path/path.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
path_help in core/modules/path/path.module
Implements hook_help().
PerformanceForm::buildForm in core/modules/system/src/Form/PerformanceForm.php
Form constructor.
PerformanceForm::submitCacheClear in core/modules/system/src/Form/PerformanceForm.php
Clears the caches.
PirateDayCacheContext::getLabel in core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php
Returns the label of the cache context.
PreviewTest::getPreviewAJAX in core/modules/views_ui/src/Tests/PreviewTest.php
Get the preview form and force an AJAX preview update.
PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/src/Tests/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewContextual in core/modules/views_ui/src/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests arguments in the preview form.
PrivateFileOnTranslatedEntityTest::setUp in core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
Sets up a Drupal site for running functional and integration tests.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
PrivateStream::getDescription in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns the description of the stream wrapper for use in the UI.
PrivateStream::getName in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns the name of the stream wrapper for use in the UI.
ProgrammaticTest::submitForm in core/modules/system/src/Tests/Form/ProgrammaticTest.php
Helper function used to programmatically submit the form defined in form_test.module with the given values.
PublicStream::getDescription in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the description of the stream wrapper for use in the UI.
PublicStream::getName in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the name of the stream wrapper for use in the UI.
QueryArgsCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php
Returns the label of the cache context.
QueryTest::testQueryUI in core/modules/views_ui/src/Tests/QueryTest.php
Tests query plugins settings.
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditFieldForm::buildEntity in core/modules/quickedit/src/Form/QuickEditFieldForm.php
Returns a cloned entity containing updated field values.
QuickEditFieldForm::buildForm in core/modules/quickedit/src/Form/QuickEditFieldForm.php
Builds a form for a single entity field.
QuickEditLoadingTest::testConcurrentEdit in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests Quick Edit on a node that was concurrently edited on the full node form.
QuickEditLoadingTest::testCustomPipeline in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests that Quick Edit works with custom render pipelines.
QuickEditLoadingTest::testImageField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests that Quick Edit can handle an image field.
QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserWithoutPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Test the loading of Quick Edit when a user doesn't have access to it.
QuickEditLoadingTest::testUserWithPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit when a user does have access to it.
quickedit_help in core/modules/quickedit/quickedit.module
Implements hook_help().
rdf_get_namespaces in core/modules/rdf/rdf.module
Retrieves RDF namespaces.
rdf_help in core/modules/rdf/rdf.module
Implements hook_help().
Rearrange::buildForm in core/modules/views_ui/src/Form/Ajax/Rearrange.php
Form constructor.
RearrangeFieldsTest::testRearrangeFields in core/modules/views_ui/src/Tests/RearrangeFieldsTest.php
Tests field sorting.
RearrangeFilter::buildForm in core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php
Form constructor.
RebuildPermissionsForm::getConfirmText in core/modules/node/src/Form/RebuildPermissionsForm.php
Returns a caption for the button that confirms the action.
RebuildPermissionsForm::getDescription in core/modules/node/src/Form/RebuildPermissionsForm.php
Returns additional text to display as a description.
RebuildPermissionsForm::getQuestion in core/modules/node/src/Form/RebuildPermissionsForm.php
Returns the question to ask the user.
RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/src/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RedirectTest::testRedirect in core/modules/views_ui/src/Tests/RedirectTest.php
Tests the redirecting.
RedirectTest::testRedirect in core/modules/system/src/Tests/Form/RedirectTest.php
Tests form redirection.
RedirectTest::testRedirectFromErrorPages in core/modules/system/src/Tests/Form/RedirectTest.php
Tests form redirection from 404/403 pages with the Block form.
reEnableModuleFieldTest::testReEnabledField in core/modules/field/src/Tests/reEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
RegionalForm::buildForm in core/modules/system/src/Form/RegionalForm.php
Form constructor.
RelationshipJoinTestBase::viewsData in core/modules/views/src/Tests/Plugin/RelationshipJoinTestBase.php
Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
ReorderDisplays::buildForm in core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
Form constructor.
RequestFormatCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
requirements1_test_requirements in core/modules/system/tests/modules/requirements1_test/requirements1_test.install
Implements hook_requirements().
ResizeImageEffect::buildConfigurationForm in core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
Form constructor.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
ResponsiveImageFieldUiTest::testResponsiveImageFormatterUI in core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
Tests formatter settings.
ResponsiveImageFormatter::settingsForm in core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
Returns a form to configure settings for the formatter.
ResponsiveImageFormatter::settingsSummary in core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
Returns a short summary for the current formatter settings.
ResponsiveImageStyleForm::form in core/modules/responsive_image/src/ResponsiveImageStyleForm.php
Overrides Drupal\Core\Entity\EntityForm::form().
ResponsiveImageStyleListBuilder::buildHeader in core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php
Builds the header row for the entity listing.
ResponsiveImageStyleListBuilder::getDefaultOperations in core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php
Gets this list's default operations.
responsive_image_help in core/modules/responsive_image/responsive_image.module
Implements hook_help().
rest_help in core/modules/rest/rest.module
Implements hook_help().
rest_requirements in core/modules/rest/rest.install
Implements hook_requirements().
RoleListBuilder::buildHeader in core/modules/user/src/RoleListBuilder.php
Builds the header row for the entity listing.
RoleListBuilder::getDefaultOperations in core/modules/user/src/RoleListBuilder.php
Gets this list's default operations.
RoleListBuilder::submitForm in core/modules/user/src/RoleListBuilder.php
Form submission handler.
RotateImageEffect::buildConfigurationForm in core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
Form constructor.
RouteCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php
Returns the label of the cache context.
RouteNameCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php
Returns the label of the cache context.
RowUITest::testRowUI in core/modules/views_ui/src/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
RssFeedsForm::buildForm in core/modules/system/src/Form/RssFeedsForm.php
Form constructor.
RssTest::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SaveTest::testFileSave in core/modules/file/src/Tests/SaveTest.php
SaveUploadTest::setUp in core/modules/file/src/Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/src/Tests/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testExistingError in core/modules/file/src/Tests/SaveUploadTest.php
Test for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in core/modules/file/src/Tests/SaveUploadTest.php
Test renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in core/modules/file/src/Tests/SaveUploadTest.php
Test replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in core/modules/file/src/Tests/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in core/modules/file/src/Tests/SaveUploadTest.php
Test extension handling.
SaveUploadTest::testHandleFileMunge in core/modules/file/src/Tests/SaveUploadTest.php
Test file munge handling.
SaveUploadTest::testNormal in core/modules/file/src/Tests/SaveUploadTest.php
Test the file_save_upload() function.
SaveUploadTest::testNoUpload in core/modules/file/src/Tests/SaveUploadTest.php
Test for no failures when not uploading a file.
ScaleImageEffect::buildConfigurationForm in core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
Form constructor.
Schema::addField in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add a new field to a table.
Schema::addField in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a new field to a table.
Schema::addField in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Add a new field to a table.
Schema::addIndex in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add an index.
Schema::addIndex in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add an index.
Schema::addIndex in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Add an index.
Schema::addPrimaryKey in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add a primary key.
Schema::addPrimaryKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a primary key.
Schema::addPrimaryKey in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Add a primary key.
Schema::addUniqueKey in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add a unique key.
Schema::addUniqueKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a unique key.
Schema::addUniqueKey in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Add a unique key.
Schema::changeField in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Change a field definition.
Schema::changeField in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Change a field definition.
Schema::changeField in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Change a field definition.
Schema::createTable in core/lib/Drupal/Core/Database/Schema.php
Create a new table from a Drupal table definition.
Schema::fieldSetDefault in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Set the default value for a field.
Schema::fieldSetDefault in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Set the default value for a field.
Schema::fieldSetDefault in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Set the default value for a field.
Schema::fieldSetNoDefault in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Set a field to have no default value.
Schema::fieldSetNoDefault in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Set a field to have no default value.
Schema::fieldSetNoDefault in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Set a field to have no default value.
Schema::renameTable in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Rename a table.
Schema::renameTable in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Rename a table.
Schema::renameTable in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Rename a table.
SearchAdvancedSearchFormTest::testFormRefill in core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
Tests that after submitting the advanced search form, the form is refilled.
SearchAdvancedSearchFormTest::testNodeType in core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
Tests advanced search by node type.
SearchBlockTest::testSearchFormBlock in core/modules/search/src/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchCommentCountToggleTest::setUp in core/modules/search/src/Tests/SearchCommentCountToggleTest.php
Sets up a Drupal site for running functional and integration tests.
SearchCommentCountToggleTest::testSearchCommentCountToggle in core/modules/search/src/Tests/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node
SearchCommentTest::assertCommentAccess in core/modules/search/src/Tests/SearchCommentTest.php
Update search index and search for comment.
SearchCommentTest::testAddNewComment in core/modules/search/src/Tests/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in core/modules/search/src/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchCommentTest::testSearchResultsCommentAccess in core/modules/search/src/Tests/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::setUp in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchConfigSettingsFormTest::testSearchModuleSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies plugin-supplied settings form.
SearchConfigSettingsFormTest::testSearchSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies the search settings form.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/src/Tests/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchExactTest::testExactQuery in core/modules/search/src/Tests/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchExtraTypeSearch::buildConfigurationForm in core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php
Form constructor.
SearchLanguageTest::testLanguages in core/modules/search/src/Tests/SearchLanguageTest.php
SearchMultilingualEntityTest::testMultilingualSearch in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Tests the indexing throttle and search results with multilingual nodes.
SearchMultilingualTest::testMultilingualSearchFilter in core/modules/views/src/Tests/SearchMultilingualTest.php
Tests search with multilingual nodes.
SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/modules/search/src/Tests/SearchNodeDiacriticsTest.php
Tests that search returns results with diacritics in the search phrase.
SearchNodePunctuationTest::testPhraseSearchPunctuation in core/modules/search/src/Tests/SearchNodePunctuationTest.php
Tests that search works with punctuation and HTML entities.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is properly updated when a node changes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is updated when a node is deleted.
SearchNumberMatchingTest::setUp in core/modules/search/src/Tests/SearchNumberMatchingTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTest::testNumberSearching in core/modules/search/src/Tests/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
SearchNumbersTest::setUp in core/modules/search/src/Tests/SearchNumbersTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTest::testNumberSearching in core/modules/search/src/Tests/SearchNumbersTest.php
Tests that all the numbers can be searched.
SearchPageCacheTagsTest::testSearchTagsBubbling in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
SearchPageCacheTagsTest::testSearchText in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of the expected cache tag in various situations.
SearchPageTextTest::testSearchLabelXSS in core/modules/search/src/Tests/SearchPageTextTest.php
Tests for XSS in search module local task.
SearchPageTextTest::testSearchText in core/modules/search/src/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchPreprocessLangcodeTest::testPreprocessLangcode in core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php
Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming in core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php
Tests stemming for hook_search_preprocess().
SearchQueryAlterTest::testQueryAlter in core/modules/search/src/Tests/SearchQueryAlterTest.php
Tests that the query alter works.
SearchRankingTest::testRankings in core/modules/search/src/Tests/SearchRankingTest.php
search_excerpt in core/modules/search/search.module
Returns snippets from a piece of text, with search keywords highlighted.
search_help in core/modules/search/search.module
Implements hook_help().
search_requirements in core/modules/search/search.install
Implements hook_requirements().
Select::processSelect in core/lib/Drupal/Core/Render/Element/Select.php
Processes a select list form element.
SelectTableSortDefaultTest::testTableSortDefaultSort in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms that tableselect is rendered without error.
SelectTableSortDefaultTest::testTableSortQuery in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
serialization_help in core/modules/serialization/serialization.module
Implements hook_help().
ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php
Tests that module service providers get registered to the DIC.
SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php
SessionHttpsTest::loginHttp in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Log in a user via HTTP.
SessionHttpsTest::loginHttps in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Log in a user via HTTPS.
SessionHttpsTest::testHttpsSession in core/modules/system/src/Tests/Session/SessionHttpsTest.php
SessionTest::testEmptyAnonymousSession in core/modules/system/src/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testSessionSaveRegenerate in core/modules/system/src/Tests/Session/SessionTest.php
Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
SetCustomize::actions in core/modules/shortcut/src/Form/SetCustomize.php
Returns an array of supported actions for the current entity form.
SetCustomize::form in core/modules/shortcut/src/Form/SetCustomize.php
Gets the actual form array to be built.
SetCustomize::save in core/modules/shortcut/src/Form/SetCustomize.php
Form submission handler for the 'save' action.
SettingsTest::testEditUI in core/modules/views_ui/src/Tests/SettingsTest.php
Tests the settings for the edit ui.
seven_form_node_form_alter in core/themes/seven/seven.theme
Implements hook_form_BASE_FORM_ID_alter().
ShapeItem::propertyDefinitions in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php
Defines field item properties.
Shortcut::baseFieldDefinitions in core/modules/shortcut/src/Entity/Shortcut.php
Provides base field definitions for an entity type.
ShortcutCacheTagsTest::createEntity in core/modules/shortcut/src/Tests/ShortcutCacheTagsTest.php
Creates the entity to be tested.
ShortcutLinksTest::testShortcutLinkAdd in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangePath in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that changing the path of a shortcut link works.
ShortcutLinksTest::testShortcutLinkRename in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that shortcut links can be renamed.
ShortcutSetDeleteForm::buildForm in core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php
Form constructor.
ShortcutSetForm::form in core/modules/shortcut/src/ShortcutSetForm.php
Gets the actual form array to be built.
ShortcutSetForm::save in core/modules/shortcut/src/ShortcutSetForm.php
Form submission handler for the 'save' action.
ShortcutSetListBuilder::buildHeader in core/modules/shortcut/src/ShortcutSetListBuilder.php
Builds the header row for the entity listing.
ShortcutSetListBuilder::getDefaultOperations in core/modules/shortcut/src/ShortcutSetListBuilder.php
Gets this list's default operations.
ShortcutSetsTest::testShortcutSetAdd in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetDelete in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests deleting a shortcut set.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetRename in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests renaming a shortcut set.
ShortcutSetsTest::testShortcutSetSwitchCreate in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTest::testShortcutSetSwitchOwn in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's own shortcut set.
ShortcutTestBase::setUp in core/modules/shortcut/src/Tests/ShortcutTestBase.php
Sets up a Drupal site for running functional and integration tests.
ShortcutTranslationUITest::doTestTranslationEdit in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Tests edit content translation.
shortcut_help in core/modules/shortcut/shortcut.module
Implements hook_help().
shortcut_preprocess_page_title in core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page title templates.
shortcut_toolbar in core/modules/shortcut/shortcut.module
Implements hook_toolbar().
SimpleTestBrowserTest::testInternalBrowser in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SimpleTestBrowserTest::testTestingThroughUI in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Tests that PHPUnit and KernelTestBase tests work through the UI.
SimpleTestTest::confirmStubTestResults in core/modules/simpletest/src/Tests/SimpleTestTest.php
Confirm that the stub test produced the desired results.
SimpleTestTest::stubTest in core/modules/simpletest/src/Tests/SimpleTestTest.php
Test to be run and the results confirmed.
SimpleTestTest::testWebTestRunner in core/modules/simpletest/src/Tests/SimpleTestTest.php
Ensures the tests selected through the web interface are run and displayed.
simpletest_clean_database in core/modules/simpletest/simpletest.module
Removes prefixed tables from the database from crashed tests.
simpletest_clean_environment in core/modules/simpletest/simpletest.module
Removes all temporary database tables and directories.
simpletest_clean_temporary_directories in core/modules/simpletest/simpletest.module
Finds all leftover temporary directories and removes them.
simpletest_help in core/modules/simpletest/simpletest.module
Implements hook_help().
simpletest_requirements in core/modules/simpletest/simpletest.install
Implements hook_requirements().
simpletest_run_tests in core/modules/simpletest/simpletest.module
Runs tests.
SiteCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php
Returns the label of the cache context.
SiteConfigureForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form constructor.
SiteInformationForm::buildForm in core/modules/system/src/Form/SiteInformationForm.php
Form constructor.
SiteMaintenanceModeForm::buildForm in core/modules/system/src/Form/SiteMaintenanceModeForm.php
Form constructor.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
SortingTest::testSorting in core/modules/views/src/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
Sql::saveIdMapping in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Saves a mapping from the source identifiers to the destination identifiers.
StandardInstallerTest::testInstaller in core/modules/system/src/Tests/Installer/StandardInstallerTest.php
Ensures that the user page is available after installation.
StandardTest::testStandard in core/profiles/standard/src/Tests/StandardTest.php
Tests Standard installation profile.
standard_form_install_configure_form_alter in core/profiles/standard/standard.profile
Implements hook_form_FORM_ID_alter() for install_configure_form().
standard_install in core/profiles/standard/standard.install
Implements hook_install().
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StateValuesCleanTest::testFormStateValuesClean in core/modules/system/src/Tests/Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StatisticsAdminTest::testStatisticsSettings in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsLoggingTest::setUp in core/modules/statistics/src/Tests/StatisticsLoggingTest.php
Sets up a Drupal site for running functional and integration tests.
StatisticsSettingsForm::buildForm in core/modules/statistics/src/StatisticsSettingsForm.php
Form constructor.
statistics_help in core/modules/statistics/statistics.module
Implements hook_help().
statistics_ranking in core/modules/statistics/statistics.module
Implements hook_ranking().
statistics_token_info in core/modules/statistics/statistics.tokens.inc
Implements hook_token_info().
statistics_views_data in core/modules/statistics/statistics.views.inc
Implements hook_views_data().
StatusMessages::renderMessages in core/lib/Drupal/Core/Render/Element/StatusMessages.php
#lazy_builder callback; replaces placeholder with messages.
StatusTest::testStatusPage in core/modules/system/src/Tests/System/StatusTest.php
Tests that the status page returns.
StorageTest::testDetails in core/modules/views_ui/src/Tests/StorageTest.php
Tests changing label, description and tag.
StreamWrapperTest::testUriFunctions in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test the getViaUri() and getViaScheme() methods and target functions.
StringFieldTest::_testTextfieldWidgets in core/modules/field/src/Tests/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StringItem::getConstraints in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php
Gets a list of validation constraints.
StringItem::storageSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php
Returns a form for the storage-level settings.
StringTextareaWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php
Returns a form to configure settings for the widget.
StringTextareaWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php
Returns a short summary for the current widget settings.
StringTextfieldWidget::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php
Returns a form to configure settings for the widget.
StringTextfieldWidget::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php
Returns a short summary for the current widget settings.
StylesCombo::getButtons in core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
Returns the buttons that this plugin provides, along with metadata.
StylesCombo::settingsForm in core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
Returns a settings form to configure this CKEditor plugin.
StylesCombo::validateStylesValue in core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
#element_validate handler for the "styles" element in settingsForm().
StyleSerializerTest::testFieldRawOutput in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the raw output options for row field rendering.
StyleSerializerTest::testResponseFormatConfiguration in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the response format configuration.
StyleSerializerTest::testSerializerViewsUI in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
StyleSerializerTest::testUIFieldAlias in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleTableTest::testWizard in core/modules/views_ui/src/Tests/StyleTableTest.php
Tests created a table style view.
StyleUITest::testStyleUI in core/modules/views_ui/src/Tests/StyleUITest.php
Tests changing the style plugin and changing some options of a style.
SyslogTest::testSettings in core/modules/syslog/src/Tests/SyslogTest.php
Tests the syslog settings page.
syslog_form_system_logging_settings_alter in core/modules/syslog/syslog.module
Implements hook_form_FORM_ID_alter().
syslog_help in core/modules/syslog/syslog.module
Implements hook_help().
SystemCompactLink::preRenderCompactLink in core/lib/Drupal/Core/Render/Element/SystemCompactLink.php
Pre-render callback: Renders a link into #markup.
SystemConfigFormTest::testSystemConfigForm in core/modules/system/src/Tests/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
SystemConfigFormTestBase::testConfigForm in core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
Submit the system_config_form ensure the configuration has expected values.
SystemInfoController::php in core/modules/system/src/Controller/SystemInfoController.php
Returns the contents of phpinfo().
SystemManager::getBlockContents in core/modules/system/src/SystemManager.php
Loads the contents of a menu block.
SystemTestController::drupalSetMessageTest in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Tests setting messages and removing one before it is displayed.
system_check_directory in core/modules/system/system.module
Checks the existence of the directory specified in $form_element.
system_filetransfer_info in core/modules/system/system.module
Implements hook_filetransfer_info().
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_post_update_recalculate_configuration_entity_dependencies in core/modules/system/system.post_update.php
Re-save all configuration entities to recalculate dependencies.
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_filetransfer_info in core/modules/system/tests/modules/system_test/system_test.module
Implements hook_filetransfer_info().
system_test_help in core/modules/system/tests/modules/system_test/system_test.module
Implements hook_help().
system_test_modules_installed in core/modules/system/tests/modules/system_test/system_test.module
Implements hook_modules_installed().
system_test_modules_uninstalled in core/modules/system/tests/modules/system_test/system_test.module
Implements hook_modules_uninstalled().
system_test_page_attachments in core/modules/system/tests/modules/system_test/system_test.module
Implements hook_page_attachments().
system_time_zones in core/modules/system/system.module
Generate an array of time zones and their local time&date.
system_token_info in core/modules/system/system.tokens.inc
Implements hook_token_info().
system_updater_info in core/modules/system/system.module
Implements hook_updater_info().
system_update_8001 in core/modules/system/system.install
system_update_8002 in core/modules/system/system.install
Removes the system.filter configuration.
system_update_8005 in core/modules/system/system.install
Place local actions and tasks blocks in every theme.
system_update_8006 in core/modules/system/system.install
Place branding blocks in every theme.
system_update_8010 in core/modules/system/system.install
Place page title blocks in every theme.
system_user_login in core/modules/system/system.module
Implements hook_user_login().
system_user_timezone in core/modules/system/system.module
Add the time zone field to the user edit and register forms.
Table::processTable in core/lib/Drupal/Core/Render/Element/Table.php
#process callback for #type 'table' to add tableselect support.
Table::validateTable in core/lib/Drupal/Core/Render/Element/Table.php
#element_validate callback for #type 'table'.
TableFormatter::viewElements in core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php
Builds a renderable array for a field value.
tablesort_header in core/includes/tablesort.inc
Formats a column header.
TaggedWithTest::testTaggedWith in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TaggedWithTest::testTaggedWithByNodeType in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Tests that the "tagged with" form element only shows for node types that support it.
Tasks::checkBinaryOutput in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check Binary Output.
Tasks::checkEncoding in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check encoding is UTF8.
Tasks::checkEngineVersion in core/lib/Drupal/Core/Database/Install/Tasks.php
Check the engine version.
Tasks::checkEngineVersion in core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Check the engine version.
Tasks::checkStandardConformingStrings in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Ensures standard_conforming_strings setting is 'on'.
Tasks::connect in core/lib/Drupal/Core/Database/Install/Tasks.php
Check if we can connect to the database.
Tasks::connect in core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Check if we can connect to the database.
Tasks::connect in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check if we can connect to the database.
Tasks::connect in core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Check if we can connect to the database.
Tasks::ensureInnoDbAvailable in core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Ensure that InnoDB is available.
Tasks::getFormOptions in core/lib/Drupal/Core/Database/Install/Tasks.php
Return driver specific configuration options.
Tasks::getFormOptions in core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Return driver specific configuration options.
Tasks::initializeDatabase in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Make PostgreSQL Drupal friendly.
Tasks::name in core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Return the human-readable name of the driver.
Tasks::name in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Return the human-readable name of the driver.
Tasks::name in core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Return the human-readable name of the driver.
Tasks::runTasks in core/lib/Drupal/Core/Database/Install/Tasks.php
Run database tasks and tests to see if Drupal can run on the database.
Tasks::runTestQuery in core/lib/Drupal/Core/Database/Install/Tasks.php
Run SQL tests to ensure the database can execute commands with the current user.
Tasks::validateDatabaseSettings in core/lib/Drupal/Core/Database/Install/Tasks.php
Validates driver specific configuration settings.
TaxonomyImageTest::testTaxonomyImageAccess in core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
TaxonomyMenuOperations::setUp in modules/taxonomy_menu/src/Tests/TaxonomyMenuOperations.php
Set up for all tests.
TaxonomyMenuOperations::testTaxTermCreate in modules/taxonomy_menu/src/Tests/TaxonomyMenuOperations.php
Test creation of taxonomy term.
TaxonomyMenuOperations::testTaxTermDelete in modules/taxonomy_menu/src/Tests/TaxonomyMenuOperations.php
Test deletion of taxonomy term.
TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermIndentationTest::testTermIndentation in core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php
Tests term indentation.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
taxonomy_help in core/modules/taxonomy/taxonomy.module
Implements hook_help().
taxonomy_token_info in core/modules/taxonomy/taxonomy.tokens.inc
Implements hook_token_info().
taxonomy_views_data_alter in core/modules/taxonomy/taxonomy.views.inc
Implements hook_views_data_alter().
taxonomy_views_plugins_argument_validator_alter in core/modules/taxonomy/taxonomy.views.inc
Implements hook_views_plugins_argument_validator_alter().
TelephoneDefaultWidget::settingsForm in core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php
Returns a form to configure settings for the widget.
TelephoneDefaultWidget::settingsSummary in core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php
Returns a short summary for the current widget settings.
TelephoneFieldTest::testTelephoneField in core/modules/telephone/src/Tests/TelephoneFieldTest.php
Helper function for testTelephoneField().
TelephoneItem::getConstraints in core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php
Gets a list of validation constraints.
TelephoneLinkFormatter::settingsForm in core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
Returns a form to configure settings for the formatter.
TelephoneLinkFormatter::settingsSummary in core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
Returns a short summary for the current formatter settings.
telephone_help in core/modules/telephone/telephone.module
Implements hook_help().
template_preprocess_comment in core/modules/comment/comment.module
Prepares variables for comment templates.
template_preprocess_field_multiple_value_form in core/includes/theme.inc
Prepares variables for individual form element templates.
template_preprocess_file_upload_help in core/modules/file/file.field.inc
Prepares variables for file upload help text 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_icon in core/modules/forum/forum.module
Prepares variables for forum icon templates.
template_preprocess_forum_list in core/modules/forum/forum.module
Prepares variables for forum list templates.
template_preprocess_html in core/includes/theme.inc
Prepares variables for HTML document templates.
template_preprocess_image_style_preview in core/modules/image/image.admin.inc
Prepares variables for image style preview templates.
template_preprocess_language_content_settings_table in core/modules/language/language.admin.inc
Prepares variables for language content settings table templates.
template_preprocess_language_negotiation_configure_form in core/modules/language/language.admin.inc
Prepares variables for language negotiation configuration form.
template_preprocess_locale_translation_last_check in core/modules/locale/locale.pages.inc
Prepares variables for most recent translation update templates.
template_preprocess_maintenance_task_list in core/includes/theme.inc
Prepares variables for maintenance task list templates.
template_preprocess_menu_local_task in core/includes/menu.inc
Prepares variables for single local task link templates.
template_preprocess_status_report in core/modules/system/system.admin.inc
Prepares variables for status report template.
template_preprocess_system_admin_index in core/modules/system/system.admin.inc
Prepares variables for admin index templates.
template_preprocess_system_themes_page in core/modules/system/system.admin.inc
Prepares variables for appearance page 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_update_report in core/modules/update/update.report.inc
Prepares variables for project status report templates.
template_preprocess_username in core/modules/user/user.module
Prepares variables for username templates.
template_preprocess_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI build group filter form templates.
template_preprocess_views_ui_display_tab_bucket in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI display tab bucket templates.
template_preprocess_views_ui_display_tab_setting in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI display tab setting templates.
template_preprocess_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI rearrange filter form templates.
template_preprocess_views_ui_style_plugin_table in core/modules/views_ui/views_ui.theme.inc
Prepares variables for style plugin table templates.
template_preprocess_views_ui_view_preview_section in core/modules/views_ui/views_ui.theme.inc
Prepares variables for views UI view preview section templates.
template_preprocess_views_view_table in core/modules/views/views.theme.inc
Prepares variables for views table templates.
TemporaryStream::getDescription in core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Returns the description of the stream wrapper for use in the UI.
TemporaryStream::getName in core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Returns the name of the stream wrapper for use in the UI.
TermIndexTest::testTaxonomyIndex in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
TermLanguageTest::testDefaultTermLanguage in core/modules/taxonomy/src/Tests/TermLanguageTest.php
TermLanguageTest::testTermLanguage in core/modules/taxonomy/src/Tests/TermLanguageTest.php
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/src/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testReSavingTags in core/modules/taxonomy/src/Tests/TermTest.php
Tests that editing and saving a node with no changes works correctly.
TermTest::testTaxonomyNode in core/modules/taxonomy/src/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTaxonomyTermHierarchy in core/modules/taxonomy/src/Tests/TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermMultipleParentsInterface in core/modules/taxonomy/src/Tests/TermTest.php
Test saving a term with multiple parents through the UI.
TermTest::testTermReorder in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationUITest::doTestTranslationEdit in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests edit content translation.
TermValidationTest::testValidation in core/modules/taxonomy/src/Tests/TermValidationTest.php
Tests the term validation constraints.
TermViewsData::getViewsData in core/modules/taxonomy/src/TermViewsData.php
Returns views data for the entity type.
TestClass::onKernelRequestTest in core/modules/system/tests/modules/service_provider_test/src/TestClass.php
A simple kernel listener method.
TestDrupal6SqlBase::fields in core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Returns available fields on the source.
TestFieldDefaultFormatter::settingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php
Returns a form to configure settings for the formatter.
TestFieldDefaultFormatter::settingsSummary in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php
Returns a short summary for the current formatter settings.
TestFieldEmptySettingFormatter::settingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php
Returns a form to configure settings for the formatter.
TestFieldEmptySettingFormatter::settingsSummary in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php
Returns a short summary for the current formatter settings.
TestFieldMultipleFormatter::settingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php
Returns a form to configure settings for the formatter.
TestFieldMultipleFormatter::settingsSummary in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php
Returns a short summary for the current formatter settings.
TestFieldPrepareViewFormatter::settingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php
Returns a form to configure settings for the formatter.
TestFieldPrepareViewFormatter::settingsSummary in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php
Returns a short summary for the current formatter settings.
TestFieldWidget::settingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php
Returns a form to configure settings for the widget.
TestFieldWidget::settingsSummary in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php
Returns a short summary for the current widget settings.
TestFieldWidgetMultiple::settingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php
Returns a form to configure settings for the widget.
TestFieldWidgetMultiple::settingsSummary in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php
Returns a short summary for the current widget settings.
TestItem::fieldSettingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Returns a form for the field-level settings.
TestItem::getConstraints in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Gets a list of validation constraints.
TestItem::storageSettingsForm in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Returns a form for the storage-level settings.
TestItemWithPreconfiguredOptions::getPreconfiguredOptions in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
Returns preconfigured field options for a field type.
TestPageTestController::testPage in core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php
Returns a test page and sets the title.
TestProcessor::buildConfigurationForm in core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php
Form constructor.
test_subtheme_views_post_render in core/modules/system/tests/themes/test_subtheme/test_subtheme.theme
Implements hook_views_post_render().
TextareaWithSummaryWidget::formElement in core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php
Returns the form for a single field widget.
TextareaWithSummaryWidget::settingsForm in core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php
Returns a form to configure settings for the widget.
TextareaWithSummaryWidget::settingsSummary in core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php
Returns a short summary for the current widget settings.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextFormat::processFormat in core/modules/filter/src/Element/TextFormat.php
Expands an element into a base element with text format selector attached.
TextItem::getConstraints in core/modules/text/src/Plugin/Field/FieldType/TextItem.php
Gets a list of validation constraints.
TextItem::storageSettingsForm in core/modules/text/src/Plugin/Field/FieldType/TextItem.php
Returns a form for the storage-level settings.
TextItemBase::propertyDefinitions in core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php
Defines field item properties.
TextTrimmedFormatter::settingsForm in core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php
Returns a form to configure settings for the formatter.
TextTrimmedFormatter::settingsSummary in core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php
Returns a short summary for the current formatter settings.
TextWithSummaryItem::fieldSettingsForm in core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
Returns a form for the field-level settings.
TextWithSummaryItem::propertyDefinitions in core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
Defines field item properties.
text_help in core/modules/text/text.module
Implements hook_help().
Theme::postInstallTasks in core/lib/Drupal/Core/Updater/Theme.php
Returns an array of links to pages that should be visited post operation.
ThemeCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php
Returns the label of the cache context.
ThemeManager::render in core/lib/Drupal/Core/Theme/ThemeManager.php
Generates themed output.
ThemeSettingsForm::buildForm in core/modules/system/src/Form/ThemeSettingsForm.php
ThemeTest::testAdministrationTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test the administration theme functionality.
ThemeTest::testInstallAndSetAsDefault in core/modules/system/src/Tests/System/ThemeTest.php
Tests installing a theme and setting it as default.
ThemeTest::testInvalidTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test themes can't be installed when the base theme or engine is missing.
ThemeTest::testSwitchDefaultTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testTaxonomyTermThemes in core/modules/taxonomy/src/Tests/ThemeTest.php
Test the theme used when adding, viewing and editing taxonomy terms.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
ThemeTest::testUninstallingThemes in core/modules/system/src/Tests/System/ThemeTest.php
Test uninstalling of themes works.
theme_memcache_admin_stats_raw_table in modules/memcache/memcache_admin/memcache_admin.module
theme_memcache_admin_stats_table in modules/memcache/memcache_admin/memcache_admin.module
Theme function for rendering the output from memcache_admin_stats
theme_render_and_autoescape in core/includes/theme.inc
Escapes and renders variables for theme functions.
TimeZoneCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php
Returns the label of the cache context.
TokenizeAreaPluginBase::tokenForm in core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php
Adds tokenization form elements.
TokenReplaceTest::testTaxonomyTokenReplacement in core/modules/taxonomy/src/Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests toolbar cache tags implementation.
ToolbarAdminMenuTest::testModuleStatusChangeSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests the toolbar_modules_installed() and toolbar_modules_uninstalled() hook implementations.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that changes to a user account by another user clears the changed account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
toolbar_help in core/modules/toolbar/toolbar.module
Implements hook_help().
toolbar_test_toolbar in core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module
Implements hook_toolbar().
toolbar_toolbar in core/modules/toolbar/toolbar.module
Implements hook_toolbar().
ToolkitSetupFormTest::testToolkitSetupForm in core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php
Test Image toolkit setup form.
TourTestController::tourTest1 in core/modules/tour/tests/tour_test/src/Controller/TourTestController.php
Outputs some content for testing tours.
TourTestController::tourTest2 in core/modules/tour/tests/tour_test/src/Controller/TourTestController.php
Outputs some content for testing tours.
TourViewBuilder::viewMultiple in core/modules/tour/src/TourViewBuilder.php
Builds the render array for the provided entities.
tour_help in core/modules/tour/tour.module
Implements hook_help().
tour_toolbar in core/modules/tour/tour.module
Implements hook_toolbar().
TrackerNodeAccessTest::testTrackerNodeAccess in core/modules/tracker/src/Tests/TrackerNodeAccessTest.php
Ensure private node on /tracker is only visible to users with permission.
TrackerTest::testTrackerAdminUnpublish in core/modules/tracker/src/Tests/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in core/modules/tracker/src/Tests/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerHistoryMetadata in core/modules/tracker/src/Tests/TrackerTest.php
Tests the metadata for the "new"/"updated" indicators.
TrackerTest::testTrackerOrderingNewComments in core/modules/tracker/src/Tests/TrackerTest.php
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
tracker_help in core/modules/tracker/tracker.module
Implements hook_help().
tracker_page in core/modules/tracker/tracker.pages.inc
Page callback: Generates a page of tracked nodes for the site.
tracker_views_data in core/modules/tracker/tracker.views.inc
Implements hook_views_data().
tracker_views_data_alter in core/modules/tracker/tracker.views.inc
Implements hook_views_data_alter().
TranslationsStream::getDescription in core/modules/locale/src/StreamWrapper/TranslationsStream.php
Returns the description of the stream wrapper for use in the UI.
TranslationsStream::getName in core/modules/locale/src/StreamWrapper/TranslationsStream.php
Returns the name of the stream wrapper for use in the UI.
TranslationWebTest::testFieldFormTranslationRevisions in core/modules/field/src/Tests/TranslationWebTest.php
Tests field translations when creating a new revision.
TRexEditor::settingsForm in core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php
Returns a settings form to configure this text editor.
TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that the status page shows the trusted patterns from settings.php.
TrustedHostsTest::testStatusPageWithoutConfiguration in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that the status page shows an error when the trusted host setting is missing from settings.php
TwigExtension::escapeFilter in core/lib/Drupal/Core/Template/TwigExtension.php
Overrides twig_escape_filter().
TwigExtension::renderVar in core/lib/Drupal/Core/Template/TwigExtension.php
Wrapper around render() for twig printed output.
TwigTransTest::installLanguages in core/modules/system/src/Tests/Theme/TwigTransTest.php
Helper function: install languages.
TypedDataTest::testTypedDataValidation in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests typed data validation.
UITestBase::randomView in core/modules/views_ui/src/Tests/UITestBase.php
A helper method which creates a random view.
unicode_requirements in core/includes/unicode.inc
Returns Unicode library status and errors.
UnicornEditor::settingsForm in core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php
Returns a settings form to configure this text editor.
UninstallTest::testFailedInstallStatus in core/modules/system/src/Tests/Module/UninstallTest.php
Tests that a module which fails to install can still be uninstalled.
UninstallTest::testUninstallPage in core/modules/system/src/Tests/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UnpublishByKeywordNode::buildConfigurationForm in core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php
Form constructor.
UnsavedPreviewTest::testUnsavedPageDisplayPreview in core/modules/views_ui/src/Tests/UnsavedPreviewTest.php
Tests previews of unsaved new page displays.
UpdateComplexTest::testSubSelectUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
Test UPDATE with a subselect value.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/src/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/src/Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/modules/update/src/Tests/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/src/Tests/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic in core/modules/update/src/Tests/UpdateContribTest.php
Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder in core/modules/update/src/Tests/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/src/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdateController::updateStatusManually in core/modules/update/src/Controller/UpdateController.php
Manually checks the update status without the use of cron.
UpdateCoreTest::testDatestampMismatch in core/modules/update/src/Tests/UpdateCoreTest.php
Ensures proper results where there are date mismatches among modules.
UpdateCoreTest::testLanguageModuleUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks language module in core package at admin/reports/updates.
UpdateCoreTest::testLocalActions in core/modules/update/src/Tests/UpdateCoreTest.php
Ensures that the local actions appear.
UpdateCoreTest::testMajorUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a major update is available.
UpdateCoreTest::testModulePageRegularUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron in core/modules/update/src/Tests/UpdateCoreTest.php
Checks that running cron updates the list of available updates.
UpdateCoreTest::testModulePageSecurityUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTest::testNormalUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testNoUpdatesAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when no updates are available.
UpdateCoreTest::testSecurityUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a security update is available.
UpdateCoreTest::testServiceUnavailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when the update server returns 503 errors.
UpdateFeedItemTest::testUpdateFeedItem in core/modules/aggregator/src/Tests/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed in core/modules/aggregator/src/Tests/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdatePathTestBase::runUpdates in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Helper function to run pending database updates.
Updater::factory in core/lib/Drupal/Core/Updater/Updater.php
Returns an Updater of the appropriate type depending on the source.
Updater::getExtensionInfo in core/lib/Drupal/Core/Updater/Updater.php
Get Extension information from directory.
Updater::getProjectTitle in core/lib/Drupal/Core/Updater/Updater.php
Returns the project name from a Drupal info file.
Updater::getUpdaterFromDirectory in core/lib/Drupal/Core/Updater/Updater.php
Determines which Updater class can operate on the given directory.
Updater::install in core/lib/Drupal/Core/Updater/Updater.php
Installs a Drupal project, returns a list of next actions.
Updater::prepareInstallDirectory in core/lib/Drupal/Core/Updater/Updater.php
Makes sure the installation parent directory exists and is writable.
Updater::update in core/lib/Drupal/Core/Updater/Updater.php
Updates a Drupal project and returns a list of next actions.
UpdateSchemaTest::testUpdateHooks in core/modules/system/src/Tests/Update/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::testNoUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php when there are no updates to apply.
UpdateScriptTest::testRequirements in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::updateScriptTest in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdateSettingsForm::buildForm in core/modules/update/src/UpdateSettingsForm.php
Form constructor.
UpdatesWith7xTest::testWith7x in core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
UpdateTestBase::standardTests in core/modules/update/src/Tests/UpdateTestBase.php
Runs a series of assertions that are applicable to all update statuses.
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/modules/update/src/Tests/UpdateUploadTest.php
Checks the messages on update manager pages when missing a security update.
UpdateUploadTest::testUploadModule in core/modules/update/src/Tests/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
update_authorize_batch_copy_project in core/modules/update/update.authorize.inc
Implements callback_batch_operation().
update_authorize_install_batch_finished in core/modules/update/update.authorize.inc
Implements callback_batch_finished().
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_authorize_update_batch_finished in core/modules/update/update.authorize.inc
Batch callback: Performs actions when the authorized update batch is done.
update_calculate_project_data in core/modules/update/update.compare.inc
Calculates the current update status of all projects on the site.
update_calculate_project_update_status in core/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_do_one in core/includes/update.inc
Implements callback_batch_operation().
update_fetch_data_finished in core/modules/update/update.module
Batch callback: Performs actions when all fetch tasks have been completed.
update_help in core/modules/update/update.module
Implements hook_help().
update_invoke_post_update in core/includes/update.inc
Executes a single hook_post_update_NAME().
update_language_list in core/includes/update.inc
Returns a list of languages set up on the site during upgrades.
update_mail in core/modules/update/update.module
Implements hook_mail().
update_manager_archive_extract in core/modules/update/update.manager.inc
Unpacks a downloaded archive file.
update_manager_batch_project_get in core/modules/update/update.manager.inc
Implements callback_batch_operation().
update_manager_download_batch_finished in core/modules/update/update.manager.inc
Batch callback: Performs actions when the download batch is completed.
update_process_project_info in core/modules/update/update.compare.inc
Determines version and type information for currently installed projects.
update_requirements in core/modules/update/update.install
Implements hook_requirements().
update_script_test_cache_flush in core/modules/system/tests/modules/update_script_test/update_script_test.module
Implements hook_cache_flush().
update_test_filetransfer_info in core/modules/update/tests/modules/update_test/update_test.module
Implements hook_filetransfer_info().
update_verify_update_archive in core/modules/update/update.module
Implements hook_verify_update_archive().
Url::validateUrl in core/lib/Drupal/Core/Render/Element/Url.php
Form element validation handler for #type 'url'.
UrlAlterFunctionalTest::testUrlAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UrlCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php
Returns the label of the cache context.
UrlTest::testFormUrl in core/modules/system/src/Tests/Form/UrlTest.php
Tests that #type 'url' fields are properly validated and trimmed.
User::baseFieldDefinitions in core/modules/user/src/Entity/User.php
Provides base field definitions for an entity type.
UserAccountLinksTest::testAccountPageTitles in core/modules/user/src/Tests/UserAccountLinksTest.php
Tests page title is set correctly on user account tabs.
UserAccountLinksTest::testDisabledAccountLink in core/modules/user/src/Tests/UserAccountLinksTest.php
Tests disabling the 'My account' link.
UserAdminLanguageTest::addCustomLanguage in core/modules/user/src/Tests/UserAdminLanguageTest.php
Helper method for adding a custom language.
UserAdminLanguageTest::setLanguageNegotiation in core/modules/user/src/Tests/UserAdminLanguageTest.php
Sets the User interface negotiation detection method.
UserAdminLanguageTest::testActualNegotiation in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests the actual language negotiation.
UserAdminListingTest::testUserListing in core/modules/user/src/Tests/UserAdminListingTest.php
Tests the listing.
UserAdminTest::testNotificationEmailAddress in core/modules/user/src/Tests/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserAdminTest::testUserAdmin in core/modules/user/src/Tests/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTest::testUserLoginBlock in core/modules/user/src/Tests/UserBlocksTest.php
Test the user login block.
UserBlocksTest::testWhosOnlineBlock in core/modules/user/src/Tests/UserBlocksTest.php
Test the Who's Online block.
UserCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/UserCacheContext.php
Returns the label of the cache context.
UserCancelTest::testMassUserCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymize in core/modules/user/src/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlock in core/modules/user/src/Tests/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/src/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserCancelChangePermission in core/modules/user/src/Tests/UserCancelTest.php
Test ability to change the permission for canceling users.
UserCancelTest::testUserCancelInvalid in core/modules/user/src/Tests/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 in core/modules/user/src/Tests/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/src/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in core/modules/user/src/Tests/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Tests deletion of a user account without an email address.
UserChangedTest::testChangedField in core/modules/user/src/Tests/Views/UserChangedTest.php
Tests changed field.
UserController::confirmCancel in core/modules/user/src/Controller/UserController.php
Confirms cancelling a user account via an email link.
UserCreateFailMailTest::testUserAdd in core/modules/user/src/Tests/UserCreateFailMailTest.php
Tests the create user administration page.
UserCreateTest::testUserAdd in core/modules/user/src/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserEditedOwnAccountTest::testUserEditedOwnAccount in core/modules/user/src/Tests/UserEditedOwnAccountTest.php
UserEditTest::testUserEdit in core/modules/user/src/Tests/UserEditTest.php
Test user edit page.
UserEditTest::testUserWith0Password in core/modules/user/src/Tests/UserEditTest.php
Tests setting the password to "0".
UserEditTest::testUserWithoutEmailEdit in core/modules/user/src/Tests/UserEditTest.php
Tests editing of a user account without an email address.
UserLanguageCreationTest::testLocalUserCreation in core/modules/user/src/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserLanguageTest::testUserLanguageConfiguration in core/modules/user/src/Tests/UserLanguageTest.php
Test if user can change their default language.
UserListBuilder::buildRow in core/modules/user/src/UserListBuilder.php
Builds a row for an entity in the entity listing.
UserLoginTest::assertFailedLogin in core/modules/user/src/Tests/UserLoginTest.php
Make an unsuccessful login attempt.
UserLoginTest::testLoginCacheTagsAndDestination in core/modules/user/src/Tests/UserLoginTest.php
Tests login with destination.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/src/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/user/src/Tests/UserPasswordResetTest.php
Test user password reset while logged in.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/src/Tests/UserPasswordResetTest.php
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTest::testAdministratorRole in core/modules/user/src/Tests/UserPermissionsTest.php
Test assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges in core/modules/user/src/Tests/UserPermissionsTest.php
Test changing user permissions through the permissions page.
UserPictureTest::saveUserPicture in core/modules/user/src/Tests/UserPictureTest.php
Edits the user picture for the test user.
UserPictureTest::testCreateDeletePicture in core/modules/user/src/Tests/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment in core/modules/user/src/Tests/UserPictureTest.php
Tests embedded users on node pages.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationEmailDuplicates in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRegistrationTest::testUniqueFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests username and email field constraints on user registration.
UserRegistrationTest::testUuidFormState in core/modules/user/src/Tests/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserRoleAdminTest::testRoleAdministration in core/modules/user/src/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleAdminTest::testRoleWeightOrdering in core/modules/user/src/Tests/UserRoleAdminTest.php
Test user role weight change operation and ordering.
UserRolesAssignmentTest::testAssignAndRemoveRole in core/modules/user/src/Tests/UserRolesAssignmentTest.php
Tests that a user can be assigned a role and that the role can be removed again.
UserRolesAssignmentTest::testCreateUserWithRole in core/modules/user/src/Tests/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserRolesCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php
Returns the label of the cache context.
UserSearchTest::testUserSearch in core/modules/user/src/Tests/UserSearchTest.php
UserTimeZoneTest::testUserTimeZone in core/modules/user/src/Tests/UserTimeZoneTest.php
Tests the display of dates and time when user-configurable time zones are set.
UserTokenReplaceTest::testUserTokenReplacement in core/modules/user/src/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UserTranslationUITest::doTestTranslationEdit in core/modules/user/src/Tests/UserTranslationUITest.php
Tests edit content translation.
UserValidationTest::assertAllowedValuesViolation in core/modules/user/src/Tests/UserValidationTest.php
Verifies that a AllowedValues violation exists for the given field.
UserValidationTest::assertLengthViolation in core/modules/user/src/Tests/UserValidationTest.php
Verifies that a length violation exists for the given field.
UserValidationTest::testValidation in core/modules/user/src/Tests/UserValidationTest.php
Runs entity validation checks.
UserViewsData::getViewsData in core/modules/user/src/UserViewsData.php
Returns views data for the entity type.
user_cancel in core/modules/user/user.module
Cancel a user account.
user_cancel_methods in core/modules/user/user.module
Helper function to return available account cancellation methods.
user_entity_extra_field_info in core/modules/user/user.module
Implements hook_entity_extra_field_info().
user_form_process_password_confirm in core/modules/user/user.module
Form element process handler for client-side password validation.
user_help in core/modules/user/user.module
Implements hook_help().
user_tokens in core/modules/user/user.tokens.inc
Implements hook_tokens().
user_token_info in core/modules/user/user.tokens.inc
Implements hook_token_info().
user_toolbar in core/modules/user/user.module
Implements hook_toolbar().
user_user_role_insert in core/modules/user/user.module
Implements hook_ENTITY_TYPE_insert() for user_role entities.
user_user_view in core/modules/user/user.module
Implements hook_ENTITY_TYPE_view() for user entities.
user_views_plugins_argument_validator_alter in core/modules/user/user.views.inc
Implements hook_views_plugins_argument_validator_alter().
ValidationTest::testCustomRequiredError in core/modules/system/src/Tests/Form/ValidationTest.php
Tests #required with custom validation errors.
ValidationTest::testPatternValidation in core/modules/system/src/Tests/Form/ValidationTest.php
Tests #pattern validation.
ValidationTest::testValidateLimitErrors in core/modules/system/src/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
ValidReferenceConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/ValidReferenceConstraintValidatorTest.php
Tests the ValidReferenceConstraintValidator.
VerticalTabs::processVerticalTabs in core/lib/Drupal/Core/Render/Element/VerticalTabs.php
Creates a group formatted as vertical tabs.
View::addDisplay in core/modules/views/src/Entity/View.php
Adds a new display handler to the view, automatically creating an ID.
View::render in core/modules/views/src/Plugin/views/area/View.php
Render the area.
ViewAddForm::form in core/modules/views_ui/src/ViewAddForm.php
Gets the actual form array to be built.
ViewEditTest::testDeleteLink in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the delete link on a views UI.
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the language options on the views edit form.
ViewEditTest::testOtherOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the machine name and administrative comment forms.
Views::getViewsAsOptions in core/modules/views/src/Views.php
Returns an array of view as options array, that can be used by select, checkboxes and radios as #options.
ViewsEntityRow::getDerivativeDefinitions in core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php
Gets the definition of all derivatives of a base plugin.
ViewsExposedFilterBlock::getDerivativeDefinitions in core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php
Gets the definition of all derivatives of a base plugin.
ViewsFormMainForm::buildForm in core/modules/views/src/Form/ViewsFormMainForm.php
Form constructor.
ViewsListTest::testViewsListLimit in core/modules/views_ui/src/Tests/ViewsListTest.php
Tests that the views list does not use a pager.
ViewsSelection::initializeView in core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
Initializes a view.
ViewsSelection::settingsFormValidate in core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
Element validate; Check View is valid.
ViewsTestCacheContext::getLabel in core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php
Returns the label of the cache context.
ViewsUIController::reportFields in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all instances of fields on any views.
ViewsUIController::reportPlugins in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all plugins and what enabled Views use them.
ViewsUITourTest::testViewsUiTourTips in core/modules/views_ui/src/Tests/ViewsUITourTest.php
Tests views_ui tour tip availability.
ViewsUITourTest::testViewsUiTourTipsTranslated in core/modules/views_ui/src/Tests/ViewsUITourTest.php
Tests views_ui tour tip availability in a different language.
views_element_validate_tags in core/modules/views/views.module
Validation callback for query tags.
views_field_default_views_data in core/modules/views/views.views.inc
Default views data implementation for a field.
views_help in core/modules/views/views.module
Implements hook_help().
views_test_data_views_analyze in core/modules/views/tests/modules/views_test_data/views_test_data.views.inc
Implements hook_views_analyze().
views_token_info in core/modules/views/views.tokens.inc
Implements hook_token_info().
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_help in core/modules/views_ui/views_ui.module
Implements hook_help().
views_ui_standard_display_dropdown in core/modules/views_ui/admin.inc
Add a <select> dropdown for a given section, allowing the user to change whether this info is stored on the default display or on the current display.
views_ui_test_views_preview_info_alter in core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.module
Implements hook_views_preview_info_alter().
views_ui_views_analyze in core/modules/views_ui/views_ui.module
Implements hook_views_analyze().
views_ui_view_preview_section_display_category_links in core/modules/views_ui/views_ui.module
Returns a link to editing a certain display setting.
views_ui_view_preview_section_handler_links in core/modules/views_ui/views_ui.module
Returns contextual links for each handler of a certain section.
views_views_data in core/modules/views/views.views.inc
Implements hook_views_data().
ViewTestBase::helperButtonHasLabel in core/modules/views/src/Tests/ViewTestBase.php
Asserts the existence of a button with a certain ID and label.
ViewUI::cacheSet in core/modules/views_ui/src/ViewUI.php
Sets a cached view object in the user 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
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests language settings for vocabularies.
VocabularyListBuilder::buildForm in core/modules/taxonomy/src/VocabularyListBuilder.php
Form constructor.
VocabularyListBuilder::buildHeader in core/modules/taxonomy/src/VocabularyListBuilder.php
Builds the header row for the entity listing.
VocabularyListBuilder::getDefaultOperations in core/modules/taxonomy/src/VocabularyListBuilder.php
Gets this list's default operations.
VocabularyListBuilder::render in core/modules/taxonomy/src/VocabularyListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
VocabularyListBuilder::submitForm in core/modules/taxonomy/src/VocabularyListBuilder.php
Form submission handler.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyTranslationTest::testVocabularyLanguage in core/modules/taxonomy/src/Tests/VocabularyTranslationTest.php
Tests language settings for vocabularies.
VocabularyUiTest::testTaxonomyAdminChangingWeights in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Changing weights on the vocabulary overview with two or more vocabularies.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Deleting a vocabulary.
VocabularyUiTest::testTaxonomyAdminNoVocabularies in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Test the vocabulary overview with no vocabularies.
VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Create, edit and delete a vocabulary via the user interface.
WebTestBase::drupalLogin in core/modules/simpletest/src/WebTestBase.php
Log in a user with the internal browser.
WidgetBase::formMultipleElements in core/lib/Drupal/Core/Field/WidgetBase.php
Special handling to create form elements for multiple values.
WizardTest::setUp in core/modules/comment/src/Tests/Views/WizardTest.php
Sets up a Drupal site for running functional and integration tests.
WizardTest::testCommentWizard in core/modules/comment/src/Tests/Views/WizardTest.php
Tests adding a view of comments.
WizardTest::testWizardFieldLength in core/modules/views_ui/src/Tests/WizardTest.php
Tests filling in the wizard with really long strings.
XssUnitTest::testT in core/modules/system/src/Tests/Common/XssUnitTest.php
Tests t() functionality.
Zip::__construct in core/lib/Drupal/Core/Archiver/Zip.php
Constructs a Zip object.
_batch_page in core/includes/batch.inc
Renders the batch processing page based on the current state of the 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 4.
_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_preprocess_language_content_settings_table in core/modules/content_translation/content_translation.admin.inc
(proxied) Implements hook_preprocess_HOOK();
_form_test_tableselect_get_data in core/modules/system/tests/modules/form_test/form_test.module
Create a header and options array. Helper function for callbacks.
_install_module_batch in core/includes/install.core.inc
Implements callback_batch_operation().
_memcache_admin_stats_average in modules/memcache/memcache_admin/memcache_admin.module
Statistics report: calculate per-connection averages.
_memcache_admin_stats_connections in modules/memcache/memcache_admin/memcache_admin.module
_memcache_admin_stats_counters in modules/memcache/memcache_admin/memcache_admin.module
Statistics report: calculate # of increments and decrements.
_memcache_admin_stats_gets in modules/memcache/memcache_admin/memcache_admin.module
Statistics report: calculate # of get cmds, broken down by hits and misses.
_memcache_admin_stats_memory in modules/memcache/memcache_admin/memcache_admin.module
Statistics report: calculate available memory.
_memcache_admin_stats_sets in modules/memcache/memcache_admin/memcache_admin.module
Statistics report: calculate # of set cmds and total cmds.
_memcache_admin_stats_transfer in modules/memcache/memcache_admin/memcache_admin.module
Statistics report: calculate bytes transferred.
_node_access_rebuild_batch_finished in core/modules/node/node.module
Implements callback_batch_finished().
_node_mass_update_batch_finished in core/modules/node/node.admin.inc
Implements callback_batch_finished().
_simpletest_batch_finished in core/modules/simpletest/simpletest.module
Implements callback_batch_finished().
_simpletest_batch_operation in core/modules/simpletest/simpletest.module
Implements callback_batch_operation().
_system_rebuild_module_data_ensure_required in core/modules/system/system.module
Ensures that dependencies of required modules are also required.
_update_manager_check_backends in core/modules/update/update.manager.inc
Checks for file transfer backends and prepares a form fragment about them.
_update_message_text in core/modules/update/update.module
Returns the appropriate message text when site is out of date or not secure.
_update_no_data in core/modules/update/update.module
Returns a warning message when there is no data about available updates.
_update_requirement_check in core/modules/update/update.install
Fills in the requirements array.
_user_cancel in core/modules/user/user.module
Implements callback_batch_operation().
_views_file_status in core/modules/file/file.module
Formats human-readable version of file status.