Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 8.9.x for ip
  4. Search 11.x for ip
  5. Search main for ip
  6. Other projects
Title Object type File name Summary
SqlTest::testLoadEntitiesWithRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRelationshipAndRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
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.
StableLibraryOverrideTestBase::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php A list of libraries to skip checking, in the format extension/library_name.
StandardJavascriptTest class core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Tests Standard installation profile JavaScript expectations.
StandardJavascriptTest.php file core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
StandardJavascriptTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
StandardJavascriptTest::assertBigPipePlaceholderReplacementCount function core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Asserts the number of BigPipe placeholders that are replaced on the page.
StandardJavascriptTest::testBigPipe function core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Tests BigPipe accelerates particular Standard installation profile routes.
StandardPerformanceTest::assertNoJavaScript function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Passes if no JavaScript is found on the page.
StandardRecipeInstallTest class core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Tests installing the Standard recipe via the installer.
StandardRecipeInstallTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::$profile property core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::installDefaultThemeFromClassProperty function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUp function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUpProfile function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::testStandard function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeInstallTest::visitInstaller function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
StandardRecipeTest class core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php Tests Standard recipe installation expectations.
StandardRecipeTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
StandardRecipeTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
StandardRecipeTest::testStandard function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php Tests Standard installation recipe.
State::deleteMultiple function core/lib/Drupal/Core/State/State.php
State::getMultiple function core/lib/Drupal/Core/State/State.php
State::setMultiple function core/lib/Drupal/Core/State/State.php
StateInterface::deleteMultiple function core/lib/Drupal/Core/State/StateInterface.php Deletes multiple items.
StateInterface::getMultiple function core/lib/Drupal/Core/State/StateInterface.php Returns the stored key/value pairs for a given set of keys.
StateInterface::setMultiple function core/lib/Drupal/Core/State/StateInterface.php Saves key/value pairs.
StaticMenuLinkOverrides::deleteMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php
StaticMenuLinkOverrides::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php
StaticMenuLinkOverridesInterface::deleteMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Deletes multiple overrides to definitions of static (YAML-defined) links.
StaticMenuLinkOverridesInterface::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverridesTest::testLoadMultipleOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the loadMultipleOverrides method.
StorageBase::setMultiple function core/lib/Drupal/Core/KeyValueStore/StorageBase.php
StorageInterface::readMultiple function core/lib/Drupal/Core/Config/StorageInterface.php Reads configuration data from the storage.
StorageReplaceDataWrapper::readMultiple function core/modules/config/src/StorageReplaceDataWrapper.php
StreamWrapperInterface::getDescription function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the description of the stream wrapper for use in the UI.
StreamWrapperManager::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
StreamWrapperManagerInterface::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper descriptions.
stream_wrapper.dummy_multiple service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyMultipleStreamWrapper
StringFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/StringFilter.php Exposed filter options.
StubSourceGeneratorPlugin::$skipCount property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
StubSourceGeneratorPlugin::getSkipCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the skipCount value.
SubProcess::multiple function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php
SubProcessWithSkipTest class core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Tests process pipelines when a sub_process skips a row or process.
SubProcessWithSkipTest.php file core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php
SubProcessWithSkipTest::$modules property core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php

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