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
SortRandomTest::dataSet function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Add more items to the test set, to make the order tests more robust.
SortRandomTest::getBasicRandomView function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Return a basic view with random ordering.
SortRandomTest::testRandomOrdering function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Tests random ordering of the result set.
SortRandomTest::testRandomOrderingWithRenderCaching function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Tests random ordering with tags based caching.
SortTest class core/modules/views/tests/src/Kernel/Handler/SortTest.php Tests for core Drupal\views\Plugin\views\sort\SortPluginBase handler.
SortTest class core/modules/jsonapi/tests/src/Unit/Query/SortTest.php @coversDefaultClass \Drupal\jsonapi\Query\Sort[[api-linebreak]]
@group jsonapi
SortTest.php file core/modules/jsonapi/tests/src/Unit/Query/SortTest.php
SortTest.php file core/modules/views/tests/src/Kernel/Handler/SortTest.php
SortTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortTest.php Views used by this test.
SortTest::badParameterProvider function core/modules/jsonapi/tests/src/Unit/Query/SortTest.php Data provider for testCreateFromQueryParameterFail.
SortTest::parameterProvider function core/modules/jsonapi/tests/src/Unit/Query/SortTest.php Provides a suite of shortcut sort paramaters and their expected expansions.
SortTest::setUp function core/modules/jsonapi/tests/src/Unit/Query/SortTest.php
SortTest::testCreateFromQueryParameter function core/modules/jsonapi/tests/src/Unit/Query/SortTest.php @covers ::createFromQueryParameter[[api-linebreak]]
@dataProvider parameterProvider
SortTest::testCreateFromQueryParameterFail function core/modules/jsonapi/tests/src/Unit/Query/SortTest.php @covers ::createFromQueryParameter[[api-linebreak]]
@dataProvider badParameterProvider
SortTest::testNumericOrdering function core/modules/views/tests/src/Kernel/Handler/SortTest.php Tests numeric ordering of the result set.
SortTest::testStringOrdering function core/modules/views/tests/src/Kernel/Handler/SortTest.php Tests string ordering of the result set.
SortTranslationTest class core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Tests sorting on translatable and not translatable fields.
SortTranslationTest.php file core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SortTranslationTest::$modules property core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Modules to enable.
SortTranslationTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Views to be enabled.
SortTranslationTest::setUp function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SortTranslationTest::testSortbyUntranslatedIntegerField function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Test sorting on an untranslated field.
SourcePluginBase class core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The base class for source plugins.
SourcePluginBase.php file core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::$cache property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The backend cache.
SourcePluginBase::$cacheCounts property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Whether this instance should cache the source count.
SourcePluginBase::$cacheKey property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Key to use for caching counts.
SourcePluginBase::$currentRow property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The current row from the query.
SourcePluginBase::$currentSourceIds property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The primary key of the current row.
SourcePluginBase::$highWaterProperty property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Information on the property used as the high-water mark.
SourcePluginBase::$highWaterStorage property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The key-value storage for the high-water value.
SourcePluginBase::$idMap property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The migration ID map.
SourcePluginBase::$iterator property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The iterator to iterate over the source rows.
SourcePluginBase::$mapRowAdded property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Flags whether source plugin will read the map row and add to data row.
SourcePluginBase::$migration property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The entity migration object.
SourcePluginBase::$moduleHandler property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The module handler service.
SourcePluginBase::$originalHighWater property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The high water mark at the beginning of the import operation.
SourcePluginBase::$skipCount property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Whether this instance should not attempt to count the source.
SourcePluginBase::$trackChanges property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Flags whether to track changes to incoming data.
SourcePluginBase::aboveHighwater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Check if the incoming data is newer than what we've previously imported.
SourcePluginBase::count function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the source count.
SourcePluginBase::current function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::doCount function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the source count checking if the source is countable or using the
iterator_count function.
SourcePluginBase::fetchNextRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Position the iterator to the following row.
SourcePluginBase::getCache function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the cache object.
SourcePluginBase::getCurrentIds function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the currentSourceIds data member.
SourcePluginBase::getHighWater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The current value of the high water mark.
SourcePluginBase::getHighWaterField function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the name of the field used as the high watermark.
SourcePluginBase::getHighWaterProperty function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get information on the property used as the high watermark.
SourcePluginBase::getHighWaterStorage function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the high water storage object.

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