Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
system.module
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant DRUPAL_OPTIONAL
Optional option on forms and settings
13 uses of DRUPAL_OPTIONAL
CommentContentRebuild::testCommentRebuild
in drupal/
modules/
comment/
comment.test
Test to ensure that the comment's content array is rebuilt for every call to
comment_view
().
CommentHelperCase::postComment
in drupal/
modules/
comment/
comment.test
Post comment.
CommentHelperCase::setCommentPreview
in drupal/
modules/
comment/
comment.test
Set comment preview setting.
CommentInterfaceTest::testCommentInterface
in drupal/
modules/
comment/
comment.test
Test comment interface.
CommentPreviewTest::testCommentEditPreviewSave
in drupal/
modules/
comment/
comment.test
Test comment edit, preview, and save.
... See full list
File
drupal/
modules/
system/
system.module
, line 41
Configuration system that lets administrators modify the workings of the site.
Code
define
(
'DRUPAL_OPTIONAL'
,
1
);