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
SiteSettingsForm::createRandomConfigDirectory function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Create a random config sync directory.
SiteSettingsForm::getDatabaseErrors function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Get any database errors and links them to a form element.
SiteSettingsForm::getDatabaseErrorsTemplate function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Gets the inline template render array to display the database errors.
SiteSettingsForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Returns a unique string identifying the form.
SiteSettingsForm::submitForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form submission handler.
SiteSettingsForm::validateForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form validation handler.
SiteSettingsForm::__construct function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Constructs a new SiteSettingsForm.
SizeTest class core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Parse a predefined amount of bytes and compare the output with the expected
value.
SizeTest.php file core/tests/Drupal/KernelTests/Core/Common/SizeTest.php
SizeTest::providerTestCommonFormatSize function core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Provides a list of byte size to test.
SizeTest::testCommonFormatSize function core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Checks that format_size() returns the expected string.
skip-link.css file core/themes/claro/css/components/skip-link.css Skip link
skip-link.css file core/themes/bartik/css/components/skip-link.css Styles for the skip link.
skip-link.css file core/themes/seven/css/components/skip-link.css Skip link
skip-link.css file core/profiles/demo_umami/themes/umami/css/components/navigation/skip-link/skip-link.css Styles for the skip link.
skip-link.pcss.css file core/themes/claro/css/components/skip-link.pcss.css Skip link
skip-the-spirits-with-delicious-mocktails.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/skip-the-spirits-with-delicious-mocktails.html
skip-the-spirits-with-delicious-mocktails.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html
SkipOnEmpty class core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php Skips processing the current row when the input value is empty.
SkipOnEmpty.php file core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
SkipOnEmpty::process function core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php Stops processing the current property when value is not set.
SkipOnEmpty::row function core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php Skips the current row when value is not set.
SkipOnEmptyTest class core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests the skip on empty process plugin.
SkipOnEmptyTest.php file core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php
SkipOnEmptyTest::testProcessBypassesOnNonEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::process[[api-linebreak]]
SkipOnEmptyTest::testProcessSkipsOnEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::process[[api-linebreak]]
SkipOnEmptyTest::testRowBypassesOnNonEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::row[[api-linebreak]]
SkipOnEmptyTest::testRowSkipsOnEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::row[[api-linebreak]]
SkipOnEmptyTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests that a skip row exception with a message is raised.
SkipOnEmptyTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests that a skip row exception without a message is raised.
SkipOp class composer/Plugin/Scaffold/Operations/SkipOp.php Scaffold operation to skip a scaffold file (do nothing).
SkipOp.php file composer/Plugin/Scaffold/Operations/SkipOp.php
SkipOp::$message property composer/Plugin/Scaffold/Operations/SkipOp.php The message to output while processing.
SkipOp::generateContents function composer/Plugin/Scaffold/Operations/SkipOp.php Load the scaffold contents or otherwise generate what is needed.
SkipOp::ID constant composer/Plugin/Scaffold/Operations/SkipOp.php Identifies Skip operations.
SkipOp::process function composer/Plugin/Scaffold/Operations/SkipOp.php Process this scaffold operation.
SkipOp::__construct function composer/Plugin/Scaffold/Operations/SkipOp.php SkipOp constructor.
SkipOpTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php @coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\SkipOp[[api-linebreak]]
SkipOpTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php
SkipOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php @covers ::process[[api-linebreak]]
SkippedDeprecationTest class core/tests/Drupal/Tests/SkippedDeprecationTest.php @group Test
SkippedDeprecationTest.php file core/tests/Drupal/Tests/SkippedDeprecationTest.php
SkippedDeprecationTest::testSkippingDeprecations function core/tests/Drupal/Tests/SkippedDeprecationTest.php Tests skipping deprecations in unit tests.
SkippedDeprecationTest::testSkippingDeprecationsAgain function core/tests/Drupal/Tests/SkippedDeprecationTest.php Tests skipping deprecations in unit tests multiple times.
SkipRequiredModulesTest class core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php Tests if Simpletest-based tests are skipped based on module requirements.
SkipRequiredModulesTest.php file core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php
SkipRequiredModulesTest::testModuleNotFound function core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php
SkipRowIfNotSet class core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php Skips processing the current row when a source value is not set.
SkipRowIfNotSet.php file core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php
SkipRowIfNotSet::transform function core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php Performs the associated process.

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