block_block_view in modules/block/block.module
Implements hook_block_view().
BlockHero::getContent in modules/layout/includes/block.hero.inc
Returns the rendered content of this block.
BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockText::getContent in modules/layout/includes/block.text.inc
Returns the rendered content of this block.
comment_submit in modules/comment/comment.module
Prepare a comment for submission.
FilterNoFormatTestCase::testCheckMarkupNoFormat in modules/filter/tests/filter.test
Tests text without format.
hook_node_update_index in modules/node/node.api.php
Act on a node being indexed for searching.
LayoutInterfaceTest::testOverriddenPaths in modules/layout/tests/layout.test
Test the overriding of paths.
taxonomy_term_build_content in modules/taxonomy/taxonomy.module
Builds a structured array representing the term's content.
taxonomy_term_feed in modules/taxonomy/taxonomy.pages.inc
Generate the content feed for a taxonomy term.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in modules/taxonomy/tests/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
taxonomy_tokens in modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
_text_sanitize in modules/field/modules/text/text.module
Sanitizes the 'value' or 'summary' data of a text value.
user_comment_view in modules/user/user.module
Implements hook_comment_view().
UserSignatureTestCase::testUserSignature in modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
views_handler_area_text::render_textarea in modules/views/handlers/views_handler_area_text.inc
Render a text area, using the proper format.
ViewsHandlerAreaTextTest::testAreaText in modules/views/tests/handlers/views_handler_area_text.test
views_handler_field_markup::render in modules/views/handlers/views_handler_field_markup.inc
Render the field.