Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
Stable9TemplateOverrideTest::testStable9TemplateOverrides function core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Ensures that Stable 9 overrides all relevant core templates.
StableLibraryOverrideTestBase class core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Tests the behavior of a theme when base_theme info key is missing.
StableLibraryOverrideTestBase.php file core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php
StableLibraryOverrideTestBase::$allModules property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php A list of all core modules.
StableLibraryOverrideTestBase::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php A list of libraries to skip checking, in the format extension/library_name.
StableLibraryOverrideTestBase::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The library discovery service.
StableLibraryOverrideTestBase::$themeInitialization property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The theme initialization.
StableLibraryOverrideTestBase::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The theme manager.
StableLibraryOverrideTestBase::enableVisibleAndStableCoreModules function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Enable all core modules that are not hidden or experimental.
StableLibraryOverrideTestBase::getAllLibraries function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Gets all libraries for core and all installed modules.
StableLibraryOverrideTestBase::removeVendorAssets function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Removes all vendor libraries and assets from the library definitions.
StackedHttpKernel::$middlewares property core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php A set of middlewares that are wrapped around this kernel.
StackedHttpKernelTest::testClosureMiddlewareArgument function core/tests/Drupal/Tests/Core/StackMiddleware/StackedHttpKernelTest.php Tests that stacked kernel is constructed with a list of closures.
StackedHttpKernelTest::testDeprecatedMiddlewaresArgument function core/tests/Drupal/Tests/Core/StackMiddleware/StackedHttpKernelTest.php Tests that stacked kernel is constructed with a list of middlewares.
StackedKernelPassTest::createMiddlewareServiceDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Creates a middleware definition.
StackedKernelPassTest::providerTestClosureMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Data provider for stacked kernel service closure middleware test.
StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class declared 'final' can be added as http_middleware.
StackedKernelPassTest::testProcessWithStackedKernelAndServiceClosureMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class taking a service closure can be added as http_middleware.
StackKernelIntegrationTest::testServiceClosureMiddlewares function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests that service closure middleware avoids creation of http kernel.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesValidateId function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session modify request with a valid session cookie.
StageCommitExceptionTest::providerCommitException function core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php Data provider for testCommitException().
StageConflictTest::providerDestroyDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Data provider for testDestroyDuringApply().
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::providerValidationResults function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Data provider for testValidationResults().
StageEventsTest::testValidationResults function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests that an exception is thrown if an event has validation results.
StageLoggedOnErrorTest::providerLoggedOnError function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Data provider for testLoggedOnError().
StandardPerformanceTest::testCacheInvalidation function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the impact of a cache tag based invalidation.
StandardTest::providerTestDisallowMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Data provider for testDisallowMode().
StandardTest::providerTestFilterXss function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Provides test data for testFilterXss().
starterkit_theme_preprocess_image_widget function core/themes/starterkit_theme/starterkit_theme.theme Implements hook_preprocess_image_widget().
State::$id property core/modules/workflows/src/State.php The state's ID.
State::id function core/modules/workflows/src/State.php Gets the state's ID.
StateInterface::id function core/modules/workflows/src/StateInterface.php Gets the state's ID.
StatementIteratorTrait::valid function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Checks if current position is valid.
StateTransitionValidation class core/modules/content_moderation/src/StateTransitionValidation.php Validates whether a certain state transition is allowed.
StateTransitionValidation.php file core/modules/content_moderation/src/StateTransitionValidation.php
StateTransitionValidation::$moderationInfo property core/modules/content_moderation/src/StateTransitionValidation.php The moderation information service.
StateTransitionValidation::$possibleTransitions property core/modules/content_moderation/src/StateTransitionValidation.php Stores the possible state transitions.
StateTransitionValidation::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidation.php Gets a list of transitions that are legal for this user on this entity.
StateTransitionValidation::isTransitionValid function core/modules/content_moderation/src/StateTransitionValidation.php Checks if a transition between two states if valid for the given user.
StateTransitionValidation::__construct function core/modules/content_moderation/src/StateTransitionValidation.php Constructs a new StateTransitionValidation.
StateTransitionValidationInterface interface core/modules/content_moderation/src/StateTransitionValidationInterface.php Validates whether a certain state transition is allowed.
StateTransitionValidationInterface.php file core/modules/content_moderation/src/StateTransitionValidationInterface.php
StateTransitionValidationInterface::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidationInterface.php Gets a list of transitions that are legal for this user on this entity.
StateTransitionValidationInterface::isTransitionValid function core/modules/content_moderation/src/StateTransitionValidationInterface.php Checks if a transition between two states if valid for the given user.

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