ImageItem::setValue |
function |
drupal/core/modules/image/lib/Drupal/image/Type/ImageItem.php |
Overrides \Drupal\Core\Entity\Field\FieldItemBase::get(). |
ImageDimensionsTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php |
Tests that images have correct dimensions when styled. |
image_file_download |
function |
drupal/core/modules/image/image.module |
Implements hook_file_download(). |
image_style_options |
function |
drupal/core/modules/image/image.module |
Gets an array of image styles suitable for using as select list options. |
image_style_deliver |
function |
drupal/core/modules/image/image.module |
Page callback: Generates a derivative, given a style and image path. |
image_effect_delete |
function |
drupal/core/modules/image/image.module |
Deletes an image effect. |
system.image.gd.yml |
file |
drupal/core/modules/system/config/system.image.gd.yml |
drupal/core/modules/system/config/system.image.gd.yml |
ImageStyleFlushTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php |
Tests flushing of image styles. |
ImageStyleDeleteForm |
class |
drupal/core/modules/image/lib/Drupal/image/Form/ImageStyleDeleteForm.php |
Creates a form to delete an image style. |
image_scale_and_crop |
function |
drupal/core/includes/image.inc |
Scales an image to the exact width and height given. |
rdf_preprocess_image |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for theme_image(). |
ImageUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php |
Test upgrade of overridden and custom image styles. |
ImageEffectsTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php |
Definition of Drupal\image\Tests\ImageEffectsTest. |
ImageStyle::$effects |
property |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
The array of image effects for this image style. |
image_field_is_empty |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_is_empty(). |
image_style_add_form |
function |
drupal/core/modules/image/image.admin.inc |
Form builder; Form for adding a new image style. |
_color_render_images |
function |
drupal/core/modules/color/color.module |
Renders images that match a given palette. |
IMAGE_STORAGE_NORMAL |
constant |
drupal/core/modules/image/image.module |
Image style constant for user presets in the database. |
IMAGE_STORAGE_MODULE |
constant |
drupal/core/modules/image/image.module |
Image style constant to represent any module-based preset. |
image_file_predelete |
function |
drupal/core/modules/image/image.module |
Implements hook_file_predelete(). |
TipPluginImage::$url |
property |
drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Plugin/tour/tip/TipPluginImage.php |
The url which is used for the image in this Tip. |
TipPluginImage::$alt |
property |
drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Plugin/tour/tip/TipPluginImage.php |
The alt text which is used for the image in this Tip. |
image_filter_keyword |
function |
drupal/core/modules/image/image.module |
Accepts a keyword (center, top, left, etc) and returns it as a pixel offset. |
image_entity_presave |
function |
drupal/core/modules/image/image.module |
Implements hook_entity_presave(). |
ImageItemTest::setUp |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php |
Set the default field storage backend for fields created during tests. |
ImageAdminStylesTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Tests creation, deletion, and editing of image styles and effects. |
ImageToolkitForm.php |
file |
drupal/core/modules/system/lib/Drupal/system/Form/ImageToolkitForm.php |
Contains \Drupal\system\Form\ImageToolkitForm. |
image.style.large.yml |
file |
drupal/core/modules/image/config/image.style.large.yml |
drupal/core/modules/image/config/image.style.large.yml |
ImageToolkitInterface |
interface |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php |
Defines an interface for image toolkits. |
DefaultParser::$image |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php |
The extracted image info. |
theme_image_formatter |
function |
drupal/core/modules/image/image.field.inc |
Returns HTML for an image field formatter. |
FilterHtmlImageSecure |
class |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlImageSecure.php |
Provides a filter to restrict images to site. |
IMAGE_STORAGE_DEFAULT |
constant |
drupal/core/modules/image/image.module |
Image style constant for module-defined presets in code. |
image.toolkit.manager |
service |
drupal/core/core.services.yml |
Drupal\system\Plugin\ImageToolkitManager |
ImageFieldDisplayTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test class to check that formatters and display settings are working. |
ImageItemTest::$image |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php |
Created file entity. |
ImageEffectDeleteForm |
class |
drupal/core/modules/image/lib/Drupal/image/Form/ImageEffectDeleteForm.php |
Form for deleting an image effect. |
image_dimensions_scale |
function |
drupal/core/includes/image.inc |
Scales image dimensions while maintaining aspect ratio. |
file_validate_is_image |
function |
drupal/core/modules/file/file.module |
Checks that the file is recognized by image_get_info() as an image. |
image.style.medium.yml |
file |
drupal/core/modules/image/config/image.style.medium.yml |
drupal/core/modules/image/config/image.style.medium.yml |
ImageFieldTestBase.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
Definition of Drupal\image\Tests\ImageFieldTestBase. |
SaveUploadTest::$image |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
An image file path for uploading. |
hook_image_effect_info |
function |
drupal/core/modules/image/image.api.php |
Define information about image effects provided by a module. |
hook_image_style_flush |
function |
drupal/core/modules/image/image.api.php |
Respond to image style flushing. |
ImageValidatorTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php |
|
image_scale_dimensions |
function |
drupal/core/modules/image/image.effects.inc |
Image dimensions callback; Scale. |
theme_image_style_list |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for the page containing the list of image styles. |
IMAGE_STORAGE_OVERRIDE |
constant |
drupal/core/modules/image/image.module |
Image style constant for user presets that override module-defined presets. |
IMAGE_STORAGE_EDITABLE |
constant |
drupal/core/modules/image/image.module |
Image style constant to represent an editable preset. |
IMAGE_DERIVATIVE_TOKEN |
constant |
drupal/core/modules/image/image.module |
The name of the query parameter for image derivative tokens. |