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
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_element_info_alter function core/themes/stable/stable.theme Implements hook_element_info_alter().
stable_library_info_alter function core/themes/stable/stable.theme Implements hook_library_info_alter().
stable_preprocess_image_widget function core/themes/stable/stable.theme Implements hook_preprocess_image_widget().
stable_preprocess_links function core/themes/stable/stable.theme Implements template_preprocess_links().
stable_process_text_format function core/themes/stable/stable.theme #process callback, for adding classes to filter components.
StackedKernelPass class core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php Provides a compiler pass for stacked HTTP kernels.
StackedKernelPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
StackedKernelPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
StackedKernelPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\StackedKernelPass[[api-linebreak]]
@group DependencyInjection
StackedKernelPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::$containerBuilder property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::$stackedKernelPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php The stacked kernel pass.
StackedKernelPassTest::createMiddlewareServiceDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Creates a middleware definition.
StackedKernelPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::testProcessWithHttpKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @covers ::process[[api-linebreak]]
StackedKernelPassTest::testProcessWithStackedKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @covers ::process[[api-linebreak]]
StackedRouteMatchInterface interface core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Defines an interface for a stack of route matches.
StackedRouteMatchInterface.php file core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
StackedRouteMatchInterface::getCurrentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the current route match.
StackedRouteMatchInterface::getMasterRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the master route match..
StackedRouteMatchInterface::getParentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns the parent route match of the current.
StackedRouteMatchInterface::getRouteMatchFromRequest function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns a route match from a given request, if possible.
StackedSessionHandlerPass class core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php Provides a compiler pass for stacked session save handlers.
StackedSessionHandlerPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
StackedSessionHandlerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
StackKernelIntegrationTest class core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests the stacked kernel functionality.
StackKernelIntegrationTest.php file core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
StackKernelIntegrationTest::$modules property core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Modules to enable.
StackKernelIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
StackKernelIntegrationTest::testLazyLateMiddlewares function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests that late middlewares are automatically flagged lazy.
StackKernelIntegrationTest::testRequest function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests a request.
StackSessionHandlerIntegrationTest class core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests the stacked session handler functionality.
StackSessionHandlerIntegrationTest.php file core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
StackSessionHandlerIntegrationTest::$defaultTheme property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php The theme to install as the default for testing.
StackSessionHandlerIntegrationTest::$modules property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Modules to enable.
StackSessionHandlerIntegrationTest::testRequest function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a request.
Standard class core/modules/views/src/Plugin/views/field/Standard.php Default implementation of the base field plugin.
Standard class core/modules/views/src/Plugin/views/relationship/Standard.php Default implementation of the base relationship plugin.
Standard class core/modules/views/src/Plugin/views/wizard/Standard.php Standard Views wizard plugin.
Standard class core/modules/views/src/Plugin/views/argument/Standard.php Default implementation of the base argument plugin.
Standard class core/modules/views/src/Plugin/views/join/Standard.php Default implementation of the join plugin.

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