Skip to main content
backdrop
Documentation
Documentation and API source code for Backdrop CMS.
Welcome!
Login
constant COMMENT_TITLE_HIDDEN
Home
»
API reference
»
1.x
»
comment.module
Hidden comment titles.
4 uses of COMMENT_TITLE_HIDDEN
CommentHelperCase::setCommentSubject
in core/
modules/
comment/
tests/
comment.test
Sets the value governing whether the comment title field should be enabled.
CommentInterfaceTest::testCommentInterface
in core/
modules/
comment/
tests/
comment.test
Tests the comment interface.
comment_form_node_type_form_alter
in core/
modules/
comment/
comment.module
Implements
hook_form_FORM_ID_alter
().
template_preprocess_comment
in core/
modules/
comment/
comment.theme.inc
Preprocesses variables for
comment.tpl.php
.
File
core/
modules/
comment/
comment.module
, line 83
Enables users to comment on published content.
Code
define
(
'COMMENT_TITLE_HIDDEN'
,
'
hidden
'
)
Search
Menu
Toggle menu visibility
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
Database API
Icon API
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
Theme functions
Form API reference
Appendix/reference
Change records
Glossary
Coding & documentation standards
Contrib permissions policy