335 string references to 'Comment'
- ActionTest::providerSource in core/
modules/ action/ tests/ src/ Kernel/ Plugin/ migrate/ source/ ActionTest.php - The data provider.
- AuthorNameFormatter::isApplicable in core/
modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ AuthorNameFormatter.php - Returns if the formatter can be used for the provided field.
- BigPipeRegressionTest::testCommentForm_2698811 in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Ensure comment form works with history and big_pipe modules.
- CategoryAutocompleteTest::providerTestAutocompleteSuggestions in core/
modules/ block/ tests/ src/ Unit/ CategoryAutocompleteTest.php - Data provider for testAutocompleteSuggestions().
- CategoryAutocompleteTest::setUp in core/
modules/ block/ tests/ src/ Unit/ CategoryAutocompleteTest.php - comment.info.yml in core/
modules/ comment/ comment.info.yml - core/modules/comment/comment.info.yml
- comment.migrate_drupal.yml in core/
modules/ comment/ migrations/ state/ comment.migrate_drupal.yml - core/modules/comment/migrations/state/comment.migrate_drupal.yml
- comment.routing.yml in core/
modules/ comment/ comment.routing.yml - core/modules/comment/comment.routing.yml
- comment.type.comment.yml in core/
profiles/ standard/ config/ install/ comment.type.comment.yml - core/profiles/standard/config/install/comment.type.comment.yml
- comment.views.schema.yml in core/
modules/ comment/ config/ schema/ comment.views.schema.yml - core/modules/comment/config/schema/comment.views.schema.yml
- Comment::baseFieldDefinitions in core/
modules/ comment/ src/ Entity/ Comment.php - Comment::defaultDisplayOptions in core/
modules/ comment/ src/ Plugin/ views/ wizard/ Comment.php - Assembles the default display options for the view.
- Comment::postDelete in core/
modules/ comment/ src/ Entity/ Comment.php - Acts on deleted entities before the delete hook is invoked.
- Comment::prepareComment in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d6/ Comment.php - Provides a BC layer for deprecated sources.
- Comment::prepareRow in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d7/ Comment.php - Adds additional data to the row.
- Comment::query in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d6/ Comment.php - CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView in core/
modules/ comment/ tests/ src/ Functional/ CommentAccessTest.php - Tests cannot view comment reply form on entities you cannot view.
- CommentActionsTest::testCommentPublishUnpublishActions in core/
modules/ comment/ tests/ src/ Functional/ CommentActionsTest.php - Tests comment publish and unpublish actions.
- CommentActionsTest::testCommentUnpublishByKeyword in core/
modules/ comment/ tests/ src/ Functional/ CommentActionsTest.php - Tests the unpublish comment by keyword action.
- CommentAdminOverview::__construct in core/
modules/ comment/ src/ Form/ CommentAdminOverview.php - Creates a CommentAdminOverview form.
- CommentAdminTest::setUp in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Test comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - Test comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalNodeInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests comment approval functionality through the node interface.
- CommentAdminViewTest::doTestFilters in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentAdminViewTest.php - Tests comment admin view display.
- CommentAdminViewTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentAdminViewTest.php - CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook in core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentAdminViewUpdateTest.php - Tests that comment admin view is enabled after update.
- CommentAttributesTest::saveComment in core/
modules/ rdf/ tests/ src/ Functional/ CommentAttributesTest.php - Creates a comment entity.
- CommentAttributesTest::setUp in core/
modules/ rdf/ tests/ src/ Functional/ CommentAttributesTest.php - CommentBaseFieldTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentBaseFieldTest.php - CommentBookTest::testBookCommentPrint in core/
modules/ comment/ tests/ src/ Functional/ CommentBookTest.php - Tests comments in book export.
- CommentBreadcrumbBuilder::__construct in core/
modules/ comment/ src/ CommentBreadcrumbBuilder.php - Constructs the CommentBreadcrumbBuilder.
- CommentBulkFormTest::testConstructor in core/
modules/ comment/ tests/ src/ Unit/ Plugin/ views/ field/ CommentBulkFormTest.php - Tests the constructor assignment of actions.
- CommentBundlesTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentBundlesTest.php - CommentBundlesTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentBundlesTest.php - CommentBundlesTest::testEntityIdField in core/
modules/ comment/ tests/ src/ Kernel/ CommentBundlesTest.php - Test that the entity_id field is set correctly for each comment bundle.
- CommentCacheTagsTest::createEntity in core/
modules/ comment/ tests/ src/ Functional/ CommentCacheTagsTest.php - Creates the entity to be tested.
- CommentCacheTagsTest::testCommentEntity in core/
modules/ comment/ tests/ src/ Functional/ CommentCacheTagsTest.php - Test that comments correctly invalidate the cache tag of their host entity.
- CommentCSSTest::testCommentClasses in core/
modules/ comment/ tests/ src/ Functional/ CommentCSSTest.php - Tests CSS classes on comments.
- CommentDefaultFormatter::getViewModes in core/
modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ CommentDefaultFormatter.php - Provides a list of comment view modes for the configured comment type.
- CommentDefaultFormatter::__construct in core/
modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ CommentDefaultFormatter.php - Constructs a new CommentDefaultFormatter.
- CommentDefaultFormatterCacheTagsTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentDefaultFormatterCacheTagsTest.php - CommentDefaultFormatterCacheTagsTest::testCacheTags in core/
modules/ comment/ tests/ src/ Kernel/ CommentDefaultFormatterCacheTagsTest.php - Tests the bubbling of cache tags.
- CommentEntityTranslation::prepareRow in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d7/ CommentEntityTranslation.php - Adds additional data to the row.
- CommentEntityTranslation::query in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d7/ CommentEntityTranslation.php - CommentEntityTranslationTest::providerSource in core/
modules/ comment/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ CommentEntityTranslationTest.php - The data provider.
- CommentFieldAccessTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentFieldAccessTest.php - CommentFieldAccessTest::testAccessToAdministrativeFields in core/
modules/ comment/ tests/ src/ Kernel/ CommentFieldAccessTest.php - Test permissions on comment fields.
- CommentFieldFilterTest::setUp in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentFieldFilterTest.php - CommentFieldNameTest::testCommentFieldName in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentFieldNameTest.php - Test comment field name.
- CommentFieldsTest::testCommentDefaultFields in core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php - Tests that the default 'comment_body' field is correctly added.
- CommentFieldsTest::testCommentFieldCreate in core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php - Tests creating a comment field through the interface.
- CommentFieldsTest::testCommentInstallAfterContentModule in core/
modules/ comment/ tests/ src/ Functional/ 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.
- CommentHostnameUpdateTest::testCommentUpdate8600 in core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentHostnameUpdateTest.php - Tests comment_update_8600().
- CommentIntegrationTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentIntegrationTest.php - CommentIntegrationTest::testCommentDefaultOwner in core/
modules/ comment/ tests/ src/ Kernel/ CommentIntegrationTest.php - Test the default owner of comment entities.
- CommentInterfaceTest::testViewMode in core/
modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php - Tests the comment formatter configured with a custom comment view mode.
- CommentItemTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentItemTest.php - Set the default field storage backend for fields created during tests.
- CommentItemTest::testCommentAuthorName in core/
modules/ comment/ tests/ src/ Kernel/ CommentItemTest.php - Tests comment author name.
- CommentItemTest::testCommentItem in core/
modules/ comment/ tests/ src/ Kernel/ CommentItemTest.php - Tests using entity fields of the comment field type.
- CommentLanguageTest::setUp in core/
modules/ comment/ tests/ src/ Functional/ CommentLanguageTest.php - CommentLegacyTest::createComment in core/
modules/ comment/ tests/ src/ Kernel/ CommentLegacyTest.php - Constructs comment entity.
- CommentLegacyTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentLegacyTest.php - CommentLinkBuilder::buildCommentedEntityLinks in core/
modules/ comment/ src/ CommentLinkBuilder.php - Builds links for the given entity.
- CommentLinkBuilderTest::getLinkCombinations in core/
modules/ comment/ tests/ src/ Unit/ CommentLinkBuilderTest.php - Data provider for ::testCommentLinkBuilder.
- CommentLinksTest::testCommentLinks in core/
modules/ comment/ tests/ src/ Functional/ CommentLinksTest.php - Tests that comment links are output and can be hidden.
- CommentLinksTest::testLinkApprove in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Test the comment approve link.
- CommentLinksTest::testLinkReply in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Test the comment reply link.
- CommentManager::addBodyField in core/
modules/ comment/ src/ CommentManager.php - Creates a comment_body field.
- CommentManager::addBodyField in core/
modules/ comment/ src/ CommentManager.php - Creates a comment_body field.
- CommentManager::getFields in core/
modules/ comment/ src/ CommentManager.php - Utility function to return an array of comment fields.
- CommentManagerTest::testGetFields in core/
modules/ comment/ tests/ src/ Unit/ CommentManagerTest.php - Tests the getFields method.
- CommentNewIndicatorTest::renderNewCommentsNodeLinks in core/
modules/ comment/ tests/ src/ Functional/ CommentNewIndicatorTest.php - Get node "x new comments" metadata from the server for the current user.
- CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/
modules/ comment/ tests/ src/ Functional/ CommentNewIndicatorTest.php - Tests new comment marker.
- CommentNonNodeTest::postComment in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Posts a comment.
- CommentNonNodeTest::setUp in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - CommentNonNodeTest::testCommentFunctionality in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Tests anonymous comment functionality.
- CommentNonNodeTest::testCommentFunctionality in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Tests anonymous comment functionality.
- CommentNonNodeTest::testsNonIntegerIdEntities in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Tests comment fields cannot be added to entity types without integer IDs.
- CommentOrphanTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentOrphanTest.php - CommentOrphanTest::testOrphan in core/
modules/ comment/ tests/ src/ Kernel/ CommentOrphanTest.php - Test loading/deleting/rendering orphaned comments.
- CommentPagerTest::testCommentNewPageIndicator in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Tests calculation of first page with new comment.
- CommentPagerTest::testTwoPagers in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Confirms comment paging works correctly with two pagers.
- CommentPermalinkFormatter::isApplicable in core/
modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ CommentPermalinkFormatter.php - Returns if the formatter can be used for the provided field.
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment edit, preview, and save.
- CommentResourceTestBase::createEntity in core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentResourceTestBase.php - Creates the entity to be tested.
- CommentResourceTestBase::getExpectedNormalizedEntity in core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentResourceTestBase.php - Returns the expected normalization of the entity.
- CommentResourceTestBase::getNormalizedPostEntity in core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentResourceTestBase.php - Returns the normalized POST entity.
- CommentRestExportTest::setUp in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentRestExportTest.php - CommentRssTest::testCommentRss in core/
modules/ comment/ tests/ src/ Functional/ CommentRssTest.php - Tests comments as part of an RSS feed.
- CommentStringIdEntitiesTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentStringIdEntitiesTest.php - CommentStringIdEntitiesTest::testCommentFieldNonStringId in core/
modules/ comment/ tests/ src/ Kernel/ CommentStringIdEntitiesTest.php - Tests that comment fields cannot be added entities with non-integer IDs.
- CommentTest::createEntity in core/
modules/ jsonapi/ tests/ src/ Functional/ CommentTest.php - Creates the entity to be tested.
- CommentTest::getExpectedDocument in core/
modules/ jsonapi/ tests/ src/ Functional/ CommentTest.php - Returns the expected JSON:API document for the entity.
- CommentTest::getPostDocument in core/
modules/ jsonapi/ tests/ src/ Functional/ CommentTest.php - Returns the JSON:API POST document.
- CommentTest::providerSource in core/
modules/ comment/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ CommentTest.php - The data provider.
- CommentTestBase::setCommentSubject in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets the value governing whether the subject field should be enabled.
- CommentTestBase::setCommentSubject in core/
modules/ comment/ tests/ src/ Functional/ CommentTestBase.php - Sets the value governing whether the subject field should be enabled.
- CommentTestBase::setUp in core/
modules/ comment/ src/ Tests/ Views/ CommentTestBase.php - Sets up a Drupal site for running functional and integration tests.
- CommentTestBase::setUp in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentTestBase.php - CommentTokenReplaceTest::testCommentTokenReplacement in core/
modules/ comment/ tests/ src/ Functional/ CommentTokenReplaceTest.php - Creates a comment, then tests the tokens generated from it.
- CommentTranslationUITest::createEntity in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - Creates the entity to be translated.
- CommentTranslationUITest::setUp in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - CommentTranslationUITest::setupBundle in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - Creates or initializes the bundle date if needed.
- CommentTranslationUITest::testTranslateLinkCommentAdminPage in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - Tests translate link on comment content admin page.
- CommentType::query in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d7/ CommentType.php - CommentTypeDeleteForm::create in core/
modules/ comment/ src/ Form/ CommentTypeDeleteForm.php - Instantiates a new instance of this class.
- CommentTypeForm::create in core/
modules/ comment/ src/ CommentTypeForm.php - Instantiates a new instance of this class.
- CommentTypeForm::form in core/
modules/ comment/ src/ CommentTypeForm.php - Gets the actual form array to be built.
- CommentTypeTest::providerSource in core/
modules/ comment/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ CommentTypeTest.php - The data provider.
- CommentTypeTest::testCommentTypeDeletion in core/
modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php - Tests deleting a comment type that still has content.
- CommentTypeTest::testCommentTypeEditing in core/
modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php - Tests editing a comment type using the UI.
- CommentTypeTest::testCommentTypeEditing in core/
modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php - Tests editing a comment type using the UI.
- CommentUninstallTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentUninstallTest.php - CommentUninstallTest::testCommentUninstallWithField in core/
modules/ comment/ tests/ src/ Kernel/ CommentUninstallTest.php - Tests if comment module uninstall fails if the field exists.
- CommentUninstallTest::testCommentUninstallWithoutField in core/
modules/ comment/ tests/ src/ Kernel/ CommentUninstallTest.php - Tests if uninstallation succeeds if the field has been deleted beforehand.
- CommentUpdateTest::testOwnerEntityKey in core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentUpdateTest.php - Tests that the comment entity type has an 'owner' entity key.
- CommentUpdateTest::testPublishedEntityKey in core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentUpdateTest.php - Tests that the comment entity type has a 'published' entity key.
- CommentUserNameTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentUserNameTest.php - CommentValidationTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentValidationTest.php - CommentValidationTest::testValidation in core/
modules/ comment/ tests/ src/ Kernel/ CommentValidationTest.php - Tests the comment validation constraints.
- CommentVariable::getCommentVariables in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d6/ CommentVariable.php - Retrieves the values of the comment variables grouped by node type.
- CommentVariablePerCommentType::getCommentVariables in core/
modules/ comment/ src/ Plugin/ migrate/ source/ d6/ CommentVariablePerCommentType.php - Retrieves the values of the comment variables grouped by comment type.
- CommentVariablePerCommentTypeTest::providerSource in core/
modules/ comment/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d6/ CommentVariablePerCommentTypeTest.php - The data provider.
- CommentVariableTest::providerSource in core/
modules/ comment/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d6/ CommentVariableTest.php - The data provider.
- CommentViewsData::getViewsData in core/
modules/ comment/ src/ CommentViewsData.php - Returns views data for the entity type.
- CommentViewsData::getViewsData in core/
modules/ comment/ src/ CommentViewsData.php - Returns views data for the entity type.
- CommentViewsFieldAccessTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentViewsFieldAccessTest.php - CommentViewsFieldAccessTest::testCommentFields in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentViewsFieldAccessTest.php - Check access for comment fields.
- CommentViewsKernelTestBase::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentViewsKernelTestBase.php - comment_entity_predelete in core/
modules/ comment/ comment.module - Implements hook_entity_predelete().
- comment_entity_view_display_presave in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
- comment_field_config_create in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_create() for 'field_config'.
- comment_field_config_delete in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_delete() for 'field_config'.
- comment_field_config_update in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_update() for 'field_config'.
- comment_field_storage_config_insert in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_insert() for 'field_storage_config'.
- comment_form_field_ui_display_overview_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter().
- comment_form_field_ui_field_storage_add_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter() for field_ui_field_storage_add_form.
- comment_form_field_ui_form_display_overview_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter().
- comment_preprocess_block in core/
modules/ comment/ comment.module - Implements hook_preprocess_HOOK() for block templates.
- comment_preprocess_field in core/
modules/ comment/ comment.module - Prepares variables for comment field templates.
- comment_requirements in core/
modules/ comment/ comment.install - Implements hook_requirements().
- comment_tokens in core/
modules/ comment/ comment.tokens.inc - Implements hook_tokens().
- comment_token_info in core/
modules/ comment/ comment.tokens.inc - Implements hook_token_info().
- comment_uninstall in core/
modules/ comment/ comment.install - Implements hook_uninstall().
- comment_update_8300 in core/
modules/ comment/ comment.install - Update status field.
- comment_update_8301 in core/
modules/ comment/ comment.install - Set the 'published' entity key.
- comment_update_8400 in core/
modules/ comment/ comment.install - Update the status field.
- comment_update_8600 in core/
modules/ comment/ comment.install - Configure the comment hostname base field to use a default value callback.
- comment_update_8700 in core/
modules/ comment/ comment.install - Set the 'owner' entity key and update the field.
- comment_update_8701 in core/
modules/ comment/ comment.install - Make the 'entity_type' and 'field_name' comment fields required.
- comment_user_predelete in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_predelete() for user entities.
- comment_views_data_alter in core/
modules/ comment/ comment.views.inc - Implements hook_views_data_alter().
- comment_views_data_alter in core/
modules/ comment/ comment.views.inc - Implements hook_views_data_alter().
- ContentTranslationSettingsTest::testSettingsUI in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSettingsTest.php - Tests that the settings UI works as expected.
- core.entity_form_display.comment.comment.default.yml in core/
profiles/ standard/ config/ install/ core.entity_form_display.comment.comment.default.yml - core/profiles/standard/config/install/core.entity_form_display.comment.comment.default.yml
- core.entity_form_display.comment.comment_forum.default.yml in core/
modules/ forum/ config/ optional/ core.entity_form_display.comment.comment_forum.default.yml - core/modules/forum/config/optional/core.entity_form_display.comment.comment_forum.default.yml
- core.entity_form_display.node.article.default.yml in core/
profiles/ standard/ config/ install/ core.entity_form_display.node.article.default.yml - core/profiles/standard/config/install/core.entity_form_display.node.article.default.yml
- core.entity_form_display.node.forum.default.yml in core/
modules/ forum/ config/ optional/ core.entity_form_display.node.forum.default.yml - core/modules/forum/config/optional/core.entity_form_display.node.forum.default.yml
- core.entity_view_display.comment.comment.default.yml in core/
profiles/ standard/ config/ install/ core.entity_view_display.comment.comment.default.yml - core/profiles/standard/config/install/core.entity_view_display.comment.comment.default.yml
- core.entity_view_display.comment.comment_forum.default.yml in core/
modules/ forum/ config/ optional/ core.entity_view_display.comment.comment_forum.default.yml - core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml
- core.entity_view_display.node.article.default.yml in core/
profiles/ standard/ config/ install/ core.entity_view_display.node.article.default.yml - core/profiles/standard/config/install/core.entity_view_display.node.article.default.yml
- core.entity_view_display.node.article.default_2677990.yml in core/
modules/ file/ tests/ fixtures/ update/ core.entity_view_display.node.article.default_2677990.yml - core/modules/file/tests/fixtures/update/core.entity_view_display.node.article.default_2677990.yml
- core.entity_view_display.node.forum.default.yml in core/
modules/ forum/ config/ optional/ core.entity_view_display.node.forum.default.yml - core/modules/forum/config/optional/core.entity_view_display.node.forum.default.yml
- core.entity_view_mode.comment.full.yml in core/
modules/ comment/ config/ install/ core.entity_view_mode.comment.full.yml - core/modules/comment/config/install/core.entity_view_mode.comment.full.yml
- CreateSampleEntityTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ CreateSampleEntityTest.php - CreateTestContentEntitiesTrait::createContent in core/
modules/ migrate_drupal/ tests/ src/ Traits/ CreateTestContentEntitiesTrait.php - Create several pieces of generic content.
- CreateTestContentEntitiesTrait::createContentPostUpgrade in core/
modules/ migrate_drupal/ tests/ src/ Traits/ CreateTestContentEntitiesTrait.php - Create several pieces of generic content.
- CreateTestContentEntitiesTrait::getRequiredModules in core/
modules/ migrate_drupal/ tests/ src/ Traits/ CreateTestContentEntitiesTrait.php - Gets required modules.
- CreateTestContentEntitiesTrait::installEntitySchemas in core/
modules/ migrate_drupal/ tests/ src/ Traits/ CreateTestContentEntitiesTrait.php - Install required entity schemas.
- d6_comment.yml in core/
modules/ comment/ migrations/ d6_comment.yml - core/modules/comment/migrations/d6_comment.yml
- d6_comment_entity_form_display_subject.yml in core/
modules/ comment/ migrations/ d6_comment_entity_form_display_subject.yml - core/modules/comment/migrations/d6_comment_entity_form_display_subject.yml
- d6_comment_field.yml in core/
modules/ comment/ migrations/ d6_comment_field.yml - core/modules/comment/migrations/d6_comment_field.yml
- d6_comment_field_instance.yml in core/
modules/ comment/ migrations/ d6_comment_field_instance.yml - core/modules/comment/migrations/d6_comment_field_instance.yml
- d6_comment_type.yml in core/
modules/ comment/ migrations/ d6_comment_type.yml - core/modules/comment/migrations/d6_comment_type.yml
- d6_language_content_comment_settings.yml in core/
modules/ content_translation/ migrations/ d6_language_content_comment_settings.yml - core/modules/content_translation/migrations/d6_language_content_comment_settings.yml
- D7Comment::getProcess in core/
modules/ comment/ src/ Plugin/ migrate/ D7Comment.php - Get the normalized process pipeline configuration describing the process plugins.
- D7NodeDeriver::getDerivativeDefinitions in core/
modules/ node/ src/ Plugin/ migrate/ D7NodeDeriver.php - Gets the definition of all derivatives of a base plugin.
- d7_comment_entity_form_display_subject.yml in core/
modules/ comment/ migrations/ d7_comment_entity_form_display_subject.yml - core/modules/comment/migrations/d7_comment_entity_form_display_subject.yml
- d7_comment_field.yml in core/
modules/ comment/ migrations/ d7_comment_field.yml - core/modules/comment/migrations/d7_comment_field.yml
- d7_comment_field_instance.yml in core/
modules/ comment/ migrations/ d7_comment_field_instance.yml - core/modules/comment/migrations/d7_comment_field_instance.yml
- d7_comment_type.yml in core/
modules/ comment/ migrations/ d7_comment_type.yml - core/modules/comment/migrations/d7_comment_type.yml
- d7_language_content_comment_settings.yml in core/
modules/ content_translation/ migrations/ d7_language_content_comment_settings.yml - core/modules/content_translation/migrations/d7_language_content_comment_settings.yml
- DefaultViewRecentCommentsTest::setUp in core/
modules/ comment/ tests/ src/ Functional/ Views/ DefaultViewRecentCommentsTest.php - DefaultViewsTest::setUp in core/
modules/ views/ tests/ src/ Functional/ DefaultViewsTest.php - DependencyTest::testEnableRequirementsFailureDependency in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests enabling a module that depends on a module which fails hook_requirements().
- DependencyTest::testUninstallDependents in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests attempting to uninstall a module that has installed dependents.
- drupal7.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- EntityCrudHookTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityCrudHookTest.php - EntityCrudHookTest::testCommentHooks in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityCrudHookTest.php - Tests hook invocations for CRUD operations on comments.
- EntityDeriverTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDeriverTest.php - EntityDisplayBaseTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDisplayBaseTest.php - EntityDisplayBaseTest::testOnDependencyRemoval in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDisplayBaseTest.php - @covers ::onDependencyRemoval
- EntityFilteringThemeTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Theme/ EntityFilteringThemeTest.php - EntityKernelTestBase::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityKernelTestBase.php - EntityReferenceItemTest::setUp in core/
modules/ field/ tests/ src/ Kernel/ EntityReference/ EntityReferenceItemTest.php - Sets up the test.
- EntityReferenceItemTest::testAutocreateValidation in core/
modules/ field/ tests/ src/ Kernel/ EntityReference/ EntityReferenceItemTest.php - Tests ValidReferenceConstraint with newly created and unsaved entities.
- EntityReferenceSelectionAccessTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityReferenceSelection/ EntityReferenceSelectionAccessTest.php - EntityReferenceSelectionAccessTest::testCommentHandler in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityReferenceSelection/ EntityReferenceSelectionAccessTest.php - Test the comment-specific overrides of the entity handler.
- EntityTranslationSettings::initializeIterator in core/
modules/ content_translation/ src/ Plugin/ migrate/ source/ d7/ EntityTranslationSettings.php - Initializes the iterator with the source data.
- EntityTranslationSettingsTest::providerSource in core/
modules/ content_translation/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ EntityTranslationSettingsTest.php - The data provider.
- EntityUnitTestBase::setUp in core/
modules/ system/ src/ Tests/ Entity/ EntityUnitTestBase.php - Performs setup tasks before each individual test method is run.
- field.field.comment.comment.comment_body.yml in core/
profiles/ standard/ config/ install/ field.field.comment.comment.comment_body.yml - core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml
- field.field.comment.comment.comment_body.yml in core/
profiles/ standard/ config/ install/ field.field.comment.comment.comment_body.yml - core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml
- field.field.comment.comment_forum.comment_body.yml in core/
modules/ forum/ config/ optional/ field.field.comment.comment_forum.comment_body.yml - core/modules/forum/config/optional/field.field.comment.comment_forum.comment_body.yml
- field.field.comment.comment_forum.comment_body.yml in core/
modules/ forum/ config/ optional/ field.field.comment.comment_forum.comment_body.yml - core/modules/forum/config/optional/field.field.comment.comment_forum.comment_body.yml
- field.field.node.article.comment.yml in core/
profiles/ standard/ config/ install/ field.field.node.article.comment.yml - core/profiles/standard/config/install/field.field.node.article.comment.yml
- field.field.node.forum.comment_forum.yml in core/
modules/ forum/ config/ optional/ field.field.node.forum.comment_forum.yml - core/modules/forum/config/optional/field.field.node.forum.comment_forum.yml
- field.storage.comment.comment_body.yml in core/
modules/ comment/ config/ install/ field.storage.comment.comment_body.yml - core/modules/comment/config/install/field.storage.comment.comment_body.yml
- field.storage.node.comment.yml in core/
profiles/ standard/ config/ install/ field.storage.node.comment.yml - core/profiles/standard/config/install/field.storage.node.comment.yml
- field.storage.node.comment_forum.yml in core/
modules/ forum/ config/ optional/ field.storage.node.comment_forum.yml - core/modules/forum/config/optional/field.storage.node.comment_forum.yml
- FieldDiscoveryTest::getBundleFieldsData in core/
modules/ migrate_drupal/ tests/ src/ Unit/ FieldDiscoveryTest.php - Provides data for testGetBundleFields.
- FieldDiscoveryTest::getEntityFieldsData in core/
modules/ migrate_drupal/ tests/ src/ Unit/ FieldDiscoveryTest.php - Provides data for testGetEntityFields.
- FieldDiscoveryTest::testGetAllFields in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ FieldDiscoveryTest.php - Tests the getAllFields method.
- FieldDiscoveryTest::testGetCckPluginManager in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ FieldDiscoveryTest.php - Tests the fallback to deprecated CCK Plugin Manager.
- FieldEntityTest::testGetEntity in core/
modules/ views/ tests/ src/ Functional/ Entity/ FieldEntityTest.php - Tests the getEntity method.
- FieldInstancePerFormDisplayTest::providerSource in core/
modules/ field/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ FieldInstancePerFormDisplayTest.php - The data provider.
- FileViewsData::getViewsData in core/
modules/ file/ src/ FileViewsData.php - Returns views data for the entity type.
- FileViewsData::getViewsData in core/
modules/ file/ src/ FileViewsData.php - Returns views data for the entity type.
- FilterAndArgumentUserUidTest::testHandlers in core/
modules/ comment/ tests/ src/ Kernel/ Views/ FilterAndArgumentUserUidTest.php - Tests the user posted or commented filter and argument handlers.
- FollowUpMigrationsTest::setUp in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ FollowUpMigrationsTest.php - ForumController::create in core/
modules/ forum/ src/ Controller/ ForumController.php - Instantiates a new instance of this class.
- ForumIntegrationTest::testForumIntegration in core/
modules/ forum/ tests/ src/ Functional/ Views/ ForumIntegrationTest.php - Tests the integration.
- HistoryTimestampTest::testHandlers in core/
modules/ history/ tests/ src/ Kernel/ Views/ HistoryTimestampTest.php - Tests the handlers.
- HistoryUserTimestamp::buildOptionsForm in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - Provide link to node option
- HistoryUserTimestamp::init in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - Initialize the plugin.
- HistoryUserTimestamp::render in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - Renders the field.
- IdConflictTest::testMigrateUpgradeExecute in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php - Tests ID Conflict form.
- IdConflictTest::testMigrateUpgradeExecute in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ IdConflictTest.php - Tests ID Conflict form.
- JsonApiRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 in core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiRegressionTest.php - Ensure filtering on relationships works with bundle-specific target types.
- JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 in core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiRegressionTest.php - Ensure deep nested include works on multi target entity type field.
- JsonApiRegressionTest::testLeakedCacheMetadataViaRdfFromIssue3053827 in core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiRegressionTest.php - Ensure that child comments can be retrieved via JSON:API.
- LegacyEntityDisplayBaseTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ LegacyEntityDisplayBaseTest.php - MigrateActionsTest::testActions in core/
modules/ action/ tests/ src/ Kernel/ Migrate/ d6/ MigrateActionsTest.php - Test Drupal 6 action migration to Drupal 8.
- MigrateActionsTest::testActions in core/
modules/ action/ tests/ src/ Kernel/ Migrate/ d7/ MigrateActionsTest.php - Test Drupal 7 action migration to Drupal 8.
- MigrateCommentEntityDisplayTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentEntityDisplayTest.php - MigrateCommentEntityFormDisplaySubjectTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentEntityFormDisplaySubjectTest.php - MigrateCommentEntityFormDisplayTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentEntityFormDisplayTest.php - MigrateCommentFieldInstanceTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentFieldInstanceTest.php - MigrateCommentFieldTest::assertEntity in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentFieldTest.php - Asserts a comment field entity.
- MigrateCommentFieldTest::assertEntity in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d7/ MigrateCommentFieldTest.php - Asserts a comment field entity.
- MigrateCommentFieldTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentFieldTest.php - MigrateCommentStubTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ MigrateCommentStubTest.php - MigrateCommentStubTest::testStub in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ MigrateCommentStubTest.php - Tests creation of comment stubs.
- MigrateCommentTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentTest.php - MigrateCommentTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d7/ MigrateCommentTest.php - MigrateCommentTypeTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentTypeTest.php - MigrateDrupal7TestBase::migrateCommentTypes in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ MigrateDrupal7TestBase.php - Migrates comment types.
- MigrateDrupalTestBase::setUp in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateDrupalTestBase.php - MigrateEntityTranslationSettingsTest::setUp in core/
modules/ content_translation/ tests/ src/ Kernel/ Migrate/ d7/ MigrateEntityTranslationSettingsTest.php - MigrateEntityTranslationSettingsTest::testEntityTranslationSettingsMigration in core/
modules/ content_translation/ tests/ src/ Kernel/ Migrate/ d7/ MigrateEntityTranslationSettingsTest.php - Tests entity translation settings migration.
- MigrateFieldInstanceLabelDescriptionTest::setUp in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceLabelDescriptionTest.php - MigrateFieldInstanceTest::testFieldInstances in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceTest.php - Tests migrating D7 field instances to field_config entities.
- MigrateFieldInstanceWidgetSettingsTest::testWidgetSettings in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceWidgetSettingsTest.php - Test that migrated view modes can be loaded using D8 APIs.
- MigrateForumTest::setUp in core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d6/ MigrateForumTest.php - MigrateLanguageContentCommentSettingsNoEntityTranslationTest::testLanguageCommentSettings in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d7/ MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php - Tests migration of content language settings.
- MigrateLanguageContentCommentSettingsTest::setUp in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d6/ MigrateLanguageContentCommentSettingsTest.php - MigrateLanguageContentCommentSettingsTest::testLanguageCommentSettings in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d6/ MigrateLanguageContentCommentSettingsTest.php - Tests migration of comment content language settings.
- MigrateLanguageContentCommentSettingsTest::testLanguageCommentSettings in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d7/ MigrateLanguageContentCommentSettingsTest.php - Tests migration of content language settings.
- MigrateNodeCompleteTest::setUp in core/
modules/ node/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeCompleteTest.php - MigrateNodeRevisionTest::setUp in core/
modules/ node/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeRevisionTest.php - MigrateNodeTest::setUp in core/
modules/ node/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeTest.php - MigrateTaxonomyTermTest::setUp in core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d7/ MigrateTaxonomyTermTest.php - MigrateTaxonomyTermTranslationTest::setUp in core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d7/ MigrateTaxonomyTermTranslationTest.php - MigrateUserTest::setUp in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d7/ MigrateUserTest.php - MigrateViewModesTest::setUp in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateViewModesTest.php - MigrateViewModesTest::testMigration in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateViewModesTest.php - Tests migration of D7 view mode variables to D8 config entities.
- MigrationStateUnitTest::providerGetUpgradeStates in core/
modules/ migrate_drupal/ tests/ src/ Unit/ MigrationStateUnitTest.php - Data provider for testGetUpgradeStates.
- MultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ MultilingualReviewPageTest.php - Gets the available upgrade paths.
- MultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ MultilingualReviewPageTest.php - Gets the available upgrade paths.
- NewViewConfigSchemaTest::testNewViews in core/
modules/ views_ui/ tests/ src/ Functional/ NewViewConfigSchemaTest.php - Tests creating brand new views.
- NodeAccessPagerTest::testCommentPager in core/
modules/ node/ tests/ src/ Functional/ NodeAccessPagerTest.php - Tests the comment pager for nodes with multiple grants per realm.
- NodeNewComments::renderLink in core/
modules/ comment/ src/ Plugin/ views/ field/ NodeNewComments.php - Prepares the link to the first new comment.
- NodeType::fields in core/
modules/ node/ src/ Plugin/ migrate/ source/ d6/ NodeType.php - Returns available fields on the source.
- NodeType::fields in core/
modules/ node/ src/ Plugin/ migrate/ source/ d7/ NodeType.php - Returns available fields on the source.
- NodeType::prepareRow in core/
modules/ node/ src/ Plugin/ migrate/ source/ d6/ NodeType.php - Adds additional data to the row.
- NodeType::prepareRow in core/
modules/ node/ src/ Plugin/ migrate/ source/ d7/ NodeType.php - Adds additional data to the row.
- NodeTypeTest::providerSource in core/
modules/ node/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d6/ NodeTypeTest.php - The data provider.
- NodeTypeTest::providerSource in core/
modules/ node/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ NodeTypeTest.php - The data provider.
- NoMultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ NoMultilingualReviewPageTest.php - Gets the available upgrade paths.
- NormalizerTestBase::setUp in core/
modules/ hal/ tests/ src/ Kernel/ NormalizerTestBase.php - PoStreamReader::readLine in core/
lib/ Drupal/ Component/ Gettext/ PoStreamReader.php - Reads a line from the PO stream and stores data internally.
- PoStreamReader::setItemFromArray in core/
lib/ Drupal/ Component/ Gettext/ PoStreamReader.php - Store the parsed values as a PoItem object.
- rdf.mapping.comment.comment.yml in core/
profiles/ standard/ config/ install/ rdf.mapping.comment.comment.yml - core/profiles/standard/config/install/rdf.mapping.comment.comment.yml
- RdfMappingTest::providerSource in core/
modules/ rdf/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ RdfMappingTest.php - The data provider.
- rdf_preprocess_comment in core/
modules/ rdf/ rdf.module - Implements hook_preprocess_HOOK() for comment templates.
- rdf_preprocess_node in core/
modules/ rdf/ rdf.module - Implements hook_preprocess_HOOK() for node templates.
- RESTTestBase::entityPermissions in core/
modules/ rest/ src/ Tests/ RESTTestBase.php - Provides the necessary user permissions for entity operations.
- RESTTestBase::entityValues in core/
modules/ rest/ src/ Tests/ RESTTestBase.php - Provides an array of suitable property values for an entity type.
- SearchCommentCountToggleTest::testSearchCommentCountToggle in core/
modules/ search/ tests/ src/ Functional/ SearchCommentCountToggleTest.php - Verify that comment count display toggles properly on comment status of node
- SearchCommentTest::testAddNewComment in core/
modules/ search/ tests/ src/ Functional/ SearchCommentTest.php - Verify that 'add new comment' does not appear in search results or index.
- SearchCommentTest::testSearchResultsComment in core/
modules/ search/ tests/ src/ Functional/ SearchCommentTest.php - Verify that comments are rendered using proper format in search results.
- SearchCommentTest::testSearchResultsCommentAccess in core/
modules/ search/ tests/ src/ Functional/ SearchCommentTest.php - Verify access rules for comment indexing with different permissions.
- SettingsRewriteTest::testDrupalRewriteSettings in core/
tests/ Drupal/ KernelTests/ Core/ Site/ SettingsRewriteTest.php - Tests the drupal_rewrite_settings() function.
- standard.info.yml in core/
profiles/ standard/ standard.info.yml - core/profiles/standard/standard.info.yml
- StandardProfileTest::saveComment in core/
modules/ rdf/ tests/ src/ Functional/ StandardProfileTest.php - Creates a comment entity.
- system.action.comment_delete_action.yml in core/
modules/ comment/ config/ install/ system.action.comment_delete_action.yml - core/modules/comment/config/install/system.action.comment_delete_action.yml
- system.action.comment_publish_action.yml in core/
modules/ comment/ config/ install/ system.action.comment_publish_action.yml - core/modules/comment/config/install/system.action.comment_publish_action.yml
- system.action.comment_save_action.yml in core/
modules/ comment/ config/ install/ system.action.comment_save_action.yml - core/modules/comment/config/install/system.action.comment_save_action.yml
- system.action.comment_unpublish_action.yml in core/
modules/ comment/ config/ install/ system.action.comment_unpublish_action.yml - core/modules/comment/config/install/system.action.comment_unpublish_action.yml
- TemporaryQueryGuard::getAccessCondition in core/
modules/ jsonapi/ src/ Access/ TemporaryQueryGuard.php - Gets an EntityConditionGroup that filters out inaccessible entities.
- ThemeSettingsForm::buildForm in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - TrackerNodeAccessTest::setUp in core/
modules/ tracker/ tests/ src/ Functional/ TrackerNodeAccessTest.php - TrackerTestBase::setUp in core/
modules/ tracker/ src/ Tests/ Views/ TrackerTestBase.php - Sets up a Drupal site for running functional and integration tests.
- TrackerTestBase::setUp in core/
modules/ tracker/ tests/ src/ Functional/ Views/ TrackerTestBase.php - UnapprovedComments::create in core/
modules/ comment/ src/ Plugin/ Menu/ LocalTask/ UnapprovedComments.php - Creates an instance of the plugin.
- UnpublishByKeywordComment::create in core/
modules/ comment/ src/ Plugin/ Action/ UnpublishByKeywordComment.php - Creates an instance of the plugin.
- UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ Update/ UpdatePathRC1TestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- Upgrade6Test::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ Upgrade6Test.php - Gets the available upgrade paths.
- Upgrade7Test::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ Upgrade7Test.php - Gets the available upgrade paths.
- UserCancelTest::testUserAnonymize in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Delete account and anonymize all content.
- UserCancelTest::testUserBlockUnpublish in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Disable account and unpublish all content.
- UserCancelTest::testUserDelete in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Delete account and remove all content.
- ViewEntityDependenciesTest::setUp in core/
modules/ views/ tests/ src/ Kernel/ Entity/ ViewEntityDependenciesTest.php - ViewEntityDependenciesTest::testGetDependencies in core/
modules/ views/ tests/ src/ Kernel/ Entity/ ViewEntityDependenciesTest.php - Tests the getDependencies method.
- ViewExecutableTest::setUpFixtures in core/
modules/ views/ tests/ src/ Kernel/ ViewExecutableTest.php - Sets up the configuration and schema of views and views_test_data modules.
- ViewModeTest::providerSource in core/
modules/ field/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ ViewModeTest.php - The data provider.
- views.view.comment.yml in core/
modules/ comment/ config/ optional/ views.view.comment.yml - core/modules/comment/config/optional/views.view.comment.yml
- views.view.comments_recent.yml in core/
modules/ comment/ config/ optional/ views.view.comments_recent.yml - core/modules/comment/config/optional/views.view.comments_recent.yml
- views.view.test_comment.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml
- views.view.test_comment_field_name.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_field_name.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
- views.view.test_comment_operations.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_operations.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
- views.view.test_comment_rest.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_rest.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml
- views.view.test_comment_row.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_row.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_row.yml
- views.view.test_comment_rss.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_rss.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml
- views.view.test_comment_user_uid.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_user_uid.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml
- views.view.test_destroy.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_destroy.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml
- views.view.test_field_filters.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_field_filters.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.yml
- views.view.test_field_get_entity.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_field_get_entity.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml
- views.view.test_new_comments.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_new_comments.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
- views.view.test_plugin_dependencies.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_plugin_dependencies.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml
- views.view.test_relationship_dependency.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_relationship_dependency.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml
- WizardTest::testCommentWizard in core/
modules/ comment/ tests/ src/ Functional/ Views/ WizardTest.php - Tests adding a view of comments.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.