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