Files - 8.9.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
CommentStorageSchema.php core/modules/comment/src/CommentStorageSchema.php Drupal\comment
CommentStringIdEntitiesTest.php core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Drupal\Tests\comment\Kernel
CommentTest.php core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php Drupal\Tests\comment\Kernel\Plugin\migrate\source\d6
CommentTest.php core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php Drupal\Tests\comment\Kernel\Plugin\migrate\source\d7
CommentTest.php core/modules/jsonapi/tests/src/Functional/CommentTest.php Drupal\Tests\jsonapi\Functional
CommentTestBase.php core/modules/comment/src/Tests/CommentTestBase.php Drupal\comment\Tests
CommentTestBase.php core/modules/comment/src/Tests/Views/CommentTestBase.php Drupal\comment\Tests\Views
CommentTestBase.php core/modules/comment/tests/src/Functional/CommentTestBase.php Drupal\Tests\comment\Functional
CommentTestBase.php core/modules/comment/tests/src/Functional/Views/CommentTestBase.php Drupal\Tests\comment\Functional\Views
CommentTestBaseField.php core/modules/comment/tests/modules/comment_base_field_test/src/Entity/CommentTestBaseField.php Drupal\comment_base_field_test\Entity
CommentTestController.php core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php Drupal\comment_test\Controller
CommentTestTrait.php core/modules/comment/src/Tests/CommentTestTrait.php Drupal\comment\Tests
CommentThreadingTest.php core/modules/comment/tests/src/Functional/CommentThreadingTest.php Drupal\Tests\comment\Functional
CommentTitleTest.php core/modules/comment/tests/src/Functional/CommentTitleTest.php Drupal\Tests\comment\Functional
CommentTokenReplaceTest.php core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php Drupal\Tests\comment\Functional
CommentTranslationHandler.php core/modules/comment/src/CommentTranslationHandler.php Drupal\comment
CommentTranslationUITest.php core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Drupal\Tests\comment\Functional
CommentType.php core/modules/comment/src/Entity/CommentType.php Drupal\comment\Entity
CommentType.php core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php Drupal\comment\Plugin\migrate\source\d7
CommentTypeDeleteForm.php core/modules/comment/src/Form/CommentTypeDeleteForm.php Drupal\comment\Form
CommentTypeForm.php core/modules/comment/src/CommentTypeForm.php Drupal\comment
CommentTypeHalJsonAnonTest.php core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php Drupal\Tests\comment\Functional\Hal
CommentTypeHalJsonBasicAuthTest.php core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php Drupal\Tests\comment\Functional\Hal
CommentTypeHalJsonCookieTest.php core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php Drupal\Tests\comment\Functional\Hal
CommentTypeInterface.php core/modules/comment/src/CommentTypeInterface.php Drupal\comment
CommentTypeJsonAnonTest.php core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php Drupal\Tests\comment\Functional\Rest
CommentTypeJsonBasicAuthTest.php core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php Drupal\Tests\comment\Functional\Rest
CommentTypeJsonCookieTest.php core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php Drupal\Tests\comment\Functional\Rest
CommentTypeListBuilder.php core/modules/comment/src/CommentTypeListBuilder.php Drupal\comment
CommentTypeResourceTestBase.php core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Drupal\Tests\comment\Functional\Rest
CommentTypeResourceTestBase.php core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeResourceTestBase.php Drupal\Tests\rest\Functional\EntityResource\CommentType
CommentTypeTest.php core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Drupal\Tests\jsonapi\Functional
CommentTypeTest.php core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php Drupal\Tests\comment\Kernel\Plugin\migrate\source\d7
CommentTypeTest.php core/modules/comment/tests/src/Functional/CommentTypeTest.php Drupal\Tests\comment\Functional
CommentTypeXmlAnonTest.php core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php Drupal\Tests\comment\Functional\Rest
CommentTypeXmlBasicAuthTest.php core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php Drupal\Tests\comment\Functional\Rest
CommentTypeXmlCookieTest.php core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php Drupal\Tests\comment\Functional\Rest
CommentUninstallTest.php core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Drupal\Tests\comment\Kernel
CommentUpdateTest.php core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Drupal\Tests\comment\Functional\Update
CommentUserNameTest.php core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Drupal\Tests\comment\Kernel\Views
CommentValidationTest.php core/modules/comment/tests/src/Kernel/CommentValidationTest.php Drupal\Tests\comment\Kernel
CommentVariable.php core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Drupal\comment\Plugin\migrate\source\d6
CommentVariablePerCommentType.php core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Drupal\comment\Plugin\migrate\source\d6
CommentVariablePerCommentTypeTest.php core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php Drupal\Tests\comment\Kernel\Plugin\migrate\source\d6
CommentVariableTest.php core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php Drupal\Tests\comment\Kernel\Plugin\migrate\source\d6
CommentViewBuilder.php core/modules/comment/src/CommentViewBuilder.php Drupal\comment
CommentViewsData.php core/modules/comment/src/CommentViewsData.php Drupal\comment
CommentViewsFieldAccessTest.php core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Drupal\Tests\comment\Kernel\Views
CommentViewsKernelTestBase.php core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Drupal\Tests\comment\Kernel\Views
CommentWidget.php core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Drupal\comment\Plugin\Field\FieldWidget

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.