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
ImageItem::validateResolution function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Element validate function for dimensions fields.
ImageItemTest::testImageUriDirectories function core/modules/image/tests/src/Kernel/ImageItemTest.php Tests image URIs for empty and custom directories.
ImageItemTest::validateImageUriForDirectory function core/modules/image/tests/src/Kernel/ImageItemTest.php Validates the image file URI generated for a given file directory.
ImagePropertyConstraintValidationHooks class core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php Hook implementations for image_field_property_constraint_validation.
ImagePropertyConstraintValidationHooks.php file core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php
ImagePropertyConstraintValidationHooks::entityBundleFieldInfoAlter function core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php Implements hook_entity_bundle_field_info_alter().
ImageResize::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php Form validation handler.
ImageStyle::getReplacementID function core/modules/image/src/Entity/ImageStyle.php
ImageStyle::id function core/modules/image/src/Entity/ImageStyle.php Gets the identifier.
ImageStyleCustomStreamWrappersTest::providerTestCustomStreamWrappers function core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php Provide test cases for testCustomStreamWrappers().
ImageStyleEditForm::effectValidate function core/modules/image/src/Form/ImageStyleEditForm.php Validate handler for image effect.
ImageStyleResourceTestBase::$effectUuid property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The effect UUID.
ImageStyleResourceTestBase::$entityTypeId property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The tested entity type.
ImageStyles::getIds function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php Defines the source fields uniquely identifying a source row.
ImageStylesTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php Provides source data for ::testSource.
ImageStyleStorage::clearReplacementId function core/modules/image/src/ImageStyleStorage.php Clears a replacement ID from the storage.
ImageStyleStorage::getReplacementId function core/modules/image/src/ImageStyleStorage.php Retrieves the replacement ID of a deleted image style.
ImageStyleStorage::setReplacementId function core/modules/image/src/ImageStyleStorage.php Stores a replacement ID for an image style being deleted.
ImageStyleStorageInterface::clearReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Clears a replacement ID from the storage.
ImageStyleStorageInterface::getReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Retrieves the replacement ID of a deleted image style.
ImageStyleStorageInterface::setReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Stores a replacement ID for an image style being deleted.
ImageStyleTest::$effectUuid property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The effect UUID.
ImageStyleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The tested entity type.
ImageStyleTest::$entityTypeId property core/modules/image/tests/src/Unit/ImageStyleTest.php The ID of the type of the entity under test.
ImageStyleValidationTest class core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php Tests validation of image_style entities.
ImageStyleValidationTest.php file core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php
ImageStyleValidationTest::$modules property core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php Modules to install.
ImageStyleValidationTest::setUp function core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php
ImageTest::providerTestGetKeywordOffset function core/tests/Drupal/Tests/Component/Utility/ImageTest.php Provides data for testGetKeywordOffset().
ImageTest::providerTestScaleDimensions function core/tests/Drupal/Tests/Component/Utility/ImageTest.php Provides data for image dimension scale tests.
ImageTest::testCropWidth function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::crop().
ImageTest::testGetToolkitId function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::getToolkitId().
ImageTest::testGetWidth function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::getWidth().
ImageTest::testInvalidGetKeywordOffset function core/tests/Drupal/Tests/Component/Utility/ImageTest.php @legacy-covers ::getKeywordOffset
ImageTest::testIsValid function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::isValid().
ImageTest::testScaleAndCropWidth function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::scaleAndCrop().
ImageTest::testScaleWidth function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::scale().
ImageTest::testThemeImageWithSrcsetWidth function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the srcset and widths is output correctly.
ImageTestBaselineTrait::providerLinkability function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php Returns data for testLinkability() and testImageArbitraryHtml().
ImageTestProviderTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image.
ImageTestProviderTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php
ImageTestProviderTrait trait core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Provides test methods using data providers for image tests.
ImageTestProviderTrait.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php
ImageTestProviderTrait::providerAlignment function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Data provider for testAlignment().
ImageTestProviderTrait::providerAltTextRequired function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Providers data for testAltTextRequired().
ImageTestProviderTrait::providerResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Data provider for ::testResize().
ImageTestProviderTrait::providerWidth function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Data provider for ::testWidth().
ImageTestProviderTrait::testAlignment function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Tests alignment integration.
ImageTestProviderTrait::testAltTextRequired function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Tests that alt text is required for images.
ImageTestProviderTrait::testResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php Tests the image resize plugin.

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