Search for style

  1. Search 7.x for style
  2. Search 9.5.x for style
  3. Search 10.3.x for style
  4. Search 11.x for style
  5. Other projects
Title Object type File name Summary
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php The theme to install as the default for testing.
ImageAdminStylesTest::$defaultTheme property core/modules/image/tests/src/Functional/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 Test 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 Test creating an image style with a numeric name and ensuring it can be
applied to an image.
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 Test deleting a style and choosing a replacement style.
ImageEffectDeleteForm::$imageStyle property core/modules/image/src/Form/ImageEffectDeleteForm.php The image style containing the image effect to be deleted.
ImageEffectFormBase::$imageStyle property core/modules/image/src/Form/ImageEffectFormBase.php The image style.
ImageFormatter::$imageStyleStorage property core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php The image style entity storage.
ImageStyle class core/modules/image/src/Entity/ImageStyle.php Defines an image style configuration entity.
ImageStyle.php file core/modules/image/src/Entity/ImageStyle.php
ImageStyle::$effects property core/modules/image/src/Entity/ImageStyle.php The array of image effects for this image style.
ImageStyle::$effectsCollection property core/modules/image/src/Entity/ImageStyle.php Holds the collection of image effects that are used by this image style.
ImageStyle::$label property core/modules/image/src/Entity/ImageStyle.php The image style label.
ImageStyle::$name property core/modules/image/src/Entity/ImageStyle.php The name of the image style.
ImageStyle::addExtension function core/modules/image/src/Entity/ImageStyle.php Adds an extension to a path.
ImageStyle::addImageEffect function core/modules/image/src/Entity/ImageStyle.php Saves an image effect for this style.
ImageStyle::buildUri function core/modules/image/src/Entity/ImageStyle.php Returns the URI of this image when using this style.
ImageStyle::buildUrl function core/modules/image/src/Entity/ImageStyle.php Returns the URL of this image derivative for an original image path or URI.
ImageStyle::createDerivative function core/modules/image/src/Entity/ImageStyle.php Creates a new image derivative based on this image style.
ImageStyle::deleteImageEffect function core/modules/image/src/Entity/ImageStyle.php Deletes an image effect from this style.
ImageStyle::fileDefaultScheme function core/modules/image/src/Entity/ImageStyle.php Provides a wrapper to allow unit testing.
ImageStyle::fileUriScheme function core/modules/image/src/Entity/ImageStyle.php Provides a wrapper for file_uri_scheme() to allow unit testing.
ImageStyle::fileUriTarget function core/modules/image/src/Entity/ImageStyle.php Provides a wrapper for file_uri_target() to allow unit testing.
ImageStyle::flush function core/modules/image/src/Entity/ImageStyle.php Flushes cached media for this style.
ImageStyle::getDerivativeExtension function core/modules/image/src/Entity/ImageStyle.php Determines the extension of the derivative without generating it.
ImageStyle::getEffect function core/modules/image/src/Entity/ImageStyle.php Returns a specific image effect.
ImageStyle::getEffects function core/modules/image/src/Entity/ImageStyle.php Returns the image effects for this style.
ImageStyle::getHashSalt function core/modules/image/src/Entity/ImageStyle.php Gets a salt useful for hardening against SQL injection.
ImageStyle::getImageEffectPluginManager function core/modules/image/src/Entity/ImageStyle.php Returns the image effect plugin manager.
ImageStyle::getImageFactory function core/modules/image/src/Entity/ImageStyle.php Returns the image factory.
ImageStyle::getName function core/modules/image/src/Entity/ImageStyle.php Returns the image style.
ImageStyle::getPathToken function core/modules/image/src/Entity/ImageStyle.php Generates a token to protect an image style derivative.
ImageStyle::getPluginCollections function core/modules/image/src/Entity/ImageStyle.php
ImageStyle::getPrivateKey function core/modules/image/src/Entity/ImageStyle.php Gets the Drupal private key.
ImageStyle::getReplacementID function core/modules/image/src/Entity/ImageStyle.php Returns the replacement ID.
ImageStyle::getStreamWrapperManager function core/modules/image/src/Entity/ImageStyle.php Gets the stream wrapper manager service.
ImageStyle::id function core/modules/image/src/Entity/ImageStyle.php Gets the identifier.
ImageStyle::postDelete function core/modules/image/src/Entity/ImageStyle.php Acts on deleted entities before the delete hook is invoked.
ImageStyle::postSave function core/modules/image/src/Entity/ImageStyle.php Acts on a saved entity before the insert or update hook is invoked.
ImageStyle::replaceImageStyle function core/modules/image/src/Entity/ImageStyle.php Update field settings if the image style name is changed.
ImageStyle::setName function core/modules/image/src/Entity/ImageStyle.php Sets the name of the image style.
ImageStyle::supportsUri function core/modules/image/src/Entity/ImageStyle.php Determines if this style can be applied to a given image.
ImageStyle::transformDimensions function core/modules/image/src/Entity/ImageStyle.php Determines the dimensions of this image style.

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