57 calls to variable_set()

BreadcrumbTest::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
CacheDecoratorLanguageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
CacheDecoratorLanguageTest::testCacheDecoratorLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php
Check the translations of the cached plugin definitions.
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
CommentTestBase::setCommentSettings in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets a comment settings variable for the article content type.
field_bundle_settings in drupal/core/modules/field/field.module
Gets or sets administratively defined bundle settings.
field_entity_bundle_rename in drupal/core/modules/field/field.attach.inc
Implements hook_entity_bundle_rename().
field_update_8002 in drupal/core/modules/field/field.install
Migrate all instance widget and display settings to configuration.
FileSystemForm::submitForm in drupal/core/modules/system/lib/Drupal/system/Form/FileSystemForm.php
Implements \Drupal\Core\Form\FormInterface::submitForm().
FormatDateTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Sets up a Drupal site for running functional and integration tests.
forum_install in drupal/core/modules/forum/forum.install
Implements hook_install().
hook_menu_delete in drupal/core/modules/menu/menu.api.php
Respond to a custom menu deletion.
hook_menu_insert in drupal/core/modules/menu/menu.api.php
Respond to a custom menu creation.
hook_menu_update in drupal/core/modules/menu/menu.api.php
Respond to a custom menu update.
hook_modules_installed in drupal/core/modules/system/system.api.php
Perform necessary actions after modules are installed.
hook_node_type_update in drupal/core/modules/node/node.api.php
Respond to node type updates.
install_configure_form_submit in drupal/core/includes/install.core.inc
Form submission handler for install_configure_form().
install_finished in drupal/core/includes/install.core.inc
Performs final installation steps and displays a 'finished' page.
install_run_task in drupal/core/includes/install.core.inc
Runs an individual installation task.
install_run_tasks in drupal/core/includes/install.core.inc
Runs all tasks for the current installation request.
LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php
Test dependency injected Language object against a new default language object.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
language_disable in drupal/core/modules/language/language.install
Implements hook_disable().
language_negotiation_configure_form_submit in drupal/core/modules/language/language.admin.inc
Submit handler for language negotiation settings.
language_negotiation_set in drupal/core/includes/language.inc
Saves a list of language negotiation methods for a language type.
language_save in drupal/core/modules/language/language.module
API function to add or update a language.
language_types_disable in drupal/core/includes/language.inc
Disables the given language types.
language_types_set in drupal/core/includes/language.inc
Updates the language type configuration.
language_update_count in drupal/core/modules/language/language.module
Updates the language_count variable.
LocaleUninstallTest::testUninstallProcess in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
locale_form_language_admin_edit_form_alter_submit in drupal/core/modules/locale/locale.module
Form submission handler for language_admin_edit_form().
MenuRouterTest::testMenuItemTitlesCases in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests the possible ways to set the title for menu items. Also tests that menu item titles work with string overrides.
menu_menu_predelete in drupal/core/modules/menu/menu.module
Implements hook_menu_predelete().
NodeAccessLanguageTest::testNodeAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php
Tests node_access() with multiple node languages and no private nodes.
NodeCreationTest::testUnpublishedNodeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
NodeFormButtonsTest::testNodeFormButtons in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFormButtonsTest.php
Tests that the right buttons are displayed for saving nodes.
node_form_system_themes_admin_form_submit in drupal/core/modules/node/node.module
Form submission handler for system_themes_admin_form().
node_type_form_submit in drupal/core/modules/node/content_types.inc
Form submission handler for node_type_form().
OverlayCloseTest::testNodeCreation in drupal/core/modules/overlay/lib/Drupal/overlay/Tests/OverlayCloseTest.php
Tests that the overlay is correctly closed after creating a node.
PagePreviewTest::testPagePreviewWithRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php
Checks the node preview functionality, when using revisions.
PathLanguageTest::testAliasTranslation in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
RemoteFileUnmanagedMoveTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedMoveTest.php
Sets up a Drupal site for running functional and integration tests.
SearchCommentTest::testSearchResultsComment in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchCommentTest::testSearchResultsCommentAccess in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchRankingTest::testDoubleRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Verifies that if we combine two rankings, search still works.
SearchRankingTest::testHTMLRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Test rankings of HTML tags.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
ShortcutLinksTest::testShortcutQuickLink in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests that the "add to shortcut" link changes to "remove shortcut".
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
TrackerTest::setUp in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Sets up a Drupal site for running functional and integration tests.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_prepare_d8_language in drupal/core/includes/update.inc
Prepares Drupal 8 language changes for the bootstrap if needed.
update_prepare_stored_includes in drupal/core/includes/update.inc
Fixes stored include paths to match the "/core" migration.
VariableTest::testVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php
Tests variables then deletes them.
WebTestBase::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Sets up a Drupal site for running functional and integration tests.
_book_install_type_create in drupal/core/modules/book/book.install
Creates the book content type.
_drupal_flush_css_js in drupal/core/includes/common.inc
Changes the dummy query string added to all CSS and JavaScript files.