| 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. |
| ImageStyleInterface::buildUrl |
function |
core/modules/image/src/ImageStyleInterface.php |
Returns the URL of this image derivative for an original image path or URI. |
| ImageStyleInterface::createDerivative |
function |
core/modules/image/src/ImageStyleInterface.php |
Creates a new image derivative based on this image style. |
| ImageStyleInterface::deleteImageEffect |
function |
core/modules/image/src/ImageStyleInterface.php |
Deletes an image effect from this style. |
| ImageStyleInterface::flush |
function |
core/modules/image/src/ImageStyleInterface.php |
Flushes cached media for this style. |
| ImageStyleInterface::getDerivativeExtension |
function |
core/modules/image/src/ImageStyleInterface.php |
Determines the extension of the derivative without generating it. |
| ImageStyleInterface::getEffect |
function |
core/modules/image/src/ImageStyleInterface.php |
Returns a specific image effect. |
| ImageStyleInterface::getEffects |
function |
core/modules/image/src/ImageStyleInterface.php |
Returns the image effects for this style. |
| ImageStyleInterface::getName |
function |
core/modules/image/src/ImageStyleInterface.php |
Returns the image style. |
| ImageStyleInterface::getPathToken |
function |
core/modules/image/src/ImageStyleInterface.php |
Generates a token to protect an image style derivative. |
| ImageStyleInterface::getReplacementID |
function |
core/modules/image/src/ImageStyleInterface.php |
Returns the replacement ID. |
| ImageStyleInterface::setName |
function |
core/modules/image/src/ImageStyleInterface.php |
Sets the name of the image style. |
| ImageStyleInterface::supportsUri |
function |
core/modules/image/src/ImageStyleInterface.php |
Determines if this style can be applied to a given image. |
| ImageStyleInterface::transformDimensions |
function |
core/modules/image/src/ImageStyleInterface.php |
Determines the dimensions of this image style. |
| ImageStyleJsonAnonTest |
class |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
@group rest |
| ImageStyleJsonAnonTest.php |
file |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
|
| ImageStyleJsonAnonTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
The theme to install as the default for testing. |
| ImageStyleJsonAnonTest::$format |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
The format to use in this test. |
| ImageStyleJsonAnonTest::$mimeType |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ImageStyleJsonBasicAuthTest |
class |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php |
@group rest |
| ImageStyleJsonBasicAuthTest.php |
file |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php |
|
| ImageStyleJsonBasicAuthTest::$auth |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ImageStyleJsonBasicAuthTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ImageStyleJsonBasicAuthTest::$format |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php |
The format to use in this test. |
| ImageStyleJsonBasicAuthTest::$mimeType |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ImageStyleJsonBasicAuthTest::$modules |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php |
Modules to install. |
| ImageStyleJsonCookieTest |
class |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php |
@group rest |
| ImageStyleJsonCookieTest.php |
file |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php |
|
| ImageStyleJsonCookieTest::$auth |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ImageStyleJsonCookieTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php |
The theme to install as the default for testing. |
| ImageStyleJsonCookieTest::$format |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php |
The format to use in this test. |
| ImageStyleJsonCookieTest::$mimeType |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php |
The MIME type that corresponds to $format. |
| ImageStyleListBuilder |
class |
core/modules/image/src/ImageStyleListBuilder.php |
Defines a class to build a listing of image style entities. |
| ImageStyleListBuilder.php |
file |
core/modules/image/src/ImageStyleListBuilder.php |
|
| ImageStyleListBuilder::buildHeader |
function |
core/modules/image/src/ImageStyleListBuilder.php |
Builds the header row for the entity listing. |
| ImageStyleListBuilder::buildRow |
function |
core/modules/image/src/ImageStyleListBuilder.php |
Builds a row for an entity in the entity listing. |
| ImageStyleListBuilder::getDefaultOperations |
function |
core/modules/image/src/ImageStyleListBuilder.php |
Gets this list's default operations. |
| ImageStyleListBuilder::render |
function |
core/modules/image/src/ImageStyleListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
| ImageStyleResourceTestBase |
class |
core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleResourceTestBase.php |
|
| ImageStyleResourceTestBase |
class |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
ResourceTestBase for ImageStyle entity. |
| ImageStyleResourceTestBase.php |
file |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
|