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 11.x for %s
  6. Other projects
Title Object type File name Summary
ImageAdminStylesTest.php file core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageAdminStylesTest.php The theme to install as the default for testing.
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php The theme to install as the default for testing.
ImageAdminStylesTest::createSampleImage function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Given an image style, generate an image.
ImageAdminStylesTest::getImageCount function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Count the number of images currently create for a style.
ImageAdminStylesTest::testAjaxEnabledEffectForm function core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php Tests editing Ajax-enabled image effect forms.
ImageAdminStylesTest::testConfigImport function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests image style configuration import that does a delete.
ImageAdminStylesTest::testEditEffect function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testFlushUserInterface function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests flush user interface.
ImageAdminStylesTest::testImageStyleAccess function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests access for the image style listing.
ImageAdminStylesTest::testNumericStyleName function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests creating an image style with a numeric name.
ImageAdminStylesTest::testPreviewImageShowInPrivateScheme function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests the display of preview images using a private scheme.
ImageAdminStylesTest::testStyle function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesTest::testStyleReplacement function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests deleting a style and choosing a replacement style.
ImageCacheActions class core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php Defines the image cache actions migrate process plugin.
ImageCacheActions.php file core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php
ImageCacheActions::transform function core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php Performs the associated process.
ImageCacheActions::__construct function core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php Constructs a \Drupal\Component\Plugin\PluginBase object.
ImageCachePreset class core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Drupal 6 imagecache presets source from database.
ImageCachePreset.php file core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php
ImageCachePreset::fields function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Returns available fields on the source.
ImageCachePreset::getIds function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Defines the source fields uniquely identifying a source row.
ImageCachePreset::prepareRow function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Adds additional data to the row.
ImageCachePreset::query function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Prepares query object to retrieve data from the source database.
ImageCachePresetTest class core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Tests the d6_imagecache_presets source plugin.
ImageCachePresetTest.php file core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php
ImageCachePresetTest::$modules property core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Modules to install.
ImageCachePresetTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Provides source data for ::testSource.
ImageDeprecationTest class core/modules/image/tests/src/Unit/ImageDeprecationTest.php Tests deprecation of image_filter_keyword().
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

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