ImageAdminStylesTest.php |
file |
core/modules/image/tests/src/Functional/ImageAdminStylesTest.php |
|
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 |
Tests 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 |
Tests creating an image style with a numeric name. |
ImageAdminStylesTest::testPreviewImageShowInPrivateScheme |
function |
core/modules/image/tests/src/Functional/ImageAdminStylesTest.php |
Tests the display of preview images using a private scheme. |
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 |
Tests deleting a style and choosing a replacement style. |
ImageButton |
class |
core/lib/Drupal/Core/Render/Element/ImageButton.php |
Provides a form element for a submit button with an image. |
ImageButton.php |
file |
core/lib/Drupal/Core/Render/Element/ImageButton.php |
|
ImageButton::getInfo |
function |
core/lib/Drupal/Core/Render/Element/ImageButton.php |
Returns the element properties for this element. |
ImageButton::preRenderButton |
function |
core/lib/Drupal/Core/Render/Element/ImageButton.php |
Prepares a #type 'button' render element for input.html.twig. |
ImageButton::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/ImageButton.php |
Determines how user input is mapped to an element's #value property. |
ImageCacheActions |
class |
core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php |
Defines the image cache actions migrate process plugin. |
ImageCacheActions.php |
file |
core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php |
|
ImageCacheActions::transform |
function |
core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php |
Performs the associated process. |
ImageCachePreset |
class |
core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php |
Drupal 6 imagecache presets source from database. |
ImageCachePreset.php |
file |
core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php |
|
ImageCachePreset::fields |
function |
core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php |
Returns available fields on the source. |
ImageCachePreset::getIds |
function |
core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php |
Defines the source fields uniquely identifying a source row. |
ImageCachePreset::prepareRow |
function |
core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php |
Adds additional data to the row. |
ImageCachePreset::query |
function |
core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php |
Prepares query object to retrieve data from the source database. |
ImageCachePresetTest |
class |
core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php |
Tests the d6_imagecache_presets source plugin. |
ImageCachePresetTest.php |
file |
core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php |
|
ImageCachePresetTest::$modules |
property |
core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php |
Modules to install. |
ImageCachePresetTest::providerSource |
function |
core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php |
Provides source data for ::testSource. |
ImageDeprecationTest |
class |
core/modules/image/tests/src/Unit/ImageDeprecationTest.php |
Tests deprecation of image_filter_keyword(). |
ImageDeprecationTest.php |
file |
core/modules/image/tests/src/Unit/ImageDeprecationTest.php |
|
ImageDeprecationTest::testImageFilterKeywordDeprecation |
function |
core/modules/image/tests/src/Unit/ImageDeprecationTest.php |
Tests deprecation of image_filter_keyword. |
ImageDimensionsTest |
class |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
Tests that images have correct dimensions when styled. |
ImageDimensionsTest.php |
file |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
|
ImageDimensionsTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
The theme to install as the default for testing. |
ImageDimensionsTest::$modules |
property |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
Modules to install. |
ImageDimensionsTest::$profile |
property |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
The profile to install as a basis for testing. |
ImageDimensionsTest::getImageTag |
function |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
Render an image style element. |
ImageDimensionsTest::testImageDimensions |
function |
core/modules/image/tests/src/Functional/ImageDimensionsTest.php |
Tests styled image dimensions cumulatively. |
ImageEffect |
class |
core/modules/image/src/Attribute/ImageEffect.php |
Defines an ImageEffect attribute for plugin discovery. |
ImageEffect |
class |
core/modules/image/src/Annotation/ImageEffect.php |
Defines an image effect annotation object. |
ImageEffect.php |
file |
core/modules/image/src/Attribute/ImageEffect.php |
|
ImageEffect.php |
file |
core/modules/image/src/Annotation/ImageEffect.php |
|
ImageEffect::$description |
property |
core/modules/image/src/Annotation/ImageEffect.php |
A brief description of the image effect. |
ImageEffect::$id |
property |
core/modules/image/src/Annotation/ImageEffect.php |
The plugin ID. |
ImageEffect::$label |
property |
core/modules/image/src/Annotation/ImageEffect.php |
The human-readable name of the image effect. |
ImageEffect::__construct |
function |
core/modules/image/src/Attribute/ImageEffect.php |
Constructs an ImageEffect attribute. |