Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SessionTestCase::testSameSiteCookieAttributeDisabledViaConf | function | modules/ |
Test disabling the samesite attribute on session cookies via $conf |
| SessionTestCase::testSameSiteCookieAttributeDisabledViaPhpIni | function | modules/ |
Test disabling the samesite attribute on session cookies via php ini |
| SessionTestCase::testSameSiteCookieAttributeLax | function | modules/ |
Test SameSite attribute = Lax on session cookies. |
| SessionTestCase::testSameSiteCookieAttributeNone | function | modules/ |
Test SameSite attribute = None on session cookies. |
| SessionTestCase::testSameSiteCookieAttributeNoneSecure | function | modules/ |
Test SameSite attribute = None by default on Secure session cookies. |
| SessionTestCase::testSameSiteCookieAttributeStrict | function | modules/ |
Test SameSite attribute = Strict on session cookies. |
| SessionTestCase::testSamesiteCookieLogoutLax | function | modules/ |
Test SameSite attribute = Lax on set-cookie header on logout. |
| SessionTestCase::testSamesiteCookieOverrideLaxToStrict | function | modules/ |
Test overriding the PHP setting for session.cookie_samesite with the samesite_cookie_value variable. |
| SessionTestCase::testSamesiteCookiePhpSettingLax | function | modules/ |
Test that a PHP setting for session.cookie_samesite is not overridden by the default value in Drupal, without a samesite_cookie_value variable. |
| SessionTestCase::testSessionSaveRegenerate | function | modules/ |
Tests for drupal_save_session() and drupal_session_regenerate(). |
| SessionTestCase::testSessionWrite | function | modules/ |
Test that sessions are only saved when necessary. |
| SessionUnitTestCase | class | modules/ |
Unit tests for session handling. |
| SessionUnitTestCase::getInfo | function | modules/ |
|
| SessionUnitTestCase::testCookieDomain | function | modules/ |
|
| SessionUnitTestCase::testSessionInitialization | function | modules/ |
Unit test drupal_settings_initialize(). |
| session_test.info | file | modules/ |
name = "Session test" description = "Support module for session data testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
| session_test.module | file | modules/ |
|
| session_test_boot | function | modules/ |
Implements hook_boot(). |
| session_test_drupal_goto_alter | function | modules/ |
Implements hook_drupal_goto_alter(). |
| session_test_form_user_login_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| session_test_menu | function | modules/ |
Implements hook_menu(). |
| session_test_user_login | function | modules/ |
Implements hook_user(). |
| seven.info | file | themes/ |
name = Seven description = A simple one-column, tableless, fluid width administration theme. package = Core version = VERSION core = 7.x stylesheets[screen][] = reset.css stylesheets[screen][] = style.css settings[shortcut_module_link] =… |
| seven_admin_block_content | function | themes/ |
Overrides theme_admin_block_content(). |
| seven_css_alter | function | themes/ |
Implements hook_css_alter(). |
| seven_node_add_list | function | themes/ |
Display the list of available node types for node creation. |
| seven_preprocess_html | function | themes/ |
Override or insert variables into the html template. |
| seven_preprocess_maintenance_page | function | themes/ |
Override or insert variables into the maintenance page template. |
| seven_preprocess_page | function | themes/ |
Override or insert variables into the page template. |
| seven_tablesort_indicator | function | themes/ |
Override of theme_tablesort_indicator(). |
| shortcut-rtl.css | file | modules/ |
div#toolbar a#edit-shortcuts { position: absolute; left: 0; top: 0; padding: 5px 5px 5px 10px; } div#toolbar div.toolbar-shortcuts ul { float: none; margin-right: 5px; margin-left: 10em; } div#toolbar div.toolbar-shortcuts ul li a { … |
| shortcut.admin.css | file | modules/ |
.shortcut-slot-hidden { display: none; } div.form-item-set div.form-item-new { display: inline; } |
| shortcut.admin.inc | file | modules/ |
Administrative page callbacks for the shortcut module. |
| shortcut.api.php | file | modules/ |
Hooks provided by the Shortcut module. |
| shortcut.css | file | modules/ |
div#toolbar a#edit-shortcuts { float: right; padding: 5px 10px 5px 5px; line-height: 24px; color: #fefefe; } div#toolbar a#edit-shortcuts:focus, div#toolbar a#edit-shortcuts:hover, div#toolbar a#edit-shortcuts.active { color: #fff; … |
| shortcut.info | file | modules/ |
name = Shortcut description = Allows users to manage customizable lists of shortcut links. package = Core version = VERSION core = 7.x files[] = shortcut.test configure = admin/config/user-interface/shortcut |
| shortcut.install | file | modules/ |
Install, update and uninstall functions for the shortcut module. |
| shortcut.module | file | modules/ |
Allows users to manage customizable lists of shortcut links. |
| shortcut.test | file | modules/ |
Tests for shortcut.module. |
| ShortcutLinksTestCase | class | modules/ |
Defines shortcut links test cases. |
| ShortcutLinksTestCase::getInfo | function | modules/ |
|
| ShortcutLinksTestCase::testNoShortcutLink | function | modules/ |
Tests that the add shortcut link is not displayed for 404/403 errors. |
| ShortcutLinksTestCase::testShortcutLinkAdd | function | modules/ |
Tests that creating a shortcut works properly. |
| ShortcutLinksTestCase::testShortcutLinkChangePath | function | modules/ |
Tests that changing the path of a shortcut link works. |
| ShortcutLinksTestCase::testShortcutLinkDelete | function | modules/ |
Tests deleting a shortcut link. |
| ShortcutLinksTestCase::testShortcutLinkRename | function | modules/ |
Tests that shortcut links can be renamed. |
| ShortcutLinksTestCase::testShortcutQuickLink | function | modules/ |
Tests that the "add to shortcut" link changes to "remove shortcut". |
| ShortcutSetsTestCase | class | modules/ |
Defines shortcut set test cases. |
| ShortcutSetsTestCase::getInfo | function | modules/ |
|
| ShortcutSetsTestCase::testShortcutSetAdd | function | modules/ |
Tests creating a shortcut set. |
Pagination
- Previous page
- Page 137
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.