233 calls to variable_get()

ajax_base_page_theme in drupal/core/includes/ajax.inc
Theme callback: Returns the correct theme for an Ajax request.
block_admin_configure in drupal/core/modules/block/block.admin.inc
Form constructor for the block configuration form.
block_help in drupal/core/modules/block/block.module
Implements hook_help().
block_menu in drupal/core/modules/block/block.module
Implements hook_menu().
block_page_build in drupal/core/modules/block/block.module
Implements hook_page_build().
block_theme_initialize in drupal/core/modules/block/block.module
Assigns an initial, default set of blocks for a theme.
book_admin_paths in drupal/core/modules/book/book.module
Implements hook_admin_paths().
CascadingStylesheetsTest::testAddCssFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests that CSS query string remains intact when added to file.
CascadingStylesheetsTest::testRenderFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering the stylesheets.
ColorTest::_testColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
color_get_palette in drupal/core/modules/color/color.module
Retrieves the color palette for a particular theme.
color_scheme_form in drupal/core/modules/color/color.module
Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit in drupal/core/modules/color/color.module
Form submission handler for color_scheme_form().
CommentFormController::actions in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::actions().
CommentFormController::form in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
CommentRenderController::alterBuild in drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php
Overrides Drupal\Core\Entity\EntityRenderController::alterBuild().
CommentStorageController::updateNodeStatistics in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Updates the comment statistics for a given node.
CommentTestBase::postComment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Posts a comment.
comment_block_configure in drupal/core/modules/comment/comment.module
Implements hook_block_configure().
comment_field_extra_fields in drupal/core/modules/comment/comment.module
Implements hook_field_extra_fields().
comment_form_node_type_form_alter in drupal/core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
comment_get_display_ordinal in drupal/core/modules/comment/comment.module
Gets the display ordinal for a comment, starting from 0.
comment_get_display_page in drupal/core/modules/comment/comment.module
Returns the page number for a comment.
comment_new_page_count in drupal/core/modules/comment/comment.module
Calculates the page number for the first new comment.
comment_node_insert in drupal/core/modules/comment/comment.module
Implements hook_node_insert().
comment_node_page_additions in drupal/core/modules/comment/comment.module
Builds the comment-related elements for node detail pages.
comment_node_prepare in drupal/core/modules/comment/comment.module
Implements hook_node_prepare().
comment_node_update_index in drupal/core/modules/comment/comment.module
Implements hook_node_update_index().
comment_node_view in drupal/core/modules/comment/comment.module
Implements hook_node_view().
CrudTest::testCreateField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test the creation of a field.
db_ignore_slave in drupal/core/includes/database.inc
Sets a session variable specifying the lag time for ignoring a slave server.
design_test_menu_local_tasks_alter in drupal/core/modules/system/tests/modules/design_test/design_test.module
Implements hook_menu_local_tasks_alter().
DirectoryTest::testFileCheckDirectoryHandling in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
Test directory handling functions.
DirectoryTest::testFileDirectoryTemp in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
Ensure that the file_directory_temp() function always returns a value.
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
DrupalDiffFormatter::DrupalDiffFormatter in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
DrupalKernelTest::testCompileDIC in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_build_css_cache in drupal/core/includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_chmod in drupal/core/includes/file.inc
Sets the permissions on a file or directory.
drupal_classloader in drupal/core/includes/bootstrap.inc
Initializes and returns the class loader.
drupal_cron_cleanup in drupal/core/includes/common.inc
Shutdown function: Performs cron cleanup.
drupal_get_private_key in drupal/core/includes/common.inc
Ensures the private key variable used to generate tokens is set.
drupal_get_profile in drupal/core/includes/common.inc
Gets the name of the currently active installation profile.
drupal_http_request in drupal/core/includes/common.inc
Performs an HTTP request.
drupal_mail_system in drupal/core/includes/mail.inc
Returns an object that implements Drupal\Core\Mail\MailInterface.
drupal_mkdir in drupal/core/includes/file.inc
Creates a directory using Drupal's default mode.
drupal_pre_render_scripts in drupal/core/includes/common.inc
#pre_render callback to add the elements needed for JavaScript tags to be rendered.
drupal_pre_render_styles in drupal/core/includes/common.inc
Pre-render callback: Adds the elements needed for CSS tags to be rendered.
drupal_serve_page_from_cache in drupal/core/includes/bootstrap.inc
Sets HTTP headers in preparation for a cached page response.
drupal_session_commit in drupal/core/includes/session.inc
Commits the current session, if necessary.
drupal_session_initialize in drupal/core/includes/session.inc
Initializes the session handler, starting a session if needed.
drupal_session_regenerate in drupal/core/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
drupal_theme_initialize in drupal/core/includes/theme.inc
Initialize the theme system by loading the theme.
DummyStreamWrapper::getDirectoryPath in drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyStreamWrapper.php
Gets the path that the wrapper is responsible for.
EntityTranslationFormTest::testEntityFormLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
Field::query in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Called to add the field to a query.
field_attach_rename_bundle in drupal/core/modules/field/field.attach.inc
Notifies field.module that a bundle was renamed.
field_bundle_settings in drupal/core/modules/field/field.module
Gets or sets administratively defined bundle settings.
field_create_field in drupal/core/modules/field/field.crud.inc
Creates a field.
field_language in drupal/core/modules/field/field.multilingual.inc
Returns the display language code for the fields attached to the given entity.
field_language_delete in drupal/core/modules/field/field.multilingual.inc
Implements hook_language_delete().
field_language_insert in drupal/core/modules/field/field.multilingual.inc
Implements hook_language_insert().
FileStorageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/FileStorageTest.php
Overrides \Drupal\simpletest\UnitTestBase::setUp()
FileTransferTest::testJail in drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/FileTransferTest.php
file_default_scheme in drupal/core/includes/file.inc
Gets the default file stream implementation.
file_directory_temp in drupal/core/includes/file.inc
Gets the path of system-appropriate temporary directory.
file_ensure_htaccess in drupal/core/includes/file.inc
Creates a .htaccess file in each Drupal files directory if it is missing.
file_field_info in drupal/core/modules/file/file.field.inc
Implements hook_field_info().
file_get_content_headers in drupal/core/modules/file/file.module
Examines a file entity and returns appropriate content headers for download.
file_munge_filename in drupal/core/includes/file.inc
Modifies a filename as needed for security purposes.
file_save_upload in drupal/core/includes/file.inc
Saves a file upload to a new location.
FilterHtmlImageSecureTest::testImageSource in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
form_builder in drupal/core/includes/form.inc
Builds and processes all elements in the structured form array.
hook_block_configure in drupal/core/modules/block/block.api.php
Define a configuration form for a block.
hook_block_view in drupal/core/modules/block/block.api.php
Return a rendered or renderable view of a block.
hook_field_attach_delete_bundle in drupal/core/modules/field/field.api.php
Act on field_attach_delete_bundle.
hook_field_attach_rename_bundle in drupal/core/modules/field/field.api.php
Act on field_attach_rename_bundle().
hook_field_insert in drupal/core/modules/field/field.api.php
Define custom insert behavior for this module's field data.
hook_field_language_alter in drupal/core/modules/field/field.api.php
Perform alterations on field_language() values.
hook_field_update in drupal/core/modules/field/field.api.php
Define custom update behavior for this module's field data.
hook_filetransfer_info_alter in drupal/core/modules/system/system.api.php
Alter the FileTransfer class registry.
hook_file_download in drupal/core/modules/system/system.api.php
Control access to private file downloads and specify HTTP headers.
hook_form_alter in drupal/core/modules/system/system.api.php
Perform alterations before a form is rendered.
hook_install_tasks in drupal/core/modules/system/system.api.php
Return an array of tasks to be performed by an installation profile.
hook_menu_delete in drupal/core/modules/menu/menu.api.php
Informs modules that a custom menu was deleted.
hook_menu_insert in drupal/core/modules/menu/menu.api.php
Informs modules that a custom menu was created.
hook_menu_update in drupal/core/modules/menu/menu.api.php
Informs modules that a custom menu was updated.
hook_node_grants_alter in drupal/core/modules/node/node.api.php
Alter user access rules when trying to view, edit or delete a node.
hook_node_prepare in drupal/core/modules/node/node.api.php
Act on a node object about to be shown on the add/edit form.
hook_node_type_update in drupal/core/modules/node/node.api.php
Respond to node type updates.
hook_ranking in drupal/core/modules/node/node.api.php
Provide additional methods of scoring for core search results for nodes.
hook_search_admin in drupal/core/modules/search/search.api.php
Add elements to the search settings form.
hook_shortcut_default_set in drupal/core/modules/shortcut/shortcut.api.php
Return the name of a default shortcut set for the provided user account.
hook_taxonomy_vocabulary_delete in drupal/core/modules/taxonomy/taxonomy.api.php
Respond to taxonomy vocabulary deletion.
hook_taxonomy_vocabulary_load in drupal/core/modules/taxonomy/taxonomy.api.php
Act on taxonomy vocabularies when loaded.
hook_taxonomy_vocabulary_predelete in drupal/core/modules/taxonomy/taxonomy.api.php
Act before taxonomy vocabulary deletion.
HtmlToTextTest::testVeryLongLineWrap in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Tests that drupal_html_to_text() wraps before 1000 characters.
image_field_info in drupal/core/modules/image/image.field.inc
Implements hook_field_info().
image_gd_save in drupal/core/modules/system/image.gd.inc
Image toolkit callback: Writes an image resource to a destination file.
image_gd_settings in drupal/core/modules/system/image.gd.inc
Image toolkit callback: Returns GD-specific image toolkit settings.
image_get_toolkit in drupal/core/includes/image.inc
Gets the name of the currently used toolkit.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_find_translation_files in drupal/core/includes/install.core.inc
Finds installer translations either for a specific langcode or all languages.
install_run_task in drupal/core/includes/install.core.inc
Runs an individual installation task.
install_select_language in drupal/core/includes/install.core.inc
Selects which language to use during installation.
ip_address in drupal/core/includes/bootstrap.inc
Returns the IP address of the client machine.
JavaScriptTest::testAddJsFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript files that have querystrings attached get added right.
JavaScriptTest::testAggregatedAttributes in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests that attributes are maintained when JS aggregation is enabled.
JavaScriptTest::testAggregation in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript grouping and aggregation.
JavaScriptTest::testAttributes in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests adding JavaScript files with additional attributes.
JavaScriptTest::testBrowserConditionalComments in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests adding JavaScript within conditional comments.
l in drupal/core/includes/common.inc
Formats an internal or external URL link as an HTML anchor tag.
LanguageListTest::testLanguageList in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageNegotiationInfoTest::checkFixedLanguageTypes in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Check that language negotiation for fixed types matches the stored one.
LanguageNegotiationInfoTest::testInfoAlterations in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
language_default in drupal/core/includes/bootstrap.inc
Returns the default language used on the site.
language_multilingual in drupal/core/includes/bootstrap.inc
Returns TRUE if there is more than one language enabled.
language_negotiation_configure_form_table in drupal/core/modules/language/language.admin.inc
Builds a language negotiation method configuration table.
language_negotiation_get_switch_links in drupal/core/includes/language.inc
Returns the language switch links for the given language type.
language_negotiation_method_enabled in drupal/core/includes/language.inc
Checks whether a language negotiation method is enabled for a language type.
language_negotiation_method_get_first in drupal/core/includes/language.inc
Returns the ID of the language type's first language negotiation method.
language_negotiation_method_invoke in drupal/core/includes/language.inc
Invokes a language negotiation method and caches the results.
language_negotiation_purge in drupal/core/includes/language.inc
Removes any language negotiation methods that are no longer defined.
language_types_disable in drupal/core/includes/language.inc
Disables the given language types.
language_types_get_all in drupal/core/includes/bootstrap.inc
Returns an array of the available language types.
language_types_get_configurable in drupal/core/includes/language.inc
Returns only the configurable language types.
language_types_initialize in drupal/core/includes/language.inc
Chooses a language based on language negotiation method settings.
language_url_outbound_alter in drupal/core/modules/language/language.module
Implements hook_url_outbound_alter().
language_url_rewrite_url in drupal/core/modules/language/language.negotiation.inc
Rewrite URLs for the URL language negotiation method.
LocaleCompareTest::testCompareCheckLocal in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Checks if local or remote translation sources are detected.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocaleLookup::resolveCacheMiss in drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php
Implements CacheArray::resolveCacheMiss().
LocaleTranslationTest::testJavaScriptTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
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_system_file_system_settings_alter in drupal/core/modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for system_file_system_settings().
locale_get_plural in drupal/core/modules/locale/locale.module
Returns plural form index for a specific number.
locale_js_alter in drupal/core/modules/locale/locale.module
Implements hook_js_alter().
locale_test_locale_translation_projects_alter in drupal/core/modules/locale/tests/modules/locale_test/locale_test.module
Implements hook_locale_translation_projects_alter().
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
locale_translate_english in drupal/core/modules/locale/locale.module
Checks whether locale translates to English.
locale_translate_get_interface_translation_files in drupal/core/modules/locale/locale.bulk.inc
Get an array of available interface translation file.
locale_translation_source_build in drupal/core/modules/locale/locale.compare.inc
locale_uninstall in drupal/core/modules/locale/locale.install
Implements hook_uninstall().
lock in drupal/core/includes/bootstrap.inc
Get locking layer instance.
menu_delete in drupal/core/modules/menu/menu.module
Delete a custom menu and all contained links.
menu_form_node_form_alter in drupal/core/modules/menu/menu.module
Implements hook_form_BASE_FORM_ID_alter().
menu_form_node_type_form_alter in drupal/core/modules/menu/menu.module
Implements hook_form_FORM_ID_alter().
menu_node_prepare in drupal/core/modules/menu/menu.module
Implements hook_node_prepare().
menu_parent_options in drupal/core/modules/menu/menu.module
Return a list of menu items that are valid possible parents for the given menu item.
menu_test_theme_callback in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Theme callback to use when testing the theme callback functionality.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
MTimeProtectedFileStorageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php
Overrides \Drupal\simpletest\UnitTestBase::setUp()
MTimeProtectedFileStorageTest::testSecurity in drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php
Tests the security of the MTimeProtectedFileStorage implementation.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeFormController::actions in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::actions().
NodeFormController::prepareEntity in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Prepares the node object.
node_access_test_node_access in drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module
Implements hook_node_access().
node_admin_paths in drupal/core/modules/node/node.module
Implements hook_admin_paths().
node_block_configure in drupal/core/modules/node/node.module
Implements hook_block_configure().
node_block_view in drupal/core/modules/node/node.module
Implements hook_block_view().
node_form_system_themes_admin_form_alter in drupal/core/modules/node/node.module
Implements hook_form_FORM_ID_alter().
node_permissions_get_configured_types in drupal/core/modules/node/node.module
Returns an array of node types that should be managed by permissions.
node_search_admin in drupal/core/modules/node/node.module
Implements hook_search_admin().
node_test_entity_view_mode_alter in drupal/core/modules/node/tests/modules/node_test/node_test.module
Implements hook_entity_view_mode_alter().
node_type_form in drupal/core/modules/node/content_types.inc
Form constructor for the node type editing form.
Page::defineOptions in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::defineOptions().
PhpMail::mail in drupal/core/lib/Drupal/Core/Mail/PhpMail.php
Sends an e-mail message, using Drupal variables and default settings.
PoDatabaseWriter::setHeader in drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().
PrivateStream::getDirectoryPath in drupal/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
PublicStream::getDirectoryPath in drupal/core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
queue in drupal/core/includes/common.inc
Instantiates and statically caches the correct class for a queue.
StatisticsReportsTest::testPopularContentBlock in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
StreamWrapperTest::testUriFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the URI and target functions.
system_custom_theme in drupal/core/modules/system/system.module
Implements hook_custom_theme().
system_file_system_settings in drupal/core/modules/system/system.admin.inc
Form builder; Configure the site file handling.
system_image_toolkit_settings in drupal/core/modules/system/system.admin.inc
Form builder; Configure site image toolkit usage.
system_permission in drupal/core/modules/system/system.module
Implements hook_permission().
system_run_automated_cron in drupal/core/modules/system/system.module
Run the automated cron if enabled.
system_stream_wrappers in drupal/core/modules/system/system.module
Implements hook_stream_wrappers().
system_themes_admin_form in drupal/core/modules/system/system.admin.inc
Form to select the administration theme.
system_themes_page in drupal/core/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
system_theme_default in drupal/core/modules/system/system.admin.inc
Menu callback; Set the default theme.
system_theme_disable in drupal/core/modules/system/system.admin.inc
Menu callback; Disables a theme.
system_theme_settings in drupal/core/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
t in drupal/core/includes/bootstrap.inc
Translates a string to the current language or to a given language.
taxonomy_build_node_index in drupal/core/modules/taxonomy/taxonomy.module
Builds and inserts taxonomy index entries for a given node.
taxonomy_delete_node_index in drupal/core/modules/taxonomy/taxonomy.module
Deletes taxonomy index entries for a given node.
taxonomy_overview_terms in drupal/core/modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_select_nodes in drupal/core/modules/taxonomy/taxonomy.module
Return nodes attached to a term across all field instances.
taxonomy_taxonomy_term_delete in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_taxonomy_term_delete().
template_preprocess_comment_wrapper in drupal/core/modules/comment/comment.module
Preprocesses variables for comment-wrapper.tpl.php.
template_preprocess_node in drupal/core/modules/node/node.module
Processes variables for node.tpl.php.
TemporaryStream::getDirectoryPath in drupal/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
TermFormController::form in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
TestBase::prepareEnvironment in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Prepares the current environment for running the test.
TestBase::run in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Run all tests in this class.
ThemeTest::testSwitchDefaultTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
theme_comment_block in drupal/core/modules/comment/comment.module
Returns HTML for a list of recent comments.
theme_comment_post_forbidden in drupal/core/modules/comment/comment.module
Returns HTML for a "you can't post comments" notice.
theme_disable in drupal/core/includes/theme.inc
Disable a given list of themes.
theme_get_setting in drupal/core/includes/theme.inc
Retrieve a setting for the current theme or for a given theme.
tracker_cron in drupal/core/modules/tracker/tracker.module
Implements hook_cron().
TranslationsStream::getDirectoryPath in drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
translation_admin_paths in drupal/core/modules/translation/translation.module
Implements hook_admin_paths().
translation_form_node_type_form_alter in drupal/core/modules/translation/translation.module
Implements hook_form_FORM_ID_alter() for node_type_form().
translation_supported_type in drupal/core/modules/translation/translation.module
Returns whether the given content type has support for translations.
UnmanagedCopyTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedCopyTest::testOverwriteSelf in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a file onto itself.
UnmanagedMoveTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php
Move a normal file.
UnmanagedSaveDataTest::testFileSaveData in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedSaveDataTest.php
Test the file_unmanaged_save_data() function.
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
Prepare Drupal 8 language changes for the bootstrap if needed.
update_prepare_stored_includes in drupal/core/includes/update.inc
Fix stored include paths to match the "/core" migration.
url in drupal/core/includes/common.inc
Generates an internal or external URL.
VariableTest::testVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php
Tests variables then deletes them.
VariableTest::testVariableDefaults in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php
Makes sure that the default variable parameter is passed through okay.
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.
_book_parent_select in drupal/core/modules/book/book.module
Builds the parent selection form element for the node form or outline tab.
_color_html_alter in drupal/core/modules/color/color.module
Replaces style sheets with color-altered style sheets.
_color_page_alter in drupal/core/modules/color/color.module
Replaces the logo with a color-altered logo.
_drupal_bootstrap_code in drupal/core/includes/common.inc
Loads code for subsystems and modules, and registers stream wrappers.
_drupal_bootstrap_page_cache in drupal/core/includes/bootstrap.inc
Attempts to serve a page from the cache.
_drupal_http_use_proxy in drupal/core/includes/common.inc
Helper function for determining hosts excluded from needing a proxy.
_drupal_maintenance_theme in drupal/core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_drupal_session_destroy in drupal/core/includes/session.inc
Session handler assigned by session_set_save_handler().
_drupal_session_write in drupal/core/includes/session.inc
Writes an entire session to the database (internal use only).
_locale_rebuild_js in drupal/core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.
_node_rankings in drupal/core/modules/node/node.module
Gathers the rankings from the the hook_ranking() implementations.