Search for size

  1. Search 7.x for size
  2. Search 8.9.x for size
  3. Search 10.3.x for size
  4. Search 11.x for size
  5. Other projects
Title Object type File name Summary
ImageResize class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php CKEditor 5 ImageResize plugin.
ImageResize.php file core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php
ImageResize::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php Form constructor.
ImageResize::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php Gets default configuration for this plugin.
ImageResize::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php Form submission handler.
ImageResize::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php Form validation handler.
ImageTest::testFloatResize function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::resize().
ImageTest::testGetFileSize function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::getFileSize.
ImageTest::testResize function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::resize().
ImageTest::testThemeImageWithSizes function core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests that an image with the sizes attribute is output correctly.
ImageTestBase::providerResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Data provider for ::testResize().
ImageTestBase::testResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Tests the image resize plugin.
ImageUploadTest::testFileUploadLargerFileSize function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Tests using the file upload route with a file size larger than allowed.
LegacyFileTest::testFileSaveUploadSingleErrorFormSize function core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests file size upload errors.
MaximumFileSizeExceededUploadTest class core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php Tests uploading a file that exceeds the maximum file size.
MaximumFileSizeExceededUploadTest.php file core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
MaximumFileSizeExceededUploadTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php The theme to install as the default for testing.
MaximumFileSizeExceededUploadTest::$fileSystem property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php The file system service.
MaximumFileSizeExceededUploadTest::$modules property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php Modules to enable.
MaximumFileSizeExceededUploadTest::$originalDisplayErrorsValue property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php The original value of the 'display_errors' PHP configuration option.
MaximumFileSizeExceededUploadTest::$user property core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php A test user.
MaximumFileSizeExceededUploadTest::setUp function core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
MaximumFileSizeExceededUploadTest::tearDown function core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
MaximumFileSizeExceededUploadTest::testUploadFileExceedingMaximumFileSize function core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php Tests that uploading files exceeding maximum size are handled correctly.
MediaTest::getLastPreviewRequestTransferSize function core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php Gets the transfer size of the last preview request.
MediaTest::getLastPreviewRequestTransferSize function core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php Gets the transfer size of the last preview request.
MigrateExecutable::formatSize function core/modules/migrate/src/MigrateExecutable.php Generates a string representation for the given byte count.
OffsetPage::$size property core/modules/jsonapi/src/Query/OffsetPage.php The size of the query.
OffsetPage::getSize function core/modules/jsonapi/src/Query/OffsetPage.php Returns the page size.
OffsetPage::SIZE_KEY constant core/modules/jsonapi/src/Query/OffsetPage.php The size key in the page parameter: page[limit].
OffsetPage::SIZE_MAX constant core/modules/jsonapi/src/Query/OffsetPage.php Max size.
QueryBatchTest::testBatchSizeNegative function core/modules/migrate/tests/src/Kernel/QueryBatchTest.php Tests a negative batch size throws an exception.
QueryBatchTest::testBatchSizeNonInteger function core/modules/migrate/tests/src/Kernel/QueryBatchTest.php Tests a non integer batch size throws an exception.
Resize class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Defines GD2 resize operation.
resize.module.css file core/themes/stable9/css/system/components/resize.module.css Resizable textareas.
resize.module.css file core/themes/stable/css/system/components/resize.module.css Resizable textareas.
resize.module.css file core/modules/system/css/components/resize.module.css Resizable textareas.
Resize.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
Resize::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
Resize::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
Resize::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php
ResizeImageEffect class core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Resizes an image resource.
ResizeImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
SizeTest class core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Tests format_size().

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