Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ScaffoldUpgradeTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php
ScaffoldUpgradeTest::testScaffoldUpgrade function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php Test upgrading the Composer Scaffold plugin.
Scale class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Defines GD2 Scale operation.
Scale.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php
Scale::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Returns the definition of the operation arguments.
Scale::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Performs the actual manipulation on the image.
Scale::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Validates the arguments.
ScaleAndCrop class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Defines GD2 Scale and crop operation.
ScaleAndCrop.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php
ScaleAndCrop::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Returns the definition of the operation arguments.
ScaleAndCrop::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Performs the actual manipulation on the image.
ScaleAndCrop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Validates the arguments.
ScaleAndCropAddAnchorUpdateTest class core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php Tests adding an 'anchor' setting to existing scale and crop image effects.
ScaleAndCropAddAnchorUpdateTest.php file core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php
ScaleAndCropAddAnchorUpdateTest::setDatabaseDumpFiles function core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php Set database dump files to be used.
ScaleAndCropAddAnchorUpdateTest::testImagePostUpdateScaleAndCropEffectAddAnchor function core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php Tests that 'anchor' setting is properly added.
ScaleAndCropImageEffect class core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php Scales and crops an image resource.
ScaleAndCropImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php
ScaleAndCropImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php Applies an image effect to the image object.
ScaleAndCropImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php Returns a render array summarizing the configuration of the image effect.
ScaleImageEffect class core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Scales an image resource.
ScaleImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Applies an image effect to the image object.
ScaleImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Form constructor.
ScaleImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Gets default configuration for this plugin.
ScaleImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Returns a render array summarizing the configuration of the image effect.
ScaleImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Form submission handler.
ScaleImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Determines the dimensions of the styled image.
ScaleImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Form validation handler.
ScanDirectoryTest class core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Tests \Drupal\Core\File\FileSystem::scanDirectory.
ScanDirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
ScanDirectoryTest::$fileSystem property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php The file system.
ScanDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Modules to enable.
ScanDirectoryTest::$path property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
ScanDirectoryTest::setUp function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
ScanDirectoryTest::testIgnoreDirectories function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting.
ScanDirectoryTest::testOptionCallback function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the callback function is called correctly.
ScanDirectoryTest::testOptionKey function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that key parameter sets the return value's key.
ScanDirectoryTest::testOptionMinDepth function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the min_depth options lets us ignore files in the starting
directory.
ScanDirectoryTest::testOptionNoMask function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the no-mask parameter is honored.
ScanDirectoryTest::testOptionRecurse function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the recurse option descends into subdirectories.
ScanDirectoryTest::testReturn function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check the format of the returned values.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Schema.php MySQL test implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php A very minimal class for testing purposes.
Schema class core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Schema.php Provides a base implementation for Database Schema.
Schema API group core/lib/Drupal/Core/Database/database.api.php API to handle database schemas.

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