Search for id

  1. Search 7.x for id
  2. Search 8.9.x for id
  3. Search 10.3.x for id
  4. Search 11.x for id
  5. Other projects
Title Object type File name Summary
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.
StableTemplateOverrideTest class core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Tests Stable's template overrides.
StableTemplateOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
StableTemplateOverrideTest::$allModules property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php A list of all core modules.
StableTemplateOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Modules to enable.
StableTemplateOverrideTest::$templatesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php An array of template names to skip, without the extension.
StableTemplateOverrideTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php The theme handler.
StableTemplateOverrideTest::installAllModules function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Installs all core modules.
StableTemplateOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
StableTemplateOverrideTest::testStableTemplateOverrides function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Ensures that Stable overrides all relevant core templates.
stable_preprocess_image_widget function core/themes/stable/stable.theme Implements hook_preprocess_image_widget().
StackedKernelPassTest::createMiddlewareServiceDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Creates a middleware definition.
StackKernelIntegrationTest::testLazyLateMiddlewares function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests that late middlewares are automatically flagged lazy.
Standard::getForbiddenTags function core/modules/editor/src/EditorXssFilter/Standard.php Get all forbidden tags from a restrictions data structure.
StandardTest::providerTestBlackListMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Data provider for testBlacklistMode().
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.
StatementEmpty::valid function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementPrefetch::valid function core/lib/Drupal/Core/Database/StatementPrefetch.php #[\ReturnTypeWillChange]
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.
StateTransitionValidationTest class core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php @coversDefaultClass \Drupal\content_moderation\StateTransitionValidation[[api-linebreak]]
@group content_moderation
StateTransitionValidationTest.php file core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
StateTransitionValidationTest::$workflow property core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php A test workflow.
StateTransitionValidationTest::setUp function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
StateTransitionValidationTest::testUserSensitiveValidTransitions function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php Verifies user-aware transition validation.
StateTransitionValidationTest::userTransitionsProvider function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php Data provider for the user transition test.
StaticDiscoveryDecoratorTest::providerCall function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testCall().
StaticDiscoveryDecoratorTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::providerGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().

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