Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FundamentalCompatibilityConstraintValidator.php | file | core/ |
|
| FundamentalCompatibilityConstraintValidator::checkAllHtmlTagsAreCreatable | function | core/ |
Checks all HTML tags supported by enabled CKEditor 5 plugins are creatable. |
| FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsAreCompatible | function | core/ |
Checks that fundamental CKEditor 5 plugins' HTML tags are allowed. |
| FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsMatch | function | core/ |
Checks the HTML restrictions match the enabled CKEditor 5 plugins' output. |
| FundamentalCompatibilityConstraintValidator::checkNoMarkupFilters | function | core/ |
Checks no TYPE_MARKUP_LANGUAGE filters are present. |
| FundamentalCompatibilityConstraintValidator::findHtmlRestrictorFilterNotAllowingTags | function | core/ |
Analyzes a text format to find the filter not allowing required tags. |
| FundamentalCompatibilityConstraintValidator::FUNDAMENTAL_CKEDITOR5_PLUGINS | constant | core/ |
The fundamental CKEditor 5 plugins without which it cannot function. |
| FundamentalCompatibilityConstraintValidator::getFiltersInFormatOfType | function | core/ |
Gets the filters of the given type in this text format. |
| FundamentalCompatibilityConstraintValidator::validate | function | core/ |
|
| GarbageCollectionTest | class | core/ |
Tests garbage collection for the expirable key-value database storage. |
| GarbageCollectionTest.php | file | core/ |
|
| GarbageCollectionTest::testGarbageCollection | function | core/ |
Tests garbage collection. |
| GDImageToolkitOperationBase | class | core/ |
Provides a GD base class with correctly typed image toolkit. |
| GDImageToolkitOperationBase.php | file | core/ |
|
| GDImageToolkitOperationBase::getToolkit | function | core/ |
The correctly typed image toolkit for GD operations. |
| GDToolkit::checkAvifSupport | function | core/ |
Checks if AVIF can encode image. |
| GDToolkit::extensionToImageType | function | core/ |
Returns the IMAGETYPE_xxx constant for the given extension. |
| GDToolkit::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
| GDToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
| GDToolkit::getTransparentColor | function | core/ |
Gets the color set for transparency in GIF images. |
| GDToolkit::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| GDToolkit::isValid | function | core/ |
Checks if the image is valid. |
| GDToolkit::parseFile | function | core/ |
Determines if a file contains a valid image. |
| GDToolkit::save | function | core/ |
Writes an image resource to a destination file. |
| GDToolkit::setImage | function | core/ |
Sets an image or resets existing one. |
| GDToolkit::setType | function | core/ |
Sets the PHP type of the image. |
| GDToolkit::submitConfigurationForm | function | core/ |
Form submission handler. |
| GDToolkit::supportedTypes | function | core/ |
Returns a list of image types supported by the toolkit. |
| GDToolkit::__construct | function | core/ |
Constructs a GDToolkit object. |
| GdToolkitAvifImageManipulationTest | class | core/ |
GD image toolkit image manipulation of AVIF images. |
| GdToolkitAvifImageManipulationTest.php | file | core/ |
|
| GdToolkitAvifImageManipulationTest::$sourceTestImage | property | core/ |
|
| GdToolkitGifImageManipulationTest | class | core/ |
GD image toolkit image manipulation of GIF images. |
| GdToolkitGifImageManipulationTest.php | file | core/ |
|
| GdToolkitGifImageManipulationTest::$sourceTestImage | property | core/ |
|
| GdToolkitGifImageManipulationTest::providerOperationTestCases | function | core/ |
|
| GdToolkitGifImageManipulationTest::testGifTransparentImages | function | core/ |
Tests for GIF images with transparency. |
| GdToolkitImageManipulationTestBase | class | core/ |
GD image toolkit image manipulation test base class. |
| GdToolkitImageManipulationTestBase.php | file | core/ |
|
| GdToolkitImageManipulationTestBase::$directory | property | core/ |
A directory where test image files can be saved to. |
| GdToolkitImageManipulationTestBase::$imageFactory | property | core/ |
The image factory service. |
| GdToolkitImageManipulationTestBase::$modules | property | core/ |
|
| GdToolkitImageManipulationTestBase::$sourceTestImage | property | core/ |
The file name of the image under test. |
| GdToolkitImageManipulationTestBase::assertColorsAreEqual | function | core/ |
Assert two colors are equal by RGBA, net of full transparency. |
| GdToolkitImageManipulationTestBase::BLACK | constant | core/ |
Colors that are used in testing. |
| GdToolkitImageManipulationTestBase::BLUE | constant | core/ |
|
| GdToolkitImageManipulationTestBase::FUCHSIA | constant | core/ |
|
| GdToolkitImageManipulationTestBase::getPixelColor | function | core/ |
Function for finding a pixel's RGBa values. |
| GdToolkitImageManipulationTestBase::GREEN | constant | core/ |
|
| GdToolkitImageManipulationTestBase::providerOperationTestCases | function | core/ |
Data provider for ::testManipulations(). |
Pagination
- Previous page
- Page 656
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.