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
SafeMarkupTest::providerFormat function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Data provider for testFormat().
SafeMarkupTest::tearDown function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTest::testCheckPlain function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests SafeMarkup::checkPlain().
SafeMarkupTest::testFormat function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests string formatting with SafeMarkup::format().
SafeMarkupTest::testHtmlEscapedText function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests Drupal\Component\Render\HtmlEscapedText.
SafeMarkupTest::testIsSafe function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests SafeMarkup::isSafe() with different objects.
SafeMarkupTestMarkup class core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Marks an object's __toString() method as returning markup.
SafeMarkupTestMarkup class core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Implements MarkupInterface without implementing \Countable
SafeMarkupTestMarkup::create function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Overrides MarkupTrait::create() to allow creation with empty strings.
SafeMarkupTestString class core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTestString::$string property core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTestString::__construct function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTestString::__toString function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SampleEntityGeneratorInterface interface core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Generates a sample entity.
SampleEntityGeneratorInterface.php file core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php
SampleEntityGeneratorInterface::delete function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Deletes a sample entity for a given entity type and bundle.
SampleEntityGeneratorInterface::get function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Gets a sample entity for a given entity type and bundle.
sample_lookup_migration.yml file 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 file 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 file 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 file 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 file 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 file 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
Sanitization functions group core/includes/common.inc Functions to sanitize values.
SaveAction class core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php Provides an action that can save any entity.
SaveAction.php file core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php
SaveAction::$time property core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php The time service.
SaveAction::access function core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php Checks object access.
SaveAction::create function core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php Creates an instance of the plugin.
SaveAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php Executes the plugin.
SaveAction::__construct function core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php Constructs a SaveAction object.
SaveActionTest class core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @group Action
SaveActionTest.php file core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
SaveActionTest::$modules property core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Modules to enable.
SaveActionTest::setUp function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
SaveActionTest::testGetDerivativeDefinitions function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityChangedActionDeriver::getDerivativeDefinitions[[api-linebreak]]
SaveActionTest::testSaveAction function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @covers \Drupal\Core\Action\Plugin\Action\SaveAction::execute[[api-linebreak]]
SaveComment class core/modules/comment/src/Plugin/Action/SaveComment.php Saves a comment.
SaveComment.php file core/modules/comment/src/Plugin/Action/SaveComment.php
SaveComment::__construct function core/modules/comment/src/Plugin/Action/SaveComment.php Constructs a SaveAction object.
SaveDataTest class core/modules/file/tests/src/Kernel/SaveDataTest.php Tests the file_save_data() function.
SaveDataTest.php file core/modules/file/tests/src/Kernel/SaveDataTest.php
SaveDataTest::testExistingError function core/modules/file/tests/src/Kernel/SaveDataTest.php Test that file_save_data() fails overwriting an existing file.
SaveDataTest::testExistingRename function core/modules/file/tests/src/Kernel/SaveDataTest.php Test file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace function core/modules/file/tests/src/Kernel/SaveDataTest.php Test file_save_data() when replacing an existing file.
SaveDataTest::testWithFilename function core/modules/file/tests/src/Kernel/SaveDataTest.php Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename function core/modules/file/tests/src/Kernel/SaveDataTest.php Test the file_save_data() function when no filename is provided.
SAVED_DELETED constant core/includes/common.inc Return status for saving which deleted an existing item.
SAVED_NEW constant core/includes/common.inc Return status for saving which involved creating a new item.
SAVED_UPDATED constant core/includes/common.inc Return status for saving which involved an update to an existing item.

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