Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ImageEffectManager::__construct function core/modules/image/src/ImageEffectManager.php Constructs a new ImageEffectManager.
ImageEffectPluginCollection::sortHelper function core/modules/image/src/ImageEffectPluginCollection.php Provides uasort() callback to sort plugins.
ImageEffectsTest class core/modules/image/tests/src/Functional/ImageEffectsTest.php Tests that the image effects pass parameters to the toolkit correctly.
ImageEffectsTest.php file core/modules/image/tests/src/Functional/ImageEffectsTest.php
ImageEffectsTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageEffectsTest.php The theme to install as the default for testing.
ImageEffectsTest::$manager property core/modules/image/tests/src/Functional/ImageEffectsTest.php The image effect manager.
ImageEffectsTest::$modules property core/modules/image/tests/src/Functional/ImageEffectsTest.php Modules to enable.
ImageEffectsTest::assertImageEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Asserts the effect processing of an image effect plugin.
ImageEffectsTest::setUp function core/modules/image/tests/src/Functional/ImageEffectsTest.php
ImageEffectsTest::testConvertEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Tests the ConvertImageEffect plugin.
ImageEffectsTest::testCropEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test the image_crop_effect() function.
ImageEffectsTest::testDesaturateEffect function core/modules/image/tests/src/Functional/ImageEffectsTest.php Test the image_desaturate_effect() function.
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::getSupportedExtensions function core/lib/Drupal/Core/Image/ImageFactory.php Returns the image file extensions supported by the toolkit.
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::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.
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.
ImageFieldDisplayTest.php file core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
ImageFieldDisplayTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php The theme to install as the default for testing.
ImageFieldDisplayTest::$dumpHeaders property core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
ImageFieldDisplayTest::$modules property core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Modules to enable.
ImageFieldDisplayTest::testImageFieldDefaultImage function core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldFormattersPrivate function core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Test image formatters on node display for private files.
ImageFieldDisplayTest::testImageFieldFormattersPublic function core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Test image formatters on node display for public files.
ImageFieldDisplayTest::testImageFieldSettings function core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Tests for image field settings.
ImageFieldDisplayTest::_testImageFieldFormatters function core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Test image formatters on node display.

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