image_update_1004 |
core/modules/image/image.install |
Update all image fields to use a static default image URI. |
image_update_1005 |
core/modules/image/image.install |
Rename image config files. |
image_update_1006 |
core/modules/image/image.install |
Add the configuration option for image_style_flood_limit. |
image_update_1007 |
core/modules/image/image.install |
Update from Image size to more specific Image dimensions. |
image_update_1008 |
core/modules/image/image.install |
Uninstall the imagecache_token contrib module, now part of core. |
image_update_dependencies |
core/modules/image/image.install |
Implements hook_update_dependencies(). |
image_views_api |
core/modules/image/image.module |
Implements hook_views_api(). |
InfoFileCoreTest::testProjectInfoFileContents |
core/modules/system/tests/system.test |
Tests that the .info files of all core projects specify a project type. |
InfoFileParserTestCase::testBackdropParseInfoFormat |
core/modules/system/tests/system.test |
Test backdrop_parse_info_format(). |
InsertQuery::execute |
core/includes/database/query.inc |
Executes the insert query. |
InsertQuery::fields |
core/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
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. |