Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Search main for __set
  6. Other projects
Title Object type File name Summary
SkipRowIfNotSet.php file core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php
SkipRowIfNotSet::transform function core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php Performs the associated process.
SkipRowIfNotSetTest class core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests the skip row if not set process plugin.
SkipRowIfNotSetTest.php file core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php
SkipRowIfNotSetTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception with a message is raised.
SkipRowIfNotSetTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception without a message is raised.
SortDateTest::expectedResultSet function core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
SortDateTimeTest::setUp function core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php
SortingTest::setUp function core/modules/views/tests/src/Functional/Wizard/SortingTest.php
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.
SortTest::setUp function core/modules/jsonapi/tests/src/Unit/Query/SortTest.php
SortTranslationTest::setUp function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SourceString::setString function core/modules/locale/src/SourceString.php Sets the string contained in this object.
SpaceUsedTest::setUp function core/modules/file/tests/src/Kernel/SpaceUsedTest.php
Sql::setCountField function core/modules/views/src/Plugin/views/query/Sql.php Set what field the query will count() on for paging.
Sql::setDistinct function core/modules/views/src/Plugin/views/query/Sql.php Set the view to be distinct (per base field).
Sql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/Sql.php Applies a timezone offset to the given field.
Sql::setMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets the migrate message service.
Sql::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets a specified record to be updated, if it exists.
Sql::setupTimezone function core/modules/views/src/Plugin/views/query/Sql.php Set the database to the current user timezone.
SqlBase::isOffsetExposed function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::setCurrentPage function core/modules/views/src/Plugin/views/pager/SqlBase.php Set the current page.
SqlBase::setUpDatabase function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Gets a connection to the referenced database.
SqlBaseTest class core/modules/migrate/tests/src/Unit/SqlBaseTest.php Tests the SqlBase class.
SqlBaseTest class core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests the functionality of SqlBase.
SqlBaseTest.php file core/modules/migrate/tests/src/Unit/SqlBaseTest.php Contains \Drupal\Tests\migrate\Unit\SqlBaseTest.
SqlBaseTest.php file core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Contains \Drupal\Tests\migrate\Kernel\SqlBaseTest.
SqlBaseTest::$migration property core/modules/migrate/tests/src/Kernel/SqlBaseTest.php The (probably mocked) migration under test.
SqlBaseTest::highWaterDataProvider function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Data provider for ::testHighWater().
SqlBaseTest::setUp function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php
SqlBaseTest::sqlBaseTestProvider function core/modules/migrate/tests/src/Unit/SqlBaseTest.php The data provider for SqlBase.
SqlBaseTest::testConnectionTypes function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests different connection types.
SqlBaseTest::testHighWater function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests that SqlBase respects high-water values.
SqlBaseTest::testMapJoinable function core/modules/migrate/tests/src/Unit/SqlBaseTest.php Tests that the ID map is joinable.
SqlContentEntityStorage::$baseTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The base table of the entity.
SqlContentEntityStorage::getBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the base table name.
SqlContentEntityStorage::setEntityType function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Updates the wrapped entity type definition.
SqlContentEntityStorage::setFieldStorageDefinitions function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Updates the internal list of field storage definitions.
SqlContentEntityStorage::setTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Sets the wrapped table mapping definition.
SqlContentEntityStorage::setTemporary function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Changes the temporary state of the storage.
SqlContentEntityStorageSchema::initializeBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a base table.
SqlContentEntityStorageSchema::processBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
SqlContentEntityStorageSchemaColumnTest::setUp function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php
SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaConverterTestBase::setUp function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Overrides WebTestBase::setUp() for update testing.
SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
SqlContentEntityStorageSchemaTest::setUp function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php

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