Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a base field that requires a dedicated table.
SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a simple entity type with some base fields.
SqlContentEntityStorageTest::testGetTableMappingTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a non-revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a translatable entity type with fields.
SqlContentEntityStorageTest::testHasData function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests has data.
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple no persistent cache.
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cached.
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cache miss.
SqlContentEntityStorageTest::testOnEntityTypeCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
SqlContentEntityStorageTest::testSetTableMapping function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that setting a new table mapping also updates the table names.
SqlEntityStorageInterface interface core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php A common interface for SQL-based entity storage implementations.
SqlEntityStorageInterface.php file core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php
SqlEntityStorageInterface::getTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php Gets a table mapping for the entity's SQL tables.
Stable9LibraryOverrideTest::$librariesToSkip property core/themes/stable9/tests/Kernel/Stable9LibraryOverrideTest.php A list of libraries to skip checking, in the format extension/library_name.
Stable9LibraryOverrideTest::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php A list of libraries to skip checking, in the format extension/library_name.
Stable9TemplateOverrideTest::$templatesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php An array of template names to skip, without the extension.
Stable9TemplateOverrideTest::$templatesToSkip property core/themes/stable9/tests/Kernel/Stable9TemplateOverrideTest.php An array of template names to skip, without the extension.
StableLibraryOverrideTestBase::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php A list of libraries to skip checking, in the format extension/library_name.
StagedDBUpdateValidatorTest class core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests Staged DBUpdate Validator.
StagedDBUpdateValidatorTest.php file core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Data provider for ::testStagedDatabaseUpdates().
StagedDBUpdateValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::testStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests validation of staged database updates.
StagedDBUpdateValidatorTest::testUnclaimedStage function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests that the validator disregards unclaimed stages.
StageEventsTest::testExceptionIfNoErrorBeforeStopPropagation function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests exception is thrown if error is not added before stopPropagation().
StageEventsTest::testPackageListsAvailableToRequireEvents function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests that pre- and post-require events have access to the package lists.
StageFixtureManipulator class core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php A fixture manipulator service that commits changes after begin.
StageFixtureManipulator.php file core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php
StageFixtureManipulator::$inner property core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php The decorated service.
StageFixtureManipulator::$state property core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php The state service.
StageFixtureManipulator::begin function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php
StageFixtureManipulator::clearQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Clears all queued manipulation items.
StageFixtureManipulator::commitChanges function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Commits the changes to the directory.
StageFixtureManipulator::getQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Gets all queued manipulation items.
StageFixtureManipulator::handleTearDown function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Handles test tear down to ensure all changes were committed.
StageFixtureManipulator::queueManipulation function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Queues manipulation arguments to be called in ::doCommitChanges().
StageFixtureManipulator::STATE_KEY constant core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php The state key to use.
StageFixtureManipulator::__construct function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Constructions a StageFixtureManipulator object.
StageFixtureManipulator::__destruct function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Ensure that changes were committed before object is destroyed.
StageOwnershipTest::assertOwnershipIsEnforced function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Asserts that ownership is enforced across stage directories.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedIn function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedOut function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations, even if logged out.
StageOwnershipTest::testStageOwnedByCreator function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests that the stage is owned by the person who calls create() on it.
State::$keyValueStore property core/lib/Drupal/Core/State/State.php The key value store to use.
State::canTransitionTo function core/modules/workflows/src/State.php Determines if the state can transition to the provided state ID.
State::getTransitionTo function core/modules/workflows/src/State.php Gets the Transition object for the provided state ID.
StateInterface::canTransitionTo function core/modules/workflows/src/StateInterface.php Determines if the state can transition to the provided state ID.
StateInterface::getTransitionTo function core/modules/workflows/src/StateInterface.php Gets the Transition object for the provided state ID.
StatementIteratorTrait trait core/lib/Drupal/Core/Database/StatementIteratorTrait.php StatementInterface iterator trait.
StatementIteratorTrait.php file core/lib/Drupal/Core/Database/StatementIteratorTrait.php

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