Search for Image
- Search 7.x for Image
- Search 9.5.x for Image
- Search 10.3.x for Image
- Search 11.x for Image
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Image | class | core/ |
Defines the image text in-place editor. |
Image | class | core/ |
Defines an image object to represent an image file. |
Image | class | core/ |
Provides helpers to operate on images. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ImageFieldAttributesTest::$fieldName | property | core/ |
The name of the image field used in the test. |
ImageFieldAttributesTest::$file | property | core/ |
The file object used in the test. |
ImageFieldAttributesTest::$modules | property | core/ |
Modules to enable. |
ImageFieldAttributesTest::$node | property | core/ |
The node object used in the test. |
ImageFieldAttributesTest::setUp | function | core/ |
|
ImageFieldAttributesTest::testNodeTeaser | function | core/ |
Tests that image fields in teasers have correct resources. |
ImageFieldLegacyTest | class | core/ |
@group legacy @group file |
ImageFieldLegacyTest.php | file | core/ |
|
ImageFieldLegacyTest::testDefineValueProcessPipeline | function | core/ |
@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/ |
@coversDefaultClass \Drupal\file\Plugin\migrate\field\d6\ImageField[[api-linebreak]] @group file @group legacy |
ImageFieldTest | class | core/ |
@coversDefaultClass \Drupal\file\Plugin\migrate\field\d7\ImageField[[api-linebreak]] @group file @group legacy |
ImageFieldTest | class | core/ |
@coversDefaultClass \Drupal\image\Plugin\migrate\field\d7\ImageField[[api-linebreak]] @group image @group legacy |
ImageFieldTest.php | file | core/ |
|
ImageFieldTest.php | file | core/ |
|
ImageFieldTest.php | file | core/ |
|
ImageFieldTest::$migration | property | core/ |
|
ImageFieldTest::$migration | property | core/ |
|
ImageFieldTest::$migration | property | core/ |
|
ImageFieldTest::$plugin | property | core/ |
|
ImageFieldTest::$plugin | property | core/ |
|
ImageFieldTest::$plugin | property | core/ |
|
ImageFieldTest::setUp | function | core/ |
|
ImageFieldTest::setUp | function | core/ |
|
ImageFieldTest::setUp | function | core/ |
|
ImageFieldTest::testDefineValueProcessPipeline | function | core/ |
@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/ |
@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/ |
@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/ |
This class provides methods specifically for testing Image's field handling. |
ImageFieldTestBase.php | file | core/ |
|
ImageFieldTestBase::$adminUser | property | core/ |
An user with permissions to administer content types and image styles. |
ImageFieldTestBase::$modules | property | core/ |
Modules to enable. |
ImageFieldTestBase::getLastFileId | function | core/ |
Retrieves the fid of the last inserted file. |
ImageFieldTestBase::previewNodeImage | function | core/ |
Preview an image in a node. |
ImageFieldTestBase::setUp | function | core/ |
Sets up a Drupal site for running functional and integration tests. |
ImageFieldTestBase::uploadNodeImage | function | core/ |
Upload an image to a node. |
ImageInterface | interface | core/ |
Provides an interface for image objects. |
ImageInterface.php | file | core/ |
|
ImageInterface::apply | function | core/ |
Applies a toolkit operation to the image. |
ImageInterface::convert | function | core/ |
Instructs the toolkit to save the image in the format specified by the extension. |
ImageInterface::createNew | function | core/ |
Prepares a new image, without loading it from a file. |
ImageInterface::crop | function | core/ |
Crops an image to a rectangle specified by the given dimensions. |
ImageInterface::desaturate | function | core/ |
Converts an image to grayscale. |
ImageInterface::getFileSize | function | core/ |
Returns the size of the image file. |
ImageInterface::getHeight | function | core/ |
Returns the height of the image. |
ImageInterface::getMimeType | function | core/ |
Returns the MIME type of the image file. |
ImageInterface::getSource | function | core/ |
Retrieves the source path of the image file. |
ImageInterface::getToolkit | function | core/ |
Returns the image toolkit used for this image file. |
ImageInterface::getToolkitId | function | core/ |
Returns the ID of the image toolkit used for this image file. |
ImageInterface::getWidth | function | core/ |
Returns the width of the image. |
ImageInterface::isValid | function | core/ |
Checks if the image is valid. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.