InsertQuery::from |
core/includes/database/query.inc |
Sets the fromQuery on this InsertQuery object. |
InsertQuery::preExecute |
core/includes/database/query.inc |
Preprocesses and validates the query. |
InsertQuery::useDefaults |
core/includes/database/query.inc |
Specifies fields for which the database defaults should be used. |
InsertQuery::values |
core/includes/database/query.inc |
Adds another set of values to the query to be inserted. |
InsertQuery::__construct |
core/includes/database/query.inc |
Constructs an InsertQuery object. |
InsertQuery::__toString |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
InsertQuery_mysql::execute |
core/includes/database/mysql/query.inc |
Executes the insert query. |
InsertQuery_mysql::__toString |
core/includes/database/mysql/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
InstallerBrowserAdministrationTestCase::checkRequirements |
core/modules/installer/tests/installer.test |
Checks the matching requirements for BackdropTestCase. |
InstallerBrowserAdministrationTestCase::getProjectData |
core/modules/installer/tests/installer.test |
Get the recommended version for a given project. |
InstallerBrowserAdministrationTestCase::setUp |
core/modules/installer/tests/installer.test |
Sets up a Backdrop site for running functional and integration tests. |
InstallerBrowserAdministrationTestCase::testProjectBrowserAddRemoveQueue |
core/modules/installer/tests/installer.test |
|
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage |
core/modules/installer/tests/installer.test |
|
InstallerBrowserAdministrationTestCase::testProjectBrowserProjectEnabled |
core/modules/installer/tests/installer.test |
|
InstallerBrowserAdministrationTestCase::testProjectBrowserProjects |
core/modules/installer/tests/installer.test |
|
InstallerBrowserAdministrationTestCase::testProjectBrowserSearch |
core/modules/installer/tests/installer.test |
|
InstallerLanguageTestCase::setUp |
core/modules/simpletest/tests/installer.test |
Sets up a Backdrop site for running functional and integration tests. |
InstallerLanguageTestCase::testInstallerTranslationFiles |
core/modules/simpletest/tests/installer.test |
Tests that the installer can find translation files. |
InstallerTestUploadCase::setUp |
core/modules/installer/tests/installer.test |
Sets up a Backdrop site for running functional and integration tests. |
InstallerTestUploadCase::testFileNameExtensionMerging |
core/modules/installer/tests/installer.test |
Ensures that archiver extensions are properly merged in the UI. |
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages |
core/modules/installer/tests/installer.test |
Checks the messages on Update Manager pages when missing a security update. |
InstallerTestUploadCase::testUploadModule |
core/modules/installer/tests/installer.test |
Tests upload and extraction of a module. |
installer_authorize_batch_copy_project |
core/modules/installer/installer.authorize.inc |
Batch callback: Copies project to its proper place when authorized to do so. |
installer_authorize_install_batch_finished |
core/modules/installer/installer.authorize.inc |
Batch callback: Performs actions when the authorized install batch is done. |
installer_authorize_run_install |
core/modules/installer/installer.authorize.inc |
Installs a new project when invoked by authorize.php. |
installer_authorize_run_update |
core/modules/installer/installer.authorize.inc |
Updates existing projects when invoked by authorize.php. |
installer_authorize_update_batch_finished |
core/modules/installer/installer.authorize.inc |
Batch callback: Performs actions when the authorized update batch is done. |
installer_browser_add_remove_queue_dialog_link |
core/modules/installer/installer.browser.inc |
Builds an "add-to-queue-link" button for project detail dialog. |
installer_browser_add_remove_queue_dialog_link_ajax |
core/modules/installer/installer.browser.inc |
AJAX submit handler for installer_browser_add_remove_queue_dialog_link(). |
installer_browser_add_remove_queue_dialog_link_submit |
core/modules/installer/installer.browser.inc |
Submit handler for installer_browser_add_remove_queue_dialog_link(). |
installer_browser_add_remove_queue_link |
core/modules/installer/installer.browser.inc |
Builds the add/remove project to install queue link. |
installer_browser_check_zip_loaded |
core/modules/installer/installer.browser.inc |
Checks if PHP zip extension loaded on webserver. |
installer_browser_fetch_results |
core/modules/installer/installer.browser.inc |
Fetches results from the server based on the parameters passed in. |
installer_browser_filters_form |
core/modules/installer/installer.pages.inc |
Builds the filters form. |
installer_browser_filters_form_submit |
core/modules/installer/installer.pages.inc |
Handles the filters form submit. |
installer_browser_get_destination_after_install |
core/modules/installer/installer.browser.inc |
Determines the form destination after installed projects. |
installer_browser_get_installed_projects |
core/modules/installer/installer.browser.inc |
Gets the newly installed projects from the session. |
installer_browser_get_installed_types |
core/modules/installer/installer.browser.inc |
Determines the types of installed projects. |
installer_browser_get_install_list |
core/modules/installer/installer.pages.inc |
Returns the themed install list form. |
installer_browser_get_listed_projects |
core/modules/installer/installer.browser.inc |
Gets the currently listed projects from the session. |
installer_browser_get_missing_dependencies |
core/modules/installer/installer.browser.inc |
Gets the dependencies for installed projects. |
installer_browser_get_project_release_data |
core/modules/installer/installer.browser.inc |
Uses the project status url to get the available releases for a project. |
installer_browser_get_queued_projects |
core/modules/installer/installer.browser.inc |
Gets the currently queued projects from the session. |
installer_browser_get_queued_releases |
core/modules/installer/installer.browser.inc |
Gets the currently queued releases from the session. |
installer_browser_get_release |
core/modules/installer/installer.browser.inc |
Gets a release from a project and a release_name. |
installer_browser_get_server |
core/modules/installer/installer.browser.inc |
Gets the server to use for fetching results. |
installer_browser_get_sort_options |
core/modules/installer/installer.pages.inc |
Returns a list of sort options. |
installer_browser_get_sort_widget |
core/modules/installer/installer.pages.inc |
Returns a themed sort widget for the filters. |
installer_browser_installation_enable_form |
core/modules/installer/installer.pages.inc |
Form builder for the select versions form. |
installer_browser_installation_enable_form_submit |
core/modules/installer/installer.pages.inc |
Form submit handler for the enable modules form. |