|
lock_wait |
core/includes/lock.inc |
Wait for a lock to be available. |
|
MailSystemInterface::format |
core/includes/mail.inc |
Format a message composed by backdrop_mail() prior sending. |
|
MailSystemInterface::mail |
core/includes/mail.inc |
Send a message composed by backdrop_mail(). |
|
MailTestCase::format |
core/modules/simpletest/tests/mail.test |
Concatenate and wrap the email body for plain-text mails. |
|
MailTestCase::mail |
core/modules/simpletest/tests/mail.test |
Send function that is called through the mail system. |
|
MailTestCase::setUp |
core/modules/simpletest/tests/mail.test |
Sets up a Backdrop site for running functional and integration tests. |
|
MailTestCase::testCancelMessage |
core/modules/simpletest/tests/mail.test |
Test that message sending may be canceled. |
|
MailTestCase::testPluggableFramework |
core/modules/simpletest/tests/mail.test |
Assert that the pluggable mail system is functional. |
|
MappedDiff::__construct |
core/includes/diff.inc |
Constructor. |
|
map_month |
core/includes/form.inc |
Renders a month name for display. |
|
MemoryQueue::claimItem |
core/modules/system/system.queue.inc |
Claim an item in the queue for processing. |
|
MemoryQueue::createItem |
core/modules/system/system.queue.inc |
Add a queue item and store it directly to the queue. |
|
MemoryQueue::createQueue |
core/modules/system/system.queue.inc |
Create a queue. |
|
MemoryQueue::deleteItem |
core/modules/system/system.queue.inc |
Delete a finished item from the queue. |
|
MemoryQueue::deleteQueue |
core/modules/system/system.queue.inc |
Delete a queue and every item in the queue. |
|
MemoryQueue::numberOfItems |
core/modules/system/system.queue.inc |
Retrieve the number of items in the queue. |
|
MemoryQueue::releaseItem |
core/modules/system/system.queue.inc |
Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires. |
|
MemoryQueue::__construct |
core/modules/system/system.queue.inc |
Start working with a queue. |
|
MenuBlockTestCase::addMenuLink |
core/modules/system/tests/system.test |
Add a menu link using the menu module UI. |
|
MenuBlockTestCase::doMenuBlockTests |
core/modules/system/tests/system.test |
Test Menu Block functionality. |
|
MenuBlockTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
|
MenuBlockTestCase::testCustomMenuBlocks |
core/modules/system/tests/system.test |
Test Menu Block functionality with custom menu. |
|
MenuBlockTestCase::testMainMenuBlocks |
core/modules/system/tests/system.test |
Test Menu Block functionality with a system menu. |
|
MenuBreadcrumbTestCase::setUp |
core/modules/simpletest/tests/menu.test |
Sets up a Backdrop site for running functional and integration tests. |
|
MenuBreadcrumbTestCase::testBreadCrumbs |
core/modules/simpletest/tests/menu.test |
Tests breadcrumbs on node and administrative paths. |
|
MenuChangeTestCase::setUp |
core/modules/simpletest/tests/menu.test |
Set up testing environment. |
|
MenuChangeTestCase::testMenuChangeTypeTestCase |
core/modules/simpletest/tests/menu.test |
Test that updating the type of a menu item works correctly. |
|
MenuExampleTestCase::setUp |
modules/examples/menu_example/tests/menu_example.test |
Enable modules and create user with specific permissions. |
|
MenuExampleTestCase::testMenuExample |
modules/examples/menu_example/tests/menu_example.test |
Test the various menus. |
|
MenuLanguageTestCase::setUp |
core/modules/menu/tests/menu_language.test |
Set up test environment. |
|
MenuLanguageTestCase::testMenuParentLanguage |
core/modules/menu/tests/menu_language.test |
Test menu item parents on form menu_edit_item. |
|
MenuLanguageTestCase::testMenuParentLanguageNode |
core/modules/menu/tests/menu_language.test |
Test that the available parent menu items match on the node form. |
|
MenuLanguageTestCase::validateParentOptions |
core/modules/menu/tests/menu_language.test |
Verify that the items provided in the select list are usable as parents. |
|
MenuLinksUnitTestCase::assertMenuLinkParents |
core/modules/simpletest/tests/menu.test |
Assert that at set of links is properly parented. |
|
MenuLinksUnitTestCase::createLinkHierarchy |
core/modules/simpletest/tests/menu.test |
Create a simple hierarchy of links. |
|
MenuLinksUnitTestCase::testMenuLinkReparenting |
core/modules/simpletest/tests/menu.test |
Test automatic re-parenting of menu links. |
|
MenuLinksUnitTestCase::testMenuLinkRouterReparenting |
core/modules/simpletest/tests/menu.test |
Test automatic reparenting of menu links derived from menu routers. |
|
MenuNodeTestCase::setUp |
core/modules/menu/tests/menu.test |
Sets up a Backdrop site for running functional and integration tests. |
|
MenuNodeTestCase::testMenuNodeFormWidget |
core/modules/menu/tests/menu.test |
Test creating, editing, deleting menu links via node form widget. |
|
MenuRebuildTestCase::testMenuRebuildByVariable |
core/modules/simpletest/tests/menu.test |
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call. |
|
MenuRouterTestCase::menuLoadRouter |
core/modules/simpletest/tests/menu.test |
Load the router for a given path. |
|
MenuRouterTestCase::setUp |
core/modules/simpletest/tests/menu.test |
Sets up a Backdrop site for running functional and integration tests. |
|
MenuRouterTestCase::testAuthUserUserLogin |
core/modules/simpletest/tests/menu.test |
Test that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page. |
|
MenuRouterTestCase::testHookCustomTheme |
core/modules/simpletest/tests/menu.test |
Test that hook_custom_theme() can control the theme of a page. |
|
MenuRouterTestCase::testMenuCallbacks |
core/modules/simpletest/tests/menu.test |
Tests title and theme callbacks in hook_menu(). |
|
MenuRouterTestCase::testMenuGetItemNoAncestors |
core/modules/simpletest/tests/menu.test |
Test menu_get_item() with empty ancestors. |
|
MenuRouterTestCase::testMenuHidden |
core/modules/simpletest/tests/menu.test |
Tests menu link depth and parents of local tasks and menu callbacks. |
|
MenuRouterTestCase::testMenuHierarchy |
core/modules/simpletest/tests/menu.test |
Tests for menu hierarchy. |
|
MenuRouterTestCase::testMenuItemHooks |
core/modules/simpletest/tests/menu.test |
Test menu maintenance hooks. |
|
MenuRouterTestCase::testMenuItemTitlesCases |
core/modules/simpletest/tests/menu.test |
Tests the possible ways to set the title for menu items.
Also tests that menu item titles work with string overrides. |