- comment_get_recent in core/
modules/ comment/ comment.module - Finds the most recent comments that are available to the current user.
- EntityReferenceSelectionHandlerGeneric_node::entityFieldQueryAlter in core/
modules/ entityreference/ plugins/ selection/ EntityReferenceSelectionHandlerGeneric.inc - Implements EntityReferenceHandler::entityFieldQueryAlter().
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/
modules/ file/ tests/ file.test - Tests file access for private nodes when file download access is granted.
- hook_node_type_load in core/
modules/ node/ node.api.php - Respond to the loading of node types.
- NodeLoadHooksTestCase::testHookNodeLoad in core/
modules/ node/ tests/ node.test - Tests that hook_node_load() is invoked correctly.
- NodeTypeTestCase::testNodeTypeCreation in core/
modules/ node/ tests/ node.test - Tests creating a content type programmatically and via a form.
- node_form in core/
modules/ node/ node.pages.inc - Form constructor for the node add/edit form.
- node_get_recent in core/
modules/ node/ node.module - Finds the most recently changed nodes that are available to the current user.
- node_node_type_load in core/
modules/ node/ node.types.inc - Implements hook_node_type_load().
- node_publish_action in core/
modules/ node/ node.actions.inc - Sets the status of a node to 1 (published).
- node_type_form in core/
modules/ node/ node.types.inc - Form constructor for the node type editing form.
- standard_install in core/
profiles/ standard/ standard.install - Implements hook_install().
- TokenExampleTestCase::testInterface in modules/
examples/ token_example/ tests/ token_example.test - Test interface.
- ViewsAjaxTest::setUp in core/
modules/ views/ tests/ views_ajax.test - Sets up a Backdrop site for running functional and integration tests.
- views_ui_views_ui_wizards in core/
modules/ views_ui/ views_ui.module - Implements hook_views_ui_wizards().
- _token_example_get_comment in modules/
examples/ token_example/ token_example.module - Builds a list of available comments.
- _token_example_get_node in modules/
examples/ token_example/ token_example.module - Builds a list of available content.