|
image_style_remove_allowed_uri |
core/modules/image/image.module |
Remove an image style URI from the allowlist. |
|
image_style_revert_form |
core/modules/image/image.admin.inc |
Confirmation form to revert a database style to its default. |
|
image_style_revert_form_submit |
core/modules/image/image.admin.inc |
Submit handler to convert an overridden style to its default. |
|
image_style_save |
core/modules/image/image.module |
Save an image style. |
|
image_style_save_allowed_uris |
core/modules/image/image.module |
Shutdown callback used to save the allowlist of requested image styles. |
|
image_style_transform_dimensions |
core/modules/image/image.module |
Determines the dimensions of the styled image. |
|
image_style_url |
core/modules/image/image.module |
Return the URL for an image derivative given a style and image path. |
|
image_system_file_system_settings_submit |
core/modules/image/image.module |
Submit handler for the file system settings form. |
|
image_test_crop |
core/modules/simpletest/tests/image_test.module |
Image toolkit's crop operation. |
|
image_test_desaturate |
core/modules/simpletest/tests/image_test.module |
Image toolkit's desaturate operation. |
|
image_test_get_all_calls |
core/modules/simpletest/tests/image_test.module |
Get an array with the all the calls to the toolkits since image_test_reset()
was called. |
|
image_test_get_info |
core/modules/simpletest/tests/image_test.module |
Image toolkit's get_info operation. |
|
image_test_image_toolkits |
core/modules/simpletest/tests/image_test.module |
Implements hook_image_toolkits(). |
|
image_test_load |
core/modules/simpletest/tests/image_test.module |
Image toolkit's load operation. |
|
image_test_reset |
core/modules/simpletest/tests/image_test.module |
Reset/initialize the history of calls to the toolkit functions. |
|
image_test_resize |
core/modules/simpletest/tests/image_test.module |
Image toolkit's resize operation. |
|
image_test_rotate |
core/modules/simpletest/tests/image_test.module |
Image toolkit's rotate operation. |
|
image_test_save |
core/modules/simpletest/tests/image_test.module |
Image toolkit's save operation. |
|
image_test_settings |
core/modules/simpletest/tests/image_test.module |
Image toolkit's settings operation. |
|
image_theme |
core/modules/image/image.module |
Implements hook_theme(). |
|
image_tokens |
core/modules/image/image.tokens.inc |
Implements hook_tokens(). |
|
image_token_info |
core/modules/image/image.tokens.inc |
Implements hook_token_info(). |
|
image_token_info_alter |
core/modules/image/image.tokens.inc |
Implements hook_token_info_alter(). |
|
image_toolkit_invoke |
core/includes/image.inc |
Invokes the given method using the currently selected toolkit. |
|
image_uninstall |
core/modules/image/image.install |
Implements hook_uninstall(). |
|
image_update_1000 |
core/modules/image/image.install |
Provide default image styles for the Image module. |
|
image_update_1001 |
core/modules/image/image.install |
Convert available database image styles to configuration files. |
|
image_update_1002 |
core/modules/image/image.install |
Drop image tables that were converted to configuration files. |
|
image_update_1003 |
core/modules/image/image.install |
Add labels to all available styles. |
|
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. |