Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for comment

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
views_handler_field_comment_link::query function core/modules/comment/views/views_handler_field_comment_link.inc Overriden to add the field for the entity id.
views_handler_argument_comment_user_uid class core/modules/comment/views/views_handler_argument_comment_user_uid.inc Argument handler to accept a user id to check for nodes that user posted or commented on.
DatabaseSchema_mysql::COMMENT_MAX_TABLE constant core/includes/database/mysql/schema.inc Maximum length of a table comment in MySQL.
views_handler_field_comment_username.inc file core/modules/comment/views/views_handler_field_comment_username.inc Definition of views_handler_field_comment_username.
backdrop_pre_render_conditional_comments function core/includes/common.inc Pre-render callback: Provides backwards-compatibility for #browsers property.
SearchCommentTestCase::testAddNewComment function core/modules/search/tests/search.test Verify that 'Add comment' does not appear in search results or index.
CommentInterfaceTest::testCommentClasses function core/modules/comment/tests/comment.test Tests CSS classes on comments.
CommentInterfaceTest::assertCommentLinks function core/modules/comment/tests/comment.test Asserts that comment links appear according to the passed environment.
EntityCrudHookTestCase::testCommentHooks function core/modules/entity/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on comments.
views_handler_sort_comment_thread::query function core/modules/comment/views/views_handler_sort_comment_thread.inc Called to add the sort to a query.
views_handler_field_comment_link_approve class core/modules/comment/views/views_handler_field_comment_link_approve.inc Field handler to present a link to approve a comment.
views_plugin_row_comment_rss::pre_render function core/modules/comment/views/views_plugin_row_comment_rss.inc Allow the style to do stuff before each row is rendered.
views_handler_field_comment_link::render function core/modules/comment/views/views_handler_field_comment_link.inc Render the field.
views_handler_field_comment::render_link function core/modules/comment/views/views_handler_field_comment.inc
views_handler_sort_ncs_last_comment_name class core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc Sort handler to sort by last comment name which might be in 2 different fields.
DatabaseSchema_mysql::COMMENT_MAX_COLUMN constant core/includes/database/mysql/schema.inc Maximum length of a column comment in MySQL.
views_handler_field_node_comment::render function core/modules/comment/views/views_handler_field_node_comment.inc Render the field.
views_handler_field_comment_link_edit.inc file core/modules/comment/views/views_handler_field_comment_link_edit.inc Definition of views_handler_field_comment_link_edit.
views_handler_field_comment_node_link.inc file core/modules/comment/views/views_handler_field_comment_node_link.inc Definition of views_handler_field_comment_node_link.
views_handler_field_node_new_comments.inc file core/modules/comment/views/views_handler_field_node_new_comments.inc Definition of views_handler_field_node_new_comments.
views_handler_filter_comment_user_uid.inc file core/modules/comment/views/views_handler_filter_comment_user_uid.inc Definition of views_handler_filter_comment_user_uid.
NodeAccessPagerTestCase::testCommentPager function core/modules/node/tests/node.test Tests the comment pager for nodes with multiple grants per realm.
DatabaseSelectTestCase::testSimpleComment function core/modules/simpletest/tests/database_test.test Test rudimentary SELECT statement with a COMMENT.
SearchCommentTestCase::setRolePermissions function core/modules/search/tests/search.test Set permissions for role.
CommentContentRebuild::testCommentRebuild function core/modules/comment/tests/comment.test Tests the rebuilding of comment's content arrays on calling comment_view().
views_handler_field_ncs_last_comment_name class core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc Field handler to present the name of the last comment poster.
views_handler_field_comment::options_form function core/modules/comment/views/views_handler_field_comment.inc Provide link-to-comment option
views_plugin_row_comment_view::pre_render function core/modules/comment/views/views_plugin_row_comment_view.inc Allow the style to do stuff before each row is rendered.
views_handler_field_comment_depth::render function core/modules/comment/views/views_handler_field_comment_depth.inc Work out the depth of this comment
CommentFieldsTest::testCommentDeletedBody function core/modules/comment/tests/comment.test Tests that the comment_body field is not required.
comment_views_handler_filter_user_uid.test file core/modules/comment/tests/comment_views_handler_filter_user_uid.test Definition of viewsHandlerFilterCommentUserUidTest.
views_handler_field_comment_link_reply.inc file core/modules/comment/views/views_handler_field_comment_link_reply.inc Definition of views_handler_field_comment_link_reply.
SearchCommentTestCase::assertCommentAccess function core/modules/search/tests/search.test Update search index and search for comment.
LocaleCommentLanguageFunctionalTest::setUp function core/modules/locale/tests/locale.test Sets up a Backdrop site for running functional and integration tests.
CommentHelperCase::performCommentOperation function core/modules/comment/tests/comment.test Performs the specified operation on the specified comment.
CommentInterfaceTest::testCommentInterface function core/modules/comment/tests/comment.test Tests the comment interface.
template_preprocess_views_view_row_comment function core/modules/comment/views/comment.views.inc Template helper for theme_views_view_row_comment
views_plugin_row_comment_rss::options_form function core/modules/comment/views/views_plugin_row_comment_rss.inc Provide a form for setting options.
views_handler_field_last_comment_timestamp class core/modules/comment/views/views_handler_field_last_comment_timestamp.inc Field handler to display the timestamp of a comment with the count of comments.
views_handler_field_comment_username::init function core/modules/comment/views/views_handler_field_comment_username.inc Override init function to add uid and homepage fields.
views_handler_argument_comment_user_uid.inc file core/modules/comment/views/views_handler_argument_comment_user_uid.inc Definition of views_handler_argument_comment_user_uid.
views_handler_field_comment_link_delete.inc file core/modules/comment/views/views_handler_field_comment_link_delete.inc Definition of views_handler_field_comment_link_delete.
ViewsUiCommentViewsWizard::build_form_style function core/modules/views_ui/wizards/views_ui_comment_views_wizard.php Build the part of the form that builds the display format options.
CommentFieldsTest::testCommentDefaultFields function core/modules/comment/tests/comment.test Tests that the default 'comment_body' field is correctly added.
views_handler_field_comment_link::construct function core/modules/comment/views/views_handler_field_comment_link.inc Construct a new field handler.
views_plugin_row_comment_view::options_form function core/modules/comment/views/views_plugin_row_comment_view.inc Provide a form for setting options.
views_handler_field_node_new_comments::init function core/modules/comment/views/views_handler_field_node_new_comments.inc init the handler with necessary data.
comment_views_handler_argument_user_uid.test file core/modules/comment/tests/comment_views_handler_argument_user_uid.test Definition of CommentViewsHandlerArgumentUserUidTest.
views_handler_field_comment_link_approve.inc file core/modules/comment/views/views_handler_field_comment_link_approve.inc Definition of views_handler_field_comment_link_approve.
views_handler_sort_ncs_last_comment_name.inc file core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc Definition of views_handler_sort_ncs_last_comment_name.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org