Search for Image

  1. Search 7.x for Image
  2. Search 9.5.x for Image
  3. Search 10.3.x for Image
  4. Search 11.x for Image
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Image class core/modules/image/src/Plugin/InPlaceEditor/Image.php Defines the image text in-place editor.
Image class core/lib/Drupal/Core/Image/Image.php Defines an image object to represent an image file.
Image class core/lib/Drupal/Component/Utility/Image.php Provides helpers to operate on images.

All search results

Title Object type File name Summary
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.
ImageFieldLegacyTest class core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldLegacyTest.php @group legacy
@group file
ImageFieldLegacyTest.php file core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldLegacyTest.php
ImageFieldLegacyTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
ImageFieldTest class core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php @coversDefaultClass \Drupal\file\Plugin\migrate\field\d6\ImageField[[api-linebreak]]
@group file
@group legacy
ImageFieldTest class core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php @coversDefaultClass \Drupal\file\Plugin\migrate\field\d7\ImageField[[api-linebreak]]
@group file
@group legacy
ImageFieldTest class core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php @coversDefaultClass \Drupal\image\Plugin\migrate\field\d7\ImageField[[api-linebreak]]
@group image
@group legacy
ImageFieldTest.php file core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php
ImageFieldTest.php file core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest.php file core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest::$migration property core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php
ImageFieldTest::$migration property core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest::$migration property core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest::$plugin property core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php
ImageFieldTest::$plugin property core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest::$plugin property core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest::setUp function core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php
ImageFieldTest::setUp function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest::setUp function core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
ImageFieldTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php @runInSeparateProcess
@covers ::defineValueProcessPipeline[[api-linebreak]]
@expectedDeprecation ImageField is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\image\Plugin\migrate\field\d7\ImageField instead. See…
ImageFieldTest::testProcessFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php @covers ::processFieldValues[[api-linebreak]]
@expectedDeprecation ImageField is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\image\Plugin\migrate\field\d6\ImageField instead. See https://www.drupal.org/node/2936061.
ImageFieldTest::testProcessFieldValues function core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php @covers ::processFieldValues[[api-linebreak]]
@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
ImageFieldTestBase class core/modules/image/src/Tests/ImageFieldTestBase.php This class provides methods specifically for testing Image's field handling.
ImageFieldTestBase.php file core/modules/image/src/Tests/ImageFieldTestBase.php
ImageFieldTestBase::$adminUser property core/modules/image/src/Tests/ImageFieldTestBase.php An user with permissions to administer content types and image styles.
ImageFieldTestBase::$modules property core/modules/image/src/Tests/ImageFieldTestBase.php Modules to enable.
ImageFieldTestBase::getLastFileId function core/modules/image/src/Tests/ImageFieldTestBase.php Retrieves the fid of the last inserted file.
ImageFieldTestBase::previewNodeImage function core/modules/image/src/Tests/ImageFieldTestBase.php Preview an image in a node.
ImageFieldTestBase::setUp function core/modules/image/src/Tests/ImageFieldTestBase.php Sets up a Drupal site for running functional and integration tests.
ImageFieldTestBase::uploadNodeImage function core/modules/image/src/Tests/ImageFieldTestBase.php Upload an image to a node.
ImageInterface interface core/lib/Drupal/Core/Image/ImageInterface.php Provides an interface for image objects.
ImageInterface.php file core/lib/Drupal/Core/Image/ImageInterface.php
ImageInterface::apply function core/lib/Drupal/Core/Image/ImageInterface.php Applies a toolkit operation to the image.
ImageInterface::convert function core/lib/Drupal/Core/Image/ImageInterface.php Instructs the toolkit to save the image in the format specified by the
extension.
ImageInterface::createNew function core/lib/Drupal/Core/Image/ImageInterface.php Prepares a new image, without loading it from a file.
ImageInterface::crop function core/lib/Drupal/Core/Image/ImageInterface.php Crops an image to a rectangle specified by the given dimensions.
ImageInterface::desaturate function core/lib/Drupal/Core/Image/ImageInterface.php Converts an image to grayscale.
ImageInterface::getFileSize function core/lib/Drupal/Core/Image/ImageInterface.php Returns the size of the image file.
ImageInterface::getHeight function core/lib/Drupal/Core/Image/ImageInterface.php Returns the height of the image.
ImageInterface::getMimeType function core/lib/Drupal/Core/Image/ImageInterface.php Returns the MIME type of the image file.
ImageInterface::getSource function core/lib/Drupal/Core/Image/ImageInterface.php Retrieves the source path of the image file.
ImageInterface::getToolkit function core/lib/Drupal/Core/Image/ImageInterface.php Returns the image toolkit used for this image file.
ImageInterface::getToolkitId function core/lib/Drupal/Core/Image/ImageInterface.php Returns the ID of the image toolkit used for this image file.
ImageInterface::getWidth function core/lib/Drupal/Core/Image/ImageInterface.php Returns the width of the image.
ImageInterface::isValid function core/lib/Drupal/Core/Image/ImageInterface.php Checks if the image is valid.

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