Search for style
- Search 7.x for style
- Search 9.5.x for style
- Search 10.3.x for style
- Search 11.x for style
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImageStyleRoutes | class | core/ |
Defines a route subscriber to register a url for serving image styles. |
ImageStyleRoutes.php | file | core/ |
|
ImageStyleRoutes::$streamWrapperManager | property | core/ |
The stream wrapper manager service. |
ImageStyleRoutes::create | function | core/ |
Instantiates a new instance of this class. |
ImageStyleRoutes::routes | function | core/ |
Returns an array of route objects. |
ImageStyleRoutes::__construct | function | core/ |
Constructs a new ImageStyleRoutes object. |
ImageStyles | class | core/ |
Drupal image styles source from database. |
ImageStyles.php | file | core/ |
|
ImageStyles::fields | function | core/ |
Returns available fields on the source. |
ImageStyles::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
ImageStyles::prepareRow | function | core/ |
Adds additional data to the row. |
ImageStyles::query | function | core/ |
|
ImageStylesPathAndUrlTest | class | core/ |
Tests the functions for generating paths and URLs for image styles. |
ImageStylesPathAndUrlTest.php | file | core/ |
|
ImageStylesPathAndUrlTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImageStylesPathAndUrlTest::$modules | property | core/ |
Modules to enable. |
ImageStylesPathAndUrlTest::$style | property | core/ |
The image style. |
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests | function | core/ |
Tests building an image style URL. |
ImageStylesPathAndUrlTest::setUp | function | core/ |
|
ImageStylesPathAndUrlTest::testImageStylePath | function | core/ |
Tests \Drupal\image\ImageStyleInterface::buildUri(). |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate | function | core/ |
Tests an image style URL using the "private://" scheme. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateLanguage | function | core/ |
Tests an image style URL with the "private://" schema and language prefix. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateUnclean | function | core/ |
Tests an image style URL with the "private://" schema and unclean URLs. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic | function | core/ |
Tests an image style URL using the "public://" scheme. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicLanguage | function | core/ |
Tests an image style URL with the "public://" schema and language prefix. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean | function | core/ |
Tests an image style URL with the "public://" scheme and unclean URLs. |
ImageStylesPathAndUrlTest::testImageStyleUrlExtraSlash | function | core/ |
Tests an image style URL with a file URL that has an extra slash in it. |
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage | function | core/ |
Tests that an invalid source image returns a 404. |
ImageStylesTest | class | core/ |
Tests the D7 ImageStyles source plugin. |
ImageStylesTest.php | file | core/ |
|
ImageStylesTest::$modules | property | core/ |
Modules to enable. |
ImageStylesTest::providerSource | function | core/ |
The data provider. |
ImageStyleStorage | class | core/ |
Storage controller class for "image style" configuration entities. |
ImageStyleStorage.php | file | core/ |
|
ImageStyleStorage::$replacement | property | core/ |
Image style replacement memory storage. |
ImageStyleStorage::clearReplacementId | function | core/ |
Clears a replacement ID from the storage. |
ImageStyleStorage::getReplacementId | function | core/ |
Retrieves the replacement ID of a deleted image style. |
ImageStyleStorage::setReplacementId | function | core/ |
Stores a replacement ID for an image style being deleted. |
ImageStyleStorageInterface | interface | core/ |
Interface for storage controller for "image style" configuration entities. |
ImageStyleStorageInterface.php | file | core/ |
|
ImageStyleStorageInterface::clearReplacementId | function | core/ |
Clears a replacement ID from the storage. |
ImageStyleStorageInterface::getReplacementId | function | core/ |
Retrieves the replacement ID of a deleted image style. |
ImageStyleStorageInterface::setReplacementId | function | core/ |
Stores a replacement ID for an image style being deleted. |
ImageStyleTest | class | core/ |
@coversDefaultClass \Drupal\image\Entity\ImageStyle |
ImageStyleTest | class | core/ |
JSON:API integration test for the "ImageStyle" config entity type. |
ImageStyleTest.php | file | core/ |
|
ImageStyleTest.php | file | core/ |
|
ImageStyleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImageStyleTest::$effectUuid | property | core/ |
The effect UUID. |
ImageStyleTest::$entity | property | core/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.