comment_node_view in modules/comment/comment.module
Implements hook_node_view().
hook_entity_info in modules/entity/entity.api.php
Inform the base system and the Field API about one or more entity types.
hook_field_display_alter in modules/field/field.api.php
Alters the display settings of a field before it gets displayed.
hook_field_display_ENTITY_TYPE_alter in modules/field/field.api.php
Alters the display settings of a field on a given entity type before it gets displayed.
hook_search_execute in modules/search/search.api.php
Execute a search for a set of key words.
hook_update_index in modules/search/search.api.php
Update the search index for this module.
NodeBlock::form in modules/node/node.block.inc
Builds the block's settings configuration form.
node_entity_info in modules/node/node.module
Implements hook_entity_info().
node_field_display_node_alter in modules/node/node.module
Implements hook_field_display_ENTITY_TYPE_alter().
_node_index_node in modules/node/node.module
Indexes a single node.
node_preview_banner_form in modules/node/node.pages.inc
Get the preview form selection box.
node_search_execute in modules/node/node.module
Implements hook_search_execute().
_node_search_query_alter in modules/node/node.module
Exclude nodes from the search query in the special situations.
SearchConfigSettingsForm::testSearchNodeTypes in modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchMatchTestCase::_testQueries in modules/search/tests/search.test
Run predefine queries looking for indexed terms.
search_reindex in modules/search/search.module
Clears a part of or the entire search index.
search_schema in modules/search/search.install
Implements hook_schema().
SearchSetLocaleTest::testSearchWithNumericLocale in modules/search/tests/search.test
Verify that search works with a numeric locale set.
search_views_data in modules/search/views/search.views.inc
Implements hook_views_data().
views_handler_argument_search::query_parse_search_expression in modules/search/views/views_handler_argument_search.inc
Take sure that parseSearchExpression is runned and everything is set up for it.
views_handler_filter_search::query_parse_search_expression in modules/search/views/views_handler_filter_search.inc
Take sure that parseSearchExpression is runned and everything is set up for it.