menu_test_title_callback |
core/modules/simpletest/tests/menu_test.module |
Concatenates a string, by using the t() function and a case number. |
menu_theme |
core/modules/menu/menu.module |
Implements hook_theme(). |
menu_tokens |
core/modules/menu/menu.tokens.inc |
Implements hook_tokens() on behalf of menu.module. |
menu_token_info |
core/modules/menu/menu.tokens.inc |
Implements hook_token_info(). |
menu_tree |
core/includes/menu.inc |
Renders a menu tree based on the current path. |
menu_tree_all_data |
core/includes/menu.inc |
Gets the data structure representing a named menu tree. |
menu_tree_check_access |
core/includes/menu.inc |
Checks access and performs dynamic operations for each link in the tree. |
menu_tree_collect_node_links |
core/includes/menu.inc |
Collects node links from a given menu tree recursively. |
menu_tree_data |
core/includes/menu.inc |
Sorts and returns the built data representing a menu tree. |
menu_tree_get_path |
core/includes/menu.inc |
Gets the path for determining the active trail of the specified menu tree. |
menu_tree_output |
core/includes/menu.inc |
Returns an output structure for rendering a menu tree. |
menu_tree_page_data |
core/includes/menu.inc |
Gets the data structure for a named menu tree, based on the current page. |
menu_tree_set_path |
core/includes/menu.inc |
Sets the path for determining the active trail of the specified menu tree. |
menu_uninstall |
core/modules/menu/menu.install |
Implements hook_uninstall(). |
menu_unserialize |
core/includes/menu.inc |
Unserializes menu data, using a map to replace path elements. |
menu_update_1000 |
core/modules/menu/menu.install |
Moves menu settings from variables to config. |
menu_update_1001 |
core/modules/menu/menu.install |
Move menu content type settings into configuration files. |
menu_update_1002 |
core/modules/menu/menu.install |
Move individual menus into config files. |
menu_update_1003 |
core/modules/menu/menu.install |
Delete primary and secondary menu settings. |
menu_update_1004 |
core/modules/menu/menu.install |
Add new default config values. |
menu_update_1005 |
core/modules/menu/menu.install |
Clean up duplicate user/login menu item entries. |
menu_update_1006 |
core/modules/menu/menu.install |
Clean up duplicate system menu item entries. |
menu_update_dependencies |
core/modules/menu/menu.install |
Implements hook_update_dependencies(). |
menu_update_parent_options_ajax |
core/modules/menu/menu.module |
Ajax callback to replace the menu item parent options. |
MergeQuery::arguments |
core/includes/database/query.inc |
Gets a complete list of all values to insert into the prepared statement. |
MergeQuery::compile |
core/includes/database/query.inc |
Compiles the saved conditions for later retrieval. |
MergeQuery::compiled |
core/includes/database/query.inc |
Check whether a condition has been previously compiled. |
MergeQuery::condition |
core/includes/database/query.inc |
Helper function: builds the most common conditional clauses. |
MergeQuery::conditions |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
MergeQuery::execute |
core/includes/database/query.inc |
Runs the query against the database. |
MergeQuery::exists |
core/includes/database/query.inc |
Sets a condition that the specified subquery returns values. |
MergeQuery::expression |
core/includes/database/query.inc |
Specifies fields to be updated as an expression. |
MergeQuery::fields |
core/includes/database/query.inc |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
MergeQuery::getResult |
core/includes/database/query.inc |
Return the result of the merge query. |
MergeQuery::insertFields |
core/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
MergeQuery::isNotNull |
core/includes/database/query.inc |
Sets a condition that the specified field be NOT NULL. |
MergeQuery::isNull |
core/includes/database/query.inc |
Sets a condition that the specified field be NULL. |
MergeQuery::key |
core/includes/database/query.inc |
Sets the key field(s) to be used as conditions for this query. |
MergeQuery::notExists |
core/includes/database/query.inc |
Sets a condition that the specified subquery returns no values. |
MergeQuery::updateFields |
core/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
MergeQuery::useDefaults |
core/includes/database/query.inc |
Specifies fields for which the database-defaults should be used. |
MergeQuery::where |
core/includes/database/query.inc |
Adds an arbitrary WHERE clause to the query. |
MergeQuery::__construct |
core/includes/database/query.inc |
Constructs a MergeQuery object. |
MergeQuery::__toString |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
MetaTagsTestCase::testMetaTag |
core/modules/system/tests/system.test |
Verify that the meta tag HTML is generated correctly. |
mime_header_decode |
core/includes/unicode.inc |
Decodes MIME/HTTP encoded header values. |
mime_header_encode |
core/includes/unicode.inc |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
minimal_form_install_configure_form_alter |
core/profiles/minimal/minimal.profile |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
minimal_install |
core/profiles/minimal/minimal.install |
Implements hook_install(). |
MockTestConnection::flushCommands |
core/modules/simpletest/tests/filetransfer.test |
|