-
- Downloads
Issue #1986606 by jibran, pcambra, vijaycs85, dawehner, andypost, mbovan,...
Issue #1986606 by jibran, pcambra, vijaycs85, dawehner, andypost, mbovan, Arla, adnen, vprocessor, tkuldeep17, xjm, kim.pepper, dobe, snig, larowlan, miro_dietiker, tim.plunkett, Berdir, Lendude, plach, olli, damiankloip: Convert the comments administration screen to a view
parent
bcc7d038
No related branches found
No related tags found
Showing
- core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php 17 additions, 2 deletions...ore/Field/Plugin/Field/FieldFormatter/StringFormatter.php
- core/modules/comment/comment.post_update.php 38 additions, 0 deletionscore/modules/comment/comment.post_update.php
- core/modules/comment/comment.routing.yml 10 additions, 2 deletionscore/modules/comment/comment.routing.yml
- core/modules/comment/config/install/system.action.comment_delete_action.yml 10 additions, 0 deletions...nt/config/install/system.action.comment_delete_action.yml
- core/modules/comment/config/optional/views.view.comment.yml 1182 additions, 0 deletionscore/modules/comment/config/optional/views.view.comment.yml
- core/modules/comment/config/schema/comment.schema.yml 7 additions, 0 deletionscore/modules/comment/config/schema/comment.schema.yml
- core/modules/comment/config/schema/comment.views.schema.yml 8 additions, 0 deletionscore/modules/comment/config/schema/comment.views.schema.yml
- core/modules/comment/src/CommentViewsData.php 12 additions, 0 deletionscore/modules/comment/src/CommentViewsData.php
- core/modules/comment/src/Controller/AdminController.php 0 additions, 62 deletionscore/modules/comment/src/Controller/AdminController.php
- core/modules/comment/src/Form/CommentAdminOverview.php 48 additions, 28 deletionscore/modules/comment/src/Form/CommentAdminOverview.php
- core/modules/comment/src/Form/ConfirmDeleteMultiple.php 107 additions, 35 deletionscore/modules/comment/src/Form/ConfirmDeleteMultiple.php
- core/modules/comment/src/Plugin/Action/DeleteComment.php 98 additions, 0 deletionscore/modules/comment/src/Plugin/Action/DeleteComment.php
- core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php 51 additions, 0 deletions...Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php
- core/modules/comment/src/Plugin/views/field/CommentBulkForm.php 21 additions, 0 deletions...odules/comment/src/Plugin/views/field/CommentBulkForm.php
- core/modules/comment/src/Plugin/views/field/CommentedEntity.php 48 additions, 0 deletions...odules/comment/src/Plugin/views/field/CommentedEntity.php
- core/modules/comment/src/Tests/CommentAdminTest.php 60 additions, 1 deletioncore/modules/comment/src/Tests/CommentAdminTest.php
- core/modules/comment/src/Tests/CommentNonNodeTest.php 1 addition, 1 deletioncore/modules/comment/src/Tests/CommentNonNodeTest.php
- core/modules/comment/src/Tests/CommentTestBase.php 1 addition, 1 deletioncore/modules/comment/src/Tests/CommentTestBase.php
- core/modules/comment/src/Tests/Update/CommentAdminViewUpdateTest.php 51 additions, 0 deletions...s/comment/src/Tests/Update/CommentAdminViewUpdateTest.php
- core/modules/comment/src/Tests/Views/CommentAdminTest.php 211 additions, 0 deletionscore/modules/comment/src/Tests/Views/CommentAdminTest.php
Loading
Please register or sign in to comment