CommentBlockFunctionalTest::testRecentCommentBlock |
function |
core/modules/comment/tests/comment.test |
Tests the recent comments block. |
ViewsUiCommentViewsWizard::default_display_options |
function |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
Most subclasses will need to override this method to provide some fields
or a different row plugin. |
views_handler_field_comment_link_edit::render_link |
function |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
|
views_handler_field_last_comment_timestamp::render |
function |
core/modules/comment/views/views_handler_field_last_comment_timestamp.inc |
Render the field. |
views_handler_field_comment_username::options_form |
function |
core/modules/comment/views/views_handler_field_comment_username.inc |
Default options form that provides the label widget that all fields
should have. |
CommentFieldsTest::testCommentEmptyNonRequiredBody |
function |
core/modules/comment/tests/comment.test |
Tests trying to save a comment with an empty, NON-required body. |
views_handler_field_node_new_comments::render_link |
function |
core/modules/comment/views/views_handler_field_node_new_comments.inc |
|
CommentNodeChangesTestCase::testNodeCommentSettings |
function |
core/modules/comment/tests/comment.test |
Tests opening, closing, and hiding comments. |
SearchCommentCountToggleTestCase::$searchable_nodes |
property |
core/modules/search/tests/search.test |
|
CommentViewsHandlerArgumentUserUidTest::postComment |
function |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Post comment. |
EntityReferenceHandlersTestCase::testCommentHandler |
function |
core/modules/entityreference/tests/entityreference.handlers.test |
Test the comment-specific overrides of the entity handler. |
views_handler_field_comment_link_edit::options_form |
function |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_comment_link::option_definition |
function |
core/modules/comment/views/views_handler_field_comment_link.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_comment_link_reply::render_link |
function |
core/modules/comment/views/views_handler_field_comment_link_reply.inc |
|
views_handler_field_comment_node_link::options_form |
function |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_node_new_comments::options_form |
function |
core/modules/comment/views/views_handler_field_node_new_comments.inc |
Default options form that provides the label widget that all fields
should have. |
CommentViewsHandlerArgumentUserUidTest::$column_map |
property |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
ModuleUninstallTestCase::testUninstallCommentAddNode |
function |
core/modules/simpletest/tests/module.test |
Test that uninstalling Comment and then immediately adding a node works. |
views_handler_field_comment_link_delete::render_link |
function |
core/modules/comment/views/views_handler_field_comment_link_delete.inc |
|
views_handler_filter_node_comment::get_value_options |
function |
core/modules/comment/views/views_handler_filter_node_comment.inc |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
SearchCommentTestCase::testSearchResultsCommentAccess |
function |
core/modules/search/tests/search.test |
Verify access rules for comment indexing with different permissions. |
CommentInterfaceTest::testCommentNewCommentsIndicator |
function |
core/modules/comment/tests/comment.test |
Tests new comment marker. |
views_handler_field_comment_link_approve::render_link |
function |
core/modules/comment/views/views_handler_field_comment_link_approve.inc |
|
views_handler_field_last_comment_timestamp::construct |
function |
core/modules/comment/views/views_handler_field_last_comment_timestamp.inc |
Construct a new field handler. |
CommentInterfaceTest::testCommentNodeCommentStatistics |
function |
core/modules/comment/tests/comment.test |
Tests the node comment statistics. |
ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath |
function |
core/modules/views/tests/views_ui.test |
Helper function to create a comment and return its expected path. |
views_handler_argument_comment_user_uid::get_sort_name |
function |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Return a description of how the argument would normally be sorted. |
views_handler_field_comment_username::option_definition |
function |
core/modules/comment/views/views_handler_field_comment_username.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
LocaleCommentLanguageFunctionalTest::testCommentLanguage |
function |
core/modules/locale/tests/locale.test |
Test that comment language is properly set. |
CommentTokenReplaceTestCase::testCommentTokenReplacement |
function |
core/modules/comment/tests/comment.test |
Creates a comment, then tests the tokens generated from it. |
views_handler_field_comment_link_edit::option_definition |
function |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument_comment_user_uid::default_actions |
function |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Provide a list of default behaviors for this argument if the argument
is not present. |
views_handler_field_comment_node_link::option_definition |
function |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_node_new_comments::option_definition |
function |
core/modules/comment/views/views_handler_field_node_new_comments.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
CommentViewsHandlerArgumentUserUidTest::$node_user_posted |
property |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
EntityReferenceSelectionHandlerGeneric_comment::$label_key |
property |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
The entity's label key as required for matching the autocomplete string. |
CommentActionsTestCase::testCommentPublishUnpublishActions |
function |
core/modules/comment/tests/comment.test |
Tests comment publish and unpublish actions. |
views_plugin_row_comment_rss::options_form_summary_options |
function |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Return the main options, which are shown in the summary title |
CommentViewsHandlerFilterUserUidTest::view_comment_user_uid |
function |
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Override the view from the argument test case to remove the argument and
add filter with the uid as the value. |
views_plugin_row_comment_view::options_form_summary_options |
function |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Return the main options, which are shown in the summary title. |
views_handler_field_ncs_last_comment_name::option_definition |
function |
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
CommentViewsHandlerArgumentUserUidTest::$node_user_commented |
property |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid |
function |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
SearchCommentCountToggleTestCase::testSearchCommentCountToggle |
function |
core/modules/search/tests/search.test |
Verify that comment count displays correctly based on comment status of
node. |
CommentViewsHandlerArgumentUserUidTest::testCommentUserUidTest |
function |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings |
function |
core/modules/comment/tests/comment.test |
Tests the auto closer node type setting and the override setting on individual nodes. |
CommonJavaScriptTestCase::testDeprecatedBrowserConditionalComments |
function |
core/modules/simpletest/tests/common.test |
Test deprecated conditional comments are no longer output. |
EntityReferenceSelectionHandlerGeneric_comment::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |
CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled |
function |
core/modules/comment/tests/comment.test |
Test comment author deletion while the comment module is disabled. |