Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ImageEffectsTest::testEffectFormValidationErrors function core/modules/image/tests/src/Functional/ImageEffectsTest.php Tests if validation errors are passed plugin form to the parent form.
ImageEffectsTest::testImageEffectsCaching function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test image effect caching.
ImageEffectsTest::testResizeEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test the image_resize_effect() function.
ImageEffectsTest::testRotateEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test the image_rotate_effect() function.
ImageEffectsTest::testScaleAndCropEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test the image_scale_and_crop_effect() function.
ImageEffectsTest::testScaleAndCropEffectWithAnchor function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test the image_scale_and_crop_effect() function with an anchor.
ImageEffectsTest::testScaleEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test the image_scale_effect() function.
ImageFactory class core/lib/Drupal/Core/Image/ImageFactory.php Provides a factory for image objects.
ImageFactory.php file core/lib/Drupal/Core/Image/ImageFactory.php
ImageFactory::$toolkitId property core/lib/Drupal/Core/Image/ImageFactory.php The image toolkit ID to use for this factory.
ImageFactory::$toolkitManager property core/lib/Drupal/Core/Image/ImageFactory.php The image toolkit plugin manager.
ImageFactory::get function core/lib/Drupal/Core/Image/ImageFactory.php Constructs a new Image object.
ImageFactory::getSupportedExtensions function core/lib/Drupal/Core/Image/ImageFactory.php Returns the image file extensions supported by the toolkit.
ImageFactory::getToolkitId function core/lib/Drupal/Core/Image/ImageFactory.php Gets the ID of the image toolkit currently in use.
ImageFactory::setToolkitId function core/lib/Drupal/Core/Image/ImageFactory.php Sets the ID of the image toolkit.
ImageFactory::__construct function core/lib/Drupal/Core/Image/ImageFactory.php Constructs a new ImageFactory object.
ImageField class core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php CCK plugin for image fields.
ImageField class core/modules/file/src/Plugin/migrate/field/d6/ImageField.php Field plugin for image fields.
ImageField class core/modules/file/src/Plugin/migrate/field/d7/ImageField.php Field plugin for image fields.
ImageField class core/modules/image/src/Plugin/migrate/field/d6/ImageField.php Plugin annotation

@MigrateField(
id = "imagefield",
core = {6},
source_module = "imagefield",
destination_module = "image"
)
ImageField class core/modules/image/src/Plugin/migrate/field/d7/ImageField.php Plugin annotation

@MigrateField(
id = "image",
core = {7},
source_module = "image",
destination_module = "image"
)
ImageField class core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php Plugin annotation

@MigrateCckField(
id = "image",
core = {7},
source_module = "image",
destination_module = "file"
)
ImageField.php file core/modules/image/src/Plugin/migrate/field/d6/ImageField.php
ImageField.php file core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
ImageField.php file core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php
ImageField.php file core/modules/file/src/Plugin/migrate/field/d6/ImageField.php
ImageField.php file core/modules/file/src/Plugin/migrate/field/d7/ImageField.php
ImageField.php file core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php
ImageField::defineValueProcessPipeline function core/modules/image/src/Plugin/migrate/field/d7/ImageField.php Apply any custom processing to the field bundle migrations.
ImageField::processCckFieldValues function core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php Apply any custom processing to the field bundle migrations.
ImageFieldAttributesTest class core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php Tests the RDFa markup of imagefields.
ImageFieldAttributesTest.php file core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php
ImageFieldAttributesTest::$baseUri property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php URI of the front page of the Drupal site.
ImageFieldAttributesTest::$defaultTheme property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The theme to install as the default for testing.
ImageFieldAttributesTest::$fieldName property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The name of the image field used in the test.
ImageFieldAttributesTest::$file property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The file object used in the test.
ImageFieldAttributesTest::$modules property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php Modules to enable.
ImageFieldAttributesTest::$node property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The node object used in the test.
ImageFieldAttributesTest::setUp function core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php
ImageFieldAttributesTest::testNodeTeaser function core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php Tests that image fields in teasers have correct resources.
ImageFieldCreationTrait trait core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php Provides a helper method for creating Image fields.
ImageFieldCreationTrait.php file core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php
ImageFieldCreationTrait::createImageField function core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php Create a new image field.
ImageFieldDefaultImagesTest class core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Tests setting up default images both to the field and field storage.
ImageFieldDefaultImagesTest.php file core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
ImageFieldDefaultImagesTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php The theme to install as the default for testing.
ImageFieldDefaultImagesTest::$modules property core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Modules to enable.
ImageFieldDefaultImagesTest::testDefaultImages function core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Tests CRUD for fields and field storages with default images.
ImageFieldDefaultImagesTest::testInvalidDefaultImage function core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Tests image field and field storage having an invalid default image.
ImageFieldDisplayTest class core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Tests the display of image fields.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.