Files - 11.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
RssFieldsTest.php core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Drupal\Tests\views\Kernel\Plugin
RssPluginBase.php core/modules/views/src/Plugin/views/row/RssPluginBase.php Drupal\views\Plugin\views\row
RssResponseRelativeUrlFilter.php core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php Drupal\Core\EventSubscriber
RssResponseRelativeUrlFilterTest.php core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php Drupal\Tests\Core\EventSubscriber
RssTest.php core/modules/taxonomy/tests/src/Functional/RssTest.php Drupal\Tests\taxonomy\Functional
RsyncValidator.php core/modules/package_manager/src/Validator/RsyncValidator.php Drupal\package_manager\Validator
RsyncValidatorTest.php core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php Drupal\Tests\package_manager\Kernel
run-tests.sh core/scripts/run-tests.sh Script for running tests on DrupalCI.
RunnerVersion.php core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php Drupal\TestTools\PhpUnitCompatibility
RunTimeRequirementsTest.php core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php Drupal\Tests\system\Kernel\System
safe-triangle.css core/modules/navigation/css/components/safe-triangle.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ [data-has-safe-triangle] { --safe-triangle-cursor-y: 6.25rem; --safe-triangle-cursor-x: 6.25rem; …
safe-triangle.pcss.css core/modules/navigation/css/components/safe-triangle.pcss.css [data-has-safe-triangle] { --safe-triangle-cursor-y: 100px; --safe-triangle-cursor-x: 100px; --safe-triangle-submenu-start-x: var(--admin-toolbar-sidebar-width); --safe-triangle-submenu-start-y: 5vh; --safe-triangle-submenu-end-x:…
SampleEntityGeneratorInterface.php core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Drupal\layout_builder\Entity
sample_lookup_migration.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration.yml
sample_lookup_migration_2.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml
sample_lookup_migration_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml
sample_lookup_migration_string_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_string_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_string_ids.yml
sample_stubbing_migration.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration.yml
sample_stubbing_migration_with_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml
SandboxDatabaseUpdatesValidator.php core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Drupal\package_manager\Validator
SandboxDirectoryValidator.php core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php Drupal\package_manager\Validator
SandboxDirectoryValidatorTest.php core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php Drupal\Tests\package_manager\Unit
SandboxEvent.php core/modules/package_manager/src/Event/SandboxEvent.php Drupal\package_manager\Event
SandboxEventException.php core/modules/package_manager/src/Exception/SandboxEventException.php Drupal\package_manager\Exception
SandboxException.php core/modules/package_manager/src/Exception/SandboxException.php Drupal\package_manager\Exception
SandboxManagerBase.php core/modules/package_manager/src/SandboxManagerBase.php Drupal\package_manager
SandboxManagerBaseTest.php core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php Drupal\Tests\package_manager\Unit
SandboxManagerBaseTest.php core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Drupal\Tests\package_manager\Kernel
SandboxOwnershipException.php core/modules/package_manager/src/Exception/SandboxOwnershipException.php Drupal\package_manager\Exception
SandboxValidationEvent.php core/modules/package_manager/src/Event/SandboxValidationEvent.php Drupal\package_manager\Event
SanitizeNameTest.php core/modules/file/tests/src/Unit/SanitizeNameTest.php Drupal\Tests\file\Unit
SaveAction.php core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php Drupal\Core\Action\Plugin\Action
SaveActionTest.php core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Drupal\KernelTests\Core\Action
SaveEntity.php core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php Drupal\action_test\Plugin\Action
SaveTest.php core/modules/file/tests/src/Kernel/SaveTest.php Drupal\Tests\file\Kernel
SaveUploadFormTest.php core/modules/file/tests/src/Functional/SaveUploadFormTest.php Drupal\Tests\file\Functional
SaveUploadTest.php core/modules/file/tests/src/Functional/SaveUploadTest.php Drupal\Tests\file\Functional
ScaffoldFileCollection.php composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Drupal\Composer\Plugin\Scaffold\Operations
ScaffoldFileCollectionTest.php core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php Drupal\Tests\Composer\Plugin\Scaffold\Integration
ScaffoldFileInfo.php composer/Plugin/Scaffold/ScaffoldFileInfo.php Drupal\Composer\Plugin\Scaffold
ScaffoldFilePath.php composer/Plugin/Scaffold/ScaffoldFilePath.php Drupal\Composer\Plugin\Scaffold
ScaffoldOptions.php composer/Plugin/Scaffold/ScaffoldOptions.php Drupal\Composer\Plugin\Scaffold
ScaffoldResult.php composer/Plugin/Scaffold/Operations/ScaffoldResult.php Drupal\Composer\Plugin\Scaffold\Operations
ScaffoldTest.php core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Drupal\Tests\Composer\Plugin\Scaffold\Functional
ScaffoldTestResult.php core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php Drupal\Tests\Composer\Plugin\Scaffold
ScaffoldUpgradeTest.php core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php Drupal\Tests\Composer\Plugin\Scaffold\Functional
Scale.php core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Drupal\system\Plugin\ImageToolkit\Operation\gd
ScaleAndCrop.php core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Drupal\system\Plugin\ImageToolkit\Operation\gd
ScaleAndCropImageEffect.php core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php Drupal\image\Plugin\ImageEffect
ScaleImageEffect.php core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Drupal\image\Plugin\ImageEffect

Other projects


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