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
SearchCommentTestCase::$node property core/modules/search/tests/search.test
views_plugin_row_comment_rss class core/modules/comment/views/views_plugin_row_comment_rss.inc Plugin which formats the comments as RSS items.
CommentNodeAutoCloserTestCase class core/modules/comment/tests/comment.test Tests that comments behave correctly when the auto closer is enabled.
COMMENT_ANONYMOUS_MAY_CONTACT constant core/modules/comment/comment.module Anonymous posters may leave their contact information.
views_plugin_row_comment_view class core/modules/comment/views/views_plugin_row_comment_view.inc Plugin which performs a comment_view on the resulting object.
CommentAuthorDeletionTestCase class core/modules/comment/tests/comment.test Tests the behavior of comments when the comment author is deleted.
comment_admin_overview_submit function core/modules/comment/comment.admin.inc Form submission handler for comment_admin_overview().
comment_confirm_delete_submit function core/modules/comment/comment.admin.inc Form submission handler for comment_confirm_delete().
COMMENT_ANONYMOUS_MUST_CONTACT constant core/modules/comment/comment.module Anonymous posters are required to leave their contact information.
comment_config_create_validate function core/modules/comment/comment.module Implements hook_config_create_validate()
CommentHelperCase::$admin_user property core/modules/comment/tests/comment.test
CommentHelperCase::postComment function core/modules/comment/tests/comment.test Posts a comment.
comment_increment_alphadecimal function core/modules/comment/comment.module Increments a sorting code to the next value.
CommentStorageController::load function core/modules/comment/comment.entity.inc Overrides DefaultEntityController::load().
CommentStorageController::view function core/modules/comment/comment.entity.inc Overrides DefaultEntityController::view().
CommentInterfaceTest::$comment property core/modules/comment/tests/comment.test
DatabaseSchema::prepareComment function core/includes/database/schema.inc Prepare a table or column comment for database query.
views-view-row-comment.tpl.php file core/modules/views/templates/views-view-row-comment.tpl.php Default simple view template to display a single comment.
views_handler_field_comment.inc file core/modules/comment/views/views_handler_field_comment.inc Definition of views_handler_field_comment.
SearchCommentTestCase::$profile property core/modules/search/tests/search.test The profile to install as a basis for testing.
DatabaseConnection::makeComment function core/includes/database/database.inc Flatten an array of query comments into a single comment string.
_locale_import_shorten_comments function core/includes/gettext.inc Generates a short, one-string version of the passed comment array.
CommentAnonymous::testAnonymous function core/modules/comment/tests/comment.test Tests anonymous comment functionality.
comment_hacks.css.optimized.css file core/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css .test1{display:block;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px…
comment_admin_overview_validate function core/modules/comment/comment.admin.inc Form validation handler for comment_admin_overview().
comment_multiple_delete_confirm function core/modules/comment/comment.admin.inc Form constructor for the confirmation form for bulk comment deletion.
COMMENT_ANONYMOUS_MAYNOT_CONTACT constant core/modules/comment/comment.module Anonymous posters cannot enter their contact information.
views_plugin_row_comment_rss.inc file core/modules/comment/views/views_plugin_row_comment_rss.inc Contains the comment RSS row style plugin.
SearchCommentCountToggleTestCase class core/modules/search/tests/search.test Tests that comment count display toggles properly on comment status of node
CommentHelperCase::commentExists function core/modules/comment/tests/comment.test Checks current page for specified comment.
CommentHelperCase::deleteComment function core/modules/comment/tests/comment.test Deletes a comment.
views_handler_field_comment_link class core/modules/comment/views/views_handler_field_comment_link.inc Base field handler to present a link.
CommentInterfaceTest::$web_user2 property core/modules/comment/tests/comment.test
views_handler_field_node_comment class core/modules/comment/views/views_handler_field_node_comment.inc Display node comment status.
DatabaseSchema_mysql::getComment function core/includes/database/mysql/schema.inc Retrieve a table or column comment.
CommentBlockFunctionalTest::setUp function core/modules/comment/tests/comment.test Sets up a Backdrop site for running functional and integration tests.
views_ui_comment_views_wizard.php file core/modules/views_ui/wizards/views_ui_comment_views_wizard.php Definition of ViewsUiCommentViewsWizard.
views_plugin_row_comment_view.inc file core/modules/comment/views/views_plugin_row_comment_view.inc Contains the node RSS row style plugin.
comment_form_node_type_form_alter function core/modules/comment/comment.module Implements hook_form_FORM_ID_alter().
DatabaseConnection::filterComment function core/includes/database/database.inc Sanitize a query comment string.
comment_form_submit_build_comment function core/modules/comment/comment.module Updates the comment entity by processing the submission's values.
CommentHelperCase::setCommentForm function core/modules/comment/tests/comment.test Sets the value governing whether the comment form is on its own page.
CommentStorageController::preSave function core/modules/comment/comment.entity.inc Overrides EntityDatabaseStorageController::preSave().
comment_hacks.css.unoptimized.css file core/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css /* * A sample css file, designed to test the effectiveness and stability * of function <code>backdrop_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful…
views_handler_sort_comment_thread class core/modules/comment/views/views_handler_sort_comment_thread.inc Sort handler for ordering by thread.
views_handler_filter_node_comment class core/modules/comment/views/views_handler_filter_node_comment.inc Filter based on comment node status.
views_handler_field_comment::init function core/modules/comment/views/views_handler_field_comment.inc Override init function to provide generic option to link to comment.
views_handler_field_comment_depth class core/modules/comment/views/views_handler_field_comment_depth.inc Field handler to display the depth of a comment.
SearchCommentTestCase::$admin_user property core/modules/search/tests/search.test
CommentStorageController::postSave function core/modules/comment/comment.entity.inc Overrides EntityDatabaseStorageController::postSave().

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