Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ImageDeprecationTest class core/tests/Drupal/Tests/Core/Image/ImageDeprecationTest.php Tests deprecations of the image classes.
ImageDeprecationTest.php file core/tests/Drupal/Tests/Core/Image/ImageDeprecationTest.php
ImageDeprecationTest.php file core/modules/image/tests/src/Unit/ImageDeprecationTest.php
ImageDeprecationTest::testImageFilterKeywordDeprecation function core/modules/image/tests/src/Unit/ImageDeprecationTest.php Tests deprecation of image_filter_keyword.
ImageDeprecationTest::testToolkitArgumentInImageToolkitOperationConstructor function core/tests/Drupal/Tests/Core/Image/ImageDeprecationTest.php Tests ImageToolkitOperationBase::__construct().
ImageDerivativeUtilities class core/modules/image/src/ImageDerivativeUtilities.php Image style flush and options utilities.
ImageDerivativeUtilities.php file core/modules/image/src/ImageDerivativeUtilities.php
ImageDerivativeUtilities::pathFlush function core/modules/image/src/ImageDerivativeUtilities.php Clears cached versions of a specific file in all styles.
ImageDerivativeUtilities::styleOptions function core/modules/image/src/ImageDerivativeUtilities.php Gets an array of image styles suitable for using as select list options.
ImageDimensionsTest class core/modules/image/tests/src/Functional/ImageDimensionsTest.php Tests that images have correct dimensions when styled.
ImageDimensionsTest.php file core/modules/image/tests/src/Functional/ImageDimensionsTest.php
ImageDimensionsTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageDimensionsTest.php The theme to install as the default for testing.
ImageDimensionsTest::$modules property core/modules/image/tests/src/Functional/ImageDimensionsTest.php Modules to install.
ImageDimensionsTest::$profile property core/modules/image/tests/src/Functional/ImageDimensionsTest.php The profile to install as a basis for testing.
ImageDimensionsTest::getImageTag function core/modules/image/tests/src/Functional/ImageDimensionsTest.php Render an image style element.
ImageDimensionsTest::testImageDimensions function core/modules/image/tests/src/Functional/ImageDimensionsTest.php Tests styled image dimensions cumulatively.
ImageEffect::$description property core/modules/image/src/Annotation/ImageEffect.php A brief description of the image effect.
ImageEffect::__construct function core/modules/image/src/Attribute/ImageEffect.php Constructs an ImageEffect attribute.
ImageEffectAddForm::__construct function core/modules/image/src/Form/ImageEffectAddForm.php Constructs a new ImageEffectAddForm.
ImageEffectBase class core/modules/image/src/ImageEffectBase.php Provides a base class for image effects.
ImageEffectBase.php file core/modules/image/src/ImageEffectBase.php
ImageEffectBase::$logger property core/modules/image/src/ImageEffectBase.php A logger instance.
ImageEffectBase::$uuid property core/modules/image/src/ImageEffectBase.php The image effect ID.
ImageEffectBase::$weight property core/modules/image/src/ImageEffectBase.php The weight of the image effect.
ImageEffectBase::calculateDependencies function core/modules/image/src/ImageEffectBase.php Calculates dependencies for the configured plugin.
ImageEffectBase::getConfiguration function core/modules/image/src/ImageEffectBase.php Gets this plugin's configuration.
ImageEffectBase::getDerivativeExtension function core/modules/image/src/ImageEffectBase.php Returns the extension of the derivative after applying this image effect.
ImageEffectBase::getSummary function core/modules/image/src/ImageEffectBase.php Returns a render array summarizing the configuration of the image effect.
ImageEffectBase::getUuid function core/modules/image/src/ImageEffectBase.php Returns the unique ID representing the image effect.
ImageEffectBase::getWeight function core/modules/image/src/ImageEffectBase.php Returns the weight of the image effect.
ImageEffectBase::label function core/modules/image/src/ImageEffectBase.php Returns the image effect label.
ImageEffectBase::onCollectionDependencyRemoval function core/modules/image/src/ImageEffectBase.php Informs the plugin in a collection to act on removal of dependencies.
ImageEffectBase::setConfiguration function core/modules/image/src/ImageEffectBase.php Sets the configuration for this plugin instance.
ImageEffectBase::setWeight function core/modules/image/src/ImageEffectBase.php Sets the weight for this image effect.
ImageEffectBase::transformDimensions function core/modules/image/src/ImageEffectBase.php Determines the dimensions of the styled image.
ImageEffectBase::__construct function core/modules/image/src/ImageEffectBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
ImageEffectDeleteForm::$imageStyle property core/modules/image/src/Form/ImageEffectDeleteForm.php The image style containing the image effect to be deleted.
ImageEffectDeleteForm::getQuestion function core/modules/image/src/Form/ImageEffectDeleteForm.php Returns the question to ask the user.
ImageEffectDeleteForm::submitForm function core/modules/image/src/Form/ImageEffectDeleteForm.php Form submission handler.
ImageEffectFormBase class core/modules/image/src/Form/ImageEffectFormBase.php Provides a base form for image effects.
ImageEffectFormBase.php file core/modules/image/src/Form/ImageEffectFormBase.php
ImageEffectFormBase::$imageEffect property core/modules/image/src/Form/ImageEffectFormBase.php The image effect.
ImageEffectFormBase::$imageStyle property core/modules/image/src/Form/ImageEffectFormBase.php The image style.
ImageEffectFormBase::buildForm function core/modules/image/src/Form/ImageEffectFormBase.php
ImageEffectFormBase::getFormId function core/modules/image/src/Form/ImageEffectFormBase.php Returns a unique string identifying the form.
ImageEffectFormBase::prepareImageEffect function core/modules/image/src/Form/ImageEffectFormBase.php Converts an image effect ID into an object.
ImageEffectFormBase::submitForm function core/modules/image/src/Form/ImageEffectFormBase.php Form submission handler.
ImageEffectFormBase::validateForm function core/modules/image/src/Form/ImageEffectFormBase.php Form validation handler.
ImageEffectInterface::getDerivativeExtension function core/modules/image/src/ImageEffectInterface.php Returns the extension of the derivative after applying this image effect.
ImageEffectInterface::getSummary function core/modules/image/src/ImageEffectInterface.php Returns a render array summarizing the configuration of the image effect.

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