342 string references to 'Comment'
- ActionTest::providerSource in core/modules/ system/ tests/ src/ Kernel/ Plugin/ migrate/ source/ ActionTest.php 
- Provides source data for ::testSource.
- AuthorNameFormatter::isApplicable in core/modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ AuthorNameFormatter.php 
- Returns if the formatter can be used for the provided field.
- 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.type.comment.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ comment.type.comment.yml 
- core/modules/system/tests/modules/olivero_test/config/install/comment.type.comment.yml
- comment.type.comment.yml in core/recipes/ comment_base/ config/ comment.type.comment.yml 
- core/recipes/comment_base/config/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 
- Provides base field definitions for an entity type.
- 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::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 
- Prepares query object to retrieve data from the source database.
- CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView in core/modules/ comment/ tests/ src/ Functional/ CommentAccessTest.php 
- Tests cannot view comment reply form on entities you cannot view.
- 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 
- Tests comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalAdminInterface in core/modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php 
- Tests 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 
- CommentBaseFieldTest::setUp in core/modules/ comment/ tests/ src/ Kernel/ CommentBaseFieldTest.php 
- 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 
- Tests 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 
- Tests that comments invalidate the cache tag of their host entity.
- CommentCSSTest::testCommentClasses in core/modules/ history/ tests/ src/ Functional/ CommentCSSTest.php 
- Tests CSS classes on comments.
- 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.
- CommentDepthTest::testCommentDepth in core/modules/ comment/ tests/ src/ Kernel/ Views/ CommentDepthTest.php 
- Test the comment depth.
- CommentDisplayConfigurableTest::testDisplayConfigurable in core/modules/ comment/ tests/ src/ Functional/ CommentDisplayConfigurableTest.php 
- Sets base fields to configurable display and check settings are respected.
- CommentDisplayConfigurableTestHooks::entityBaseFieldInfoAlter in core/modules/ comment/ tests/ modules/ comment_display_configurable_test/ src/ Hook/ CommentDisplayConfigurableTestHooks.php 
- Implements hook_entity_base_field_info_alter().
- CommentEntityReferenceTest::setUp in core/modules/ comment/ tests/ src/ Functional/ CommentEntityReferenceTest.php 
- CommentEntityTranslation::checkRequirements in core/modules/ comment/ src/ Plugin/ migrate/ source/ d7/ CommentEntityTranslation.php 
- Checks if requirements for this plugin are OK.
- 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 
- Prepares query object to retrieve data from the source database.
- CommentEntityTranslationCheckRequirementsTest::providerTestCheckRequirements in core/modules/ comment/ tests/ src/ Kernel/ Migrate/ d7/ CommentEntityTranslationCheckRequirementsTest.php 
- Provides data for testCheckRequirements.
- CommentEntityTranslationTest::providerSource in core/modules/ comment/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ CommentEntityTranslationTest.php 
- Provides source data for ::testSource.
- CommentFieldAccessTest::setUp in core/modules/ comment/ tests/ src/ Kernel/ CommentFieldAccessTest.php 
- CommentFieldAccessTest::testAccessToAdministrativeFields in core/modules/ comment/ tests/ src/ Kernel/ CommentFieldAccessTest.php 
- Tests permissions on comment fields.
- CommentFieldFilterTest::setUp in core/modules/ comment/ tests/ src/ Functional/ Views/ CommentFieldFilterTest.php 
- Sets up the test.
- CommentFieldNameTest::testCommentFieldName in core/modules/ comment/ tests/ src/ Kernel/ Views/ CommentFieldNameTest.php 
- Tests comment field name.
- CommentFieldsTest::testCommentDefaultFields in core/modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php 
- Tests that the default 'comment_body' field is correctly added.
- CommentForm::save in core/modules/ comment/ src/ CommentForm.php 
- Form submission handler for the 'save' action.
- CommentHooks::entityPredelete in core/modules/ comment/ src/ Hook/ CommentHooks.php 
- Implements hook_entity_predelete().
- CommentHooks::entityViewDisplayPresave in core/modules/ comment/ src/ Hook/ CommentHooks.php 
- Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
- CommentHooks::fieldConfigCreate in core/modules/ comment/ src/ Hook/ CommentHooks.php 
- Implements hook_ENTITY_TYPE_create() for 'field_config'.
- CommentHooks::fieldConfigDelete in core/modules/ comment/ src/ Hook/ CommentHooks.php 
- Implements hook_ENTITY_TYPE_delete() for 'field_config'.
- CommentHooks::fieldConfigUpdate in core/modules/ comment/ src/ Hook/ CommentHooks.php 
- Implements hook_ENTITY_TYPE_update() for 'field_config'.
- CommentHooks::fieldStorageConfigInsert in core/modules/ comment/ src/ Hook/ CommentHooks.php 
- Implements hook_ENTITY_TYPE_insert() for 'field_storage_config'.
- CommentHooks::userPredelete in core/modules/ comment/ src/ Hook/ CommentHooks.php 
- Implements hook_ENTITY_TYPE_predelete() for user entities.
- CommentIntegrationTest::setUp in core/modules/ comment/ tests/ src/ Kernel/ CommentIntegrationTest.php 
- CommentIntegrationTest::testCommentDefaultOwner in core/modules/ comment/ tests/ src/ Kernel/ CommentIntegrationTest.php 
- Tests the default owner of comment entities.
- CommentInterfaceTest::testAutoFilledSubject in core/modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php 
- Tests that the subject is automatically filled if disabled or left blank.
- CommentInterfaceTest::testCommentInterface in core/modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php 
- Tests the comment interface.
- 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 
- 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 
- Tests the comment approve link.
- CommentLinksTest::testLinkReply in core/modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php 
- Tests 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::renderNewCommentsNodeLinks in core/modules/ history/ 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.
- CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/ history/ 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.
- 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.
- 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.
- 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 
- Provides source data for ::testSource.
- 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/ tests/ src/ Functional/ Views/ CommentTestBase.php 
- Sets up the test.
- CommentThemeHooks::preprocessBlock in core/modules/ comment/ src/ Hook/ CommentThemeHooks.php 
- Implements hook_preprocess_HOOK() for block templates.
- CommentThemeHooks::preprocessField in core/modules/ comment/ src/ Hook/ CommentThemeHooks.php 
- Implements hook_preprocess_HOOK() for field templates.
- CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/ history/ tests/ src/ Functional/ CommentTokenReplaceTest.php 
- Creates a comment, then tests the tokens generated from it.
- CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/ comment/ tests/ src/ Functional/ CommentTokenReplaceTest.php 
- Creates a comment, then tests the tokens generated from it.
- CommentTokensHooks::tokenInfo in core/modules/ comment/ src/ Hook/ CommentTokensHooks.php 
- Implements hook_token_info().
- CommentTokensHooks::tokens in core/modules/ comment/ src/ Hook/ CommentTokensHooks.php 
- Implements hook_tokens().
- 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.
- 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.
- CommentTypeRequirementsTest::providerTestCheckCommentTypeRequirements in core/modules/ comment/ tests/ src/ Kernel/ Plugin/ migrate/ source/ CommentTypeRequirementsTest.php 
- Test cases for ::testCheckCommentTypeRequirements().
- 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.
- CommentUriDeprecationTest::setUp in core/modules/ comment/ tests/ src/ Kernel/ CommentUriDeprecationTest.php 
- CommentUriDeprecationTest::testCommentUriMethod in core/modules/ comment/ tests/ src/ Kernel/ CommentUriDeprecationTest.php 
- Tests the deprecation of comment_uri() method.
- 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.
- CommentValidationTest::testValidationOfCommentOfUnpublishedNode in core/modules/ comment/ tests/ src/ Kernel/ CommentValidationTest.php 
- Tests that comments of unpublished nodes are not valid.
- 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.
- CommentViewsHooks::viewsDataAlter in core/modules/ comment/ src/ Hook/ CommentViewsHooks.php 
- Implements hook_views_data_alter().
- CommentViewsHooks::viewsDataAlter in core/modules/ comment/ src/ Hook/ CommentViewsHooks.php 
- Implements hook_views_data_alter().
- CommentViewsKernelTestBase::setUp in core/modules/ comment/ tests/ src/ Kernel/ Views/ CommentViewsKernelTestBase.php 
- comment_uninstall in core/modules/ comment/ comment.install 
- Implements hook_uninstall().
- ContentTranslationSettingsTest::testSettingsUI in core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSettingsTest.php 
- Tests that the settings UI works as expected.
- ContentTranslationStandardFieldsTest::testFieldTranslatableArticle in core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationStandardFieldsTest.php 
- Tests that translatable fields are being rendered.
- ContentTranslationStandardFieldsTest::testFieldTranslatableArticle in core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationStandardFieldsTest.php 
- Tests that translatable fields are being rendered.
- 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.default.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ core.entity_form_display.comment.comment.default.yml 
- core/modules/system/tests/modules/olivero_test/config/install/core.entity_form_display.comment.comment.default.yml
- core.entity_form_display.comment.comment.default.yml in core/recipes/ comment_base/ config/ core.entity_form_display.comment.comment.default.yml 
- core/recipes/comment_base/config/core.entity_form_display.comment.comment.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.article.default.yml in core/profiles/ tests/ nightwatch_a11y_testing/ config/ install/ core.entity_form_display.node.article.default.yml 
- core/profiles/tests/nightwatch_a11y_testing/config/install/core.entity_form_display.node.article.default.yml
- core.entity_form_display.node.article.default.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ core.entity_form_display.node.article.default.yml 
- core/modules/system/tests/modules/olivero_test/config/install/core.entity_form_display.node.article.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.default.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ core.entity_view_display.comment.comment.default.yml 
- core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.comment.comment.default.yml
- core.entity_view_display.comment.comment.default.yml in core/recipes/ comment_base/ config/ core.entity_view_display.comment.comment.default.yml 
- core/recipes/comment_base/config/core.entity_view_display.comment.comment.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.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ core.entity_view_display.node.article.default.yml 
- core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.node.article.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.
- 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 
- Gets the normalized process plugin configuration.
- 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 
- Sets up the test.
- DefaultViewsTest::setUp in core/modules/ views/ tests/ src/ Functional/ DefaultViewsTest.php 
- Sets up the test.
- 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().
- 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 
- Tests on dependency removal.
- 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/ Kernel/ Entity/ EntityReferenceSelection/ EntityReferenceSelectionAccessTest.php 
- EntityReferenceSelectionAccessTest::testCommentHandler in core/modules/ system/ tests/ src/ Kernel/ Entity/ EntityReferenceSelection/ EntityReferenceSelectionAccessTest.php 
- Tests 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 
- Provides source data for ::testSource.
- 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.comment_body.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ field.field.comment.comment.comment_body.yml 
- core/modules/system/tests/modules/olivero_test/config/install/field.field.comment.comment.comment_body.yml
- field.field.comment.comment.comment_body.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ field.field.comment.comment.comment_body.yml 
- core/modules/system/tests/modules/olivero_test/config/install/field.field.comment.comment.comment_body.yml
- field.field.comment.comment.comment_body.yml in core/recipes/ comment_base/ config/ field.field.comment.comment.comment_body.yml 
- core/recipes/comment_base/config/field.field.comment.comment.comment_body.yml
- field.field.comment.comment.comment_body.yml in core/recipes/ comment_base/ config/ field.field.comment.comment.comment_body.yml 
- core/recipes/comment_base/config/field.field.comment.comment.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.article.comment.yml in core/profiles/ tests/ nightwatch_a11y_testing/ config/ install/ field.field.node.article.comment.yml 
- core/profiles/tests/nightwatch_a11y_testing/config/install/field.field.node.article.comment.yml
- field.field.node.article.comment.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ field.field.node.article.comment.yml 
- core/modules/system/tests/modules/olivero_test/config/install/field.field.node.article.comment.yml
- field.field.node.article.comment.yml in core/recipes/ article_comment/ config/ field.field.node.article.comment.yml 
- core/recipes/article_comment/config/field.field.node.article.comment.yml
- field.field.node.config_mapping_test.comment_config_mapping_test.yml in core/modules/ system/ tests/ modules/ config_mapping_test/ config/ optional/ field.field.node.config_mapping_test.comment_config_mapping_test.yml 
- core/modules/system/tests/modules/config_mapping_test/config/optional/field.field.node.config_mapping_test.comment_config_mapping_test.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.yml in core/profiles/ tests/ nightwatch_a11y_testing/ config/ install/ field.storage.node.comment.yml 
- core/profiles/tests/nightwatch_a11y_testing/config/install/field.storage.node.comment.yml
- field.storage.node.comment.yml in core/modules/ system/ tests/ modules/ olivero_test/ config/ install/ field.storage.node.comment.yml 
- core/modules/system/tests/modules/olivero_test/config/install/field.storage.node.comment.yml
- field.storage.node.comment.yml in core/recipes/ comment_base/ config/ field.storage.node.comment.yml 
- core/recipes/comment_base/config/field.storage.node.comment.yml
- field.storage.node.comment_config_mapping_test.yml in core/modules/ system/ tests/ modules/ config_mapping_test/ config/ optional/ field.storage.node.comment_config_mapping_test.yml 
- core/modules/system/tests/modules/config_mapping_test/config/optional/field.storage.node.comment_config_mapping_test.yml
- FieldBundle::transform in core/modules/ field/ src/ Plugin/ migrate/ process/ d7/ FieldBundle.php 
- Performs the associated process.
- 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.
- FieldEntityTest::setUp in core/modules/ views/ tests/ src/ Kernel/ Entity/ FieldEntityTest.php 
- FieldEntityTest::testGetEntity in core/modules/ views/ tests/ src/ Kernel/ Entity/ FieldEntityTest.php 
- Tests the getEntity method.
- FieldInstancePerFormDisplayTest::providerSource in core/modules/ field/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ FieldInstancePerFormDisplayTest.php 
- Provides source data for ::testSource.
- 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 
- HandlerAllTest::testHandlers in core/modules/ views/ tests/ src/ Kernel/ Handler/ HandlerAllTest.php 
- Tests most of the handlers.
- HistoryCommentLinkBuilder::buildCommentedEntityLinks in core/modules/ history/ src/ HistoryCommentLinkBuilder.php 
- Builds links for the given entity.
- HistoryCommentLinkBuilderTest::getLinkCombinations in core/modules/ history/ tests/ src/ Unit/ HistoryCommentLinkBuilderTest.php 
- Data provider for ::testCommentLinkBuilder.
- HistoryController::renderNewCommentsNodeLinks in core/modules/ history/ src/ Controller/ HistoryController.php 
- Returns a set of nodes' last read timestamps.
- HistoryHooks::nodeViewAlter in core/modules/ history/ src/ Hook/ HistoryHooks.php 
- Implements hook_ENTITY_TYPE_view_alter() for node entities.
- 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.
- HistoryViewsHooks::viewsDataAlter in core/modules/ history/ src/ Hook/ HistoryViewsHooks.php 
- Implements hook_views_data_alter().
- IdConflictTest::testIdConflictForm in core/modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php 
- Tests ID Conflict form.
- IdConflictTest::testIdConflictForm in core/modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ IdConflictTest.php 
- Tests ID Conflict form.
- JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 in core/modules/ jsonapi/ tests/ src/ Functional/ JsonApiFilterRegressionTest.php 
- Ensure filtering on relationships works with bundle-specific target types.
- JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 in core/modules/ jsonapi/ tests/ src/ Functional/ JsonApiPatchRegressionTest.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::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 in core/modules/ jsonapi/ tests/ src/ Functional/ JsonApiRegressionTest.php 
- Ensure deep nested include works on multi target entity type field.
- MappingTest::testMappingInterpretation in core/tests/ Drupal/ KernelTests/ Config/ Schema/ MappingTest.php 
- Tests mapping interpretation.
- MigrateActionsTest::testActions in core/modules/ system/ tests/ src/ Kernel/ Migrate/ d6/ MigrateActionsTest.php 
- Tests Drupal 6 action migration to Drupal 8.
- MigrateActionsTest::testActions in core/modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateActionsTest.php 
- Tests 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::providerTestNoCommentTypeMigration in core/modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentTypeTest.php 
- Provides test cases for ::testNoCommentTypeMigration().
- MigrateCommentTypeTest::providerTestNoCommentTypeMigration in core/modules/ comment/ tests/ src/ Kernel/ Migrate/ d7/ MigrateCommentTypeTest.php 
- Provides test cases for ::testNoCommentTypeMigration().
- MigrateCommentTypeTest::testMigration in core/modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentTypeTest.php 
- Tests the migrated comment types.
- MigrateDrupal6AuditIdsTest::setUp in core/modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ MigrateDrupal6AuditIdsTest.php 
- MigrateDrupal7AuditIdsTest::setUp in core/modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ MigrateDrupal7AuditIdsTest.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.
- MigrateFieldFormatterSettingsTest::setUp in core/modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldFormatterSettingsTest.php 
- MigrateFieldInstanceLabelDescriptionTest::setUp in core/modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceLabelDescriptionTest.php 
- MigrateFieldInstanceTest::testFieldInstanceMigration in core/modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldInstanceTest.php 
- Tests migration of file variables to file.settings.yml.
- 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 
- Tests that migrated view modes can be loaded using D8 APIs.
- MigrateFieldWidgetSettingsTest::setUp in core/modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldWidgetSettingsTest.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 
- MigrateUserRoleTest::providerTestUserRole in core/modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserRoleTest.php 
- Data provider for user role migration tests.
- MigrateUserRoleTest::testUserRole in core/modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserRoleTest.php 
- Tests user role migration.
- 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.
- nightwatch_a11y_testing.info.yml in core/profiles/ tests/ nightwatch_a11y_testing/ nightwatch_a11y_testing.info.yml 
- core/profiles/tests/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml
- 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/ history/ src/ Plugin/ views/ field/ NodeNewComments.php 
- Prepares the link to the first new comment.
- NodeTranslationUITest::testTranslationRendering in core/modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php 
- Tests that translations are rendered properly.
- 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 
- Provides source data for ::testSource.
- NodeTypeTest::providerSource in core/modules/ node/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ NodeTypeTest.php 
- Provides source data for ::testSource.
- NoMultilingualReviewPageTest::getAvailablePaths in core/modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ NoMultilingualReviewPageTest.php 
- Gets the available upgrade paths.
- NoMultilingualReviewPageTest::getAvailablePaths in core/modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ NoMultilingualReviewPageTest.php 
- Gets the available upgrade paths.
- 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.
- post_update_playsinline-3046152-node-article.yml in core/modules/ file/ tests/ fixtures/ update/ post_update_playsinline-3046152-node-article.yml 
- core/modules/file/tests/fixtures/update/post_update_playsinline-3046152-node-article.yml
- QueryOptionsTest::testStoreQuerySettingsOverride in core/modules/ views/ tests/ src/ Functional/ Plugin/ QueryOptionsTest.php 
- Test that query overrides are stored.
- recipe.yml in core/recipes/ article_comment/ recipe.yml 
- core/recipes/article_comment/recipe.yml
- recipe.yml in core/recipes/ comment_base/ recipe.yml 
- core/recipes/comment_base/recipe.yml
- 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 drupal rewrite settings.
- standard.info.yml in core/profiles/ standard/ standard.info.yml 
- core/profiles/standard/standard.info.yml
- 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.
- TestSiteClaroInstallTestScript::setup in core/tests/ Drupal/ TestSite/ TestSiteClaroInstallTestScript.php 
- Run the code to setup the test environment.
- TestSiteOliveroInstallTestScript::setup in core/tests/ Drupal/ TestSite/ TestSiteOliveroInstallTestScript.php 
- Run the code to setup the test environment.
- ThemeSettingsForm::buildForm in core/modules/ system/ src/ Form/ ThemeSettingsForm.php 
- ToolbarCacheContextsTest::testToolbarCacheContextsCaller in core/modules/ toolbar/ tests/ src/ Functional/ ToolbarCacheContextsTest.php 
- Tests toolbar cache contexts.
- UnapprovedComments::create in core/modules/ comment/ src/ Plugin/ Menu/ LocalTask/ UnapprovedComments.php 
- Creates an instance of the plugin.
- 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.
- user.role.anonymous.yml in core/profiles/ standard/ config/ install/ user.role.anonymous.yml 
- core/profiles/standard/config/install/user.role.anonymous.yml
- user.role.anonymous.yml in core/profiles/ tests/ nightwatch_a11y_testing/ config/ install/ user.role.anonymous.yml 
- core/profiles/tests/nightwatch_a11y_testing/config/install/user.role.anonymous.yml
- user.role.authenticated.yml in core/profiles/ standard/ config/ install/ user.role.authenticated.yml 
- core/profiles/standard/config/install/user.role.authenticated.yml
- user.role.content_editor.yml in core/profiles/ standard/ config/ install/ user.role.content_editor.yml 
- core/profiles/standard/config/install/user.role.content_editor.yml
- UserCancelTest::testUserAnonymize in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Delete account and anonymize all content.
- UserCancelTest::testUserAnonymizeTranslations in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Delete account and anonymize all content and it's translations.
- 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.
- UserPermissionsTest::testBundlePermissionError in core/modules/ user/ tests/ src/ Functional/ UserPermissionsTest.php 
- Tests that access check does not trigger warnings.
- 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 necessary fixtures for the test environment.
- ViewModeTest::providerSource in core/modules/ field/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ ViewModeTest.php 
- Provides source data for ::testSource.
- 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_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_schema.yml in core/modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_schema.yml 
- core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_schema.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/ history/ tests/ modules/ history_test_views/ test_views/ views.view.test_new_comments.yml 
- core/modules/history/tests/modules/history_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
- ViewsConfigUpdater::processRssViewModeUpdate in core/modules/ views/ src/ ViewsConfigUpdater.php 
- Processes views and sets the default RSS view mode if necessary.
- 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.
