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
ImageStyleFlushForm.php file core/modules/image/src/Form/ImageStyleFlushForm.php
ImageStyleFlushForm::getCancelUrl function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the route to go to if the user cancels the action.
ImageStyleFlushForm::getConfirmText function core/modules/image/src/Form/ImageStyleFlushForm.php Returns a caption for the button that confirms the action.
ImageStyleFlushForm::getDescription function core/modules/image/src/Form/ImageStyleFlushForm.php Returns additional text to display as a description.
ImageStyleFlushForm::getQuestion function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the question to ask the user.
ImageStyleFlushForm::submitForm function core/modules/image/src/Form/ImageStyleFlushForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
ImageStyleFlushTest class core/modules/image/tests/src/Functional/ImageStyleFlushTest.php Tests flushing of image styles.
ImageStyleFlushTest.php file core/modules/image/tests/src/Functional/ImageStyleFlushTest.php
ImageStyleFlushTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleFlushTest.php The theme to install as the default for testing.
ImageStyleFlushTest::createSampleImage function core/modules/image/tests/src/Functional/ImageStyleFlushTest.php Given an image style and a wrapper, generate an image.
ImageStyleFlushTest::getImageCount function core/modules/image/tests/src/Functional/ImageStyleFlushTest.php Count the number of images currently created for a style in a wrapper.
ImageStyleFlushTest::testFlush function core/modules/image/tests/src/Functional/ImageStyleFlushTest.php General test to flush a style.
ImageStyleFormBase class core/modules/image/src/Form/ImageStyleFormBase.php Base form for image style add and edit forms.
ImageStyleFormBase.php file core/modules/image/src/Form/ImageStyleFormBase.php
ImageStyleFormBase::$entity property core/modules/image/src/Form/ImageStyleFormBase.php The entity being used by this form.
ImageStyleFormBase::$imageStyleStorage property core/modules/image/src/Form/ImageStyleFormBase.php The image style entity storage.
ImageStyleFormBase::create function core/modules/image/src/Form/ImageStyleFormBase.php Instantiates a new instance of this class.
ImageStyleFormBase::form function core/modules/image/src/Form/ImageStyleFormBase.php Gets the actual form array to be built.
ImageStyleFormBase::save function core/modules/image/src/Form/ImageStyleFormBase.php Form submission handler for the 'save' action.
ImageStyleFormBase::__construct function core/modules/image/src/Form/ImageStyleFormBase.php Constructs a base class for image style add and edit forms.
ImageStyleHalJsonAnonTest class core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php @group hal
ImageStyleHalJsonAnonTest.php file core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php
ImageStyleHalJsonAnonTest::$defaultTheme property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php The theme to install as the default for testing.
ImageStyleHalJsonAnonTest::$format property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php The format to use in this test.
ImageStyleHalJsonAnonTest::$mimeType property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php The MIME type that corresponds to $format.
ImageStyleHalJsonAnonTest::$modules property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php Modules to install.
ImageStyleHalJsonBasicAuthTest class core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php @group hal
ImageStyleHalJsonBasicAuthTest.php file core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php
ImageStyleHalJsonBasicAuthTest::$auth property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
ImageStyleHalJsonBasicAuthTest::$defaultTheme property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php The theme to install as the default for testing.
ImageStyleHalJsonBasicAuthTest::$format property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php The format to use in this test.
ImageStyleHalJsonBasicAuthTest::$mimeType property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ImageStyleHalJsonBasicAuthTest::$modules property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php Modules to install.
ImageStyleHalJsonCookieTest class core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php @group hal
ImageStyleHalJsonCookieTest.php file core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php
ImageStyleHalJsonCookieTest::$auth property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php The authentication mechanism to use in this test.
ImageStyleHalJsonCookieTest::$defaultTheme property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php The theme to install as the default for testing.
ImageStyleHalJsonCookieTest::$format property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php The format to use in this test.
ImageStyleHalJsonCookieTest::$mimeType property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php The MIME type that corresponds to $format.
ImageStyleHalJsonCookieTest::$modules property core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php Modules to install.
ImageStyleIntegrationTest class core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php Tests the integration of ImageStyle with the core.
ImageStyleIntegrationTest.php file core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
ImageStyleIntegrationTest::$modules property core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php Modules to enable.
ImageStyleIntegrationTest::setUp function core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
ImageStyleIntegrationTest::testEntityDisplayDependency function core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php Tests the dependency between ImageStyle and entity display components.
ImageStyleIntegrationTest::testEntityDisplayDependencyRename function core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php Tests renaming the ImageStyle.
ImageStyleInterface interface core/modules/image/src/ImageStyleInterface.php Provides an interface defining an image style entity.
ImageStyleInterface.php file core/modules/image/src/ImageStyleInterface.php
ImageStyleInterface::addImageEffect function core/modules/image/src/ImageStyleInterface.php Saves an image effect for this style.
ImageStyleInterface::buildUri function core/modules/image/src/ImageStyleInterface.php Returns the URI of this image when using this style.

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