Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
image.style.scale_crop_7_3_wide.yml file core/profiles/demo_umami/config/install/image.style.scale_crop_7_3_wide.yml core/profiles/demo_umami/config/install/image.style.scale_crop_7_3_wide.yml
image.style.wide.yml file core/modules/image/config/install/image.style.wide.yml core/modules/image/config/install/image.style.wide.yml
Image::getToolkitId function core/lib/Drupal/Core/Image/Image.php Returns the ID of the image toolkit used for this image file.
Image::getWidth function core/lib/Drupal/Core/Image/Image.php Returns the width of the image.
Image::isValid function core/lib/Drupal/Core/Image/Image.php Checks if the image is valid.
Image::METADATA_ATTRIBUTE_WIDTH constant core/modules/media/src/Plugin/media/Source/Image.php Key for "image width" metadata attribute.
Image::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php
ImageCachePreset::getIds function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Defines the source fields uniquely identifying a source row.
ImageCachePresetTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php
ImageEffect::$id property core/modules/image/src/Annotation/ImageEffect.php The plugin ID.
ImageEffectBase::$uuid property core/modules/image/src/ImageEffectBase.php The image effect ID.
ImageEffectBase::getUuid function core/modules/image/src/ImageEffectBase.php Returns the unique ID representing the image effect.
ImageEffectDeleteForm::getFormId function core/modules/image/src/Form/ImageEffectDeleteForm.php Returns a unique string identifying the form.
ImageEffectFormBase::getFormId function core/modules/image/src/Form/ImageEffectFormBase.php Returns a unique string identifying the form.
ImageEffectFormBase::validateForm function core/modules/image/src/Form/ImageEffectFormBase.php Form validation handler.
ImageEffectInterface::getUuid function core/modules/image/src/ImageEffectInterface.php Returns the unique ID representing the image effect.
ImageEffectsTest::testEffectFormValidationErrors function core/modules/image/tests/src/Kernel/ImageEffectsTest.php Tests that validation errors are passed from the plugin to the parent form.
ImageFactory::$toolkitId property core/lib/Drupal/Core/Image/ImageFactory.php The image toolkit ID to use for this factory.
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.
ImageField::getFieldWidgetMap function core/modules/image/src/Plugin/migrate/field/d7/ImageField.php Get a map between D6 and D8 widgets for this field type.
ImageFieldDefaultImagesTest::testInvalidDefaultImage function core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Tests image field and field storage having an invalid default image.
ImageFieldTestBase::getLastFileId function core/modules/image/tests/src/Functional/ImageFieldTestBase.php Retrieves the fid of the last inserted file.
ImageFieldValidateTest class core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php Tests validation functions such as min/max dimensions.
ImageFieldValidateTest class core/modules/image/tests/src/Functional/ImageFieldValidateTest.php Tests validation functions such as min/max dimensions.
ImageFieldValidateTest.php file core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php
ImageFieldValidateTest.php file core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
ImageFieldValidateTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php The theme to install as the default for testing.
ImageFieldValidateTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldValidateTest.php The theme to install as the default for testing.
ImageFieldValidateTest::getFieldSettings function core/modules/image/tests/src/Functional/ImageFieldValidateTest.php Returns field settings.
ImageFieldValidateTest::providerTestEmpty function core/modules/image/tests/src/Functional/ImageFieldValidateTest.php Data provider for ::testEmpty()
ImageFieldValidateTest::testAJAXValidationMessage function core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php Tests the validation message is displayed only once for ajax uploads.
ImageFieldValidateTest::testEmpty function core/modules/image/tests/src/Functional/ImageFieldValidateTest.php Tests creating an entity while leaving the image field empty.
ImageFieldValidateTest::testFriendlyAjaxValidation function core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php Tests that image field validation works with other form submit handlers.
ImageFieldValidateTest::testRequiredAttributes function core/modules/image/tests/src/Functional/ImageFieldValidateTest.php Tests that required alt/title fields gets validated right.
ImageFieldValidateTest::testResolution function core/modules/image/tests/src/Functional/ImageFieldValidateTest.php Tests min/max dimensions settings.
ImageFieldValidateTest::testValid function core/modules/image/tests/src/Functional/ImageFieldValidateTest.php Tests image validity.
ImageFieldWidgetMultipleTest class core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests the image field widget support multiple upload correctly.
ImageFieldWidgetMultipleTest.php file core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php
ImageFieldWidgetMultipleTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php The theme to install as the default for testing.
ImageFieldWidgetMultipleTest::$modules property core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Modules to install.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads function core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests image widget element support multiple upload correctly.
ImageFieldWidgetTest class core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php Tests the image field widget.
ImageFieldWidgetTest.php file core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php
ImageFieldWidgetTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php The theme to install as the default for testing.
ImageFieldWidgetTest::testWidgetElement function core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php Tests file widget element.
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.
ImageItem::validateDefaultImageForm function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Validates the managed_file element for the default Image form.

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