| SmartDefaultSettingsTest::testCandidates |
function |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Tests candidates. |
| SneakySuperset::validateConfigurationForm |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php |
Form validation handler. |
| SortableTestTrait::sortableUpdate |
function |
core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php |
Define to provide any necessary callback following layout change. |
| SortDateTest |
class |
core/modules/views/tests/src/Kernel/Handler/SortDateTest.php |
Tests for core Drupal\views\Plugin\views\sort\Date handler. |
| SortDateTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/SortDateTest.php |
|
| SortDateTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/SortDateTest.php |
Views used by this test. |
| SortDateTest::expectedResultSet |
function |
core/modules/views/tests/src/Kernel/Handler/SortDateTest.php |
Generates an expected result set based on the specified granularity and order. |
| SortDateTest::testDateOrdering |
function |
core/modules/views/tests/src/Kernel/Handler/SortDateTest.php |
Tests numeric ordering of the result set. |
| SortDateTimeTest |
class |
core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php |
Tests for core Drupal\datetime\Plugin\views\sort\Date handler. |
| SortDateTimeTest.php |
file |
core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php |
|
| SortDateTimeTest::$testViews |
property |
core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php |
Views to be enabled. |
| SortDateTimeTest::setUp |
function |
core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php |
|
| SortDateTimeTest::testDateTimeSort |
function |
core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php |
Tests the datetime sort handler. |
| SortPluginBase::sortValidate |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
|
| SortPluginBase::validateExposeForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Validate the options form. |
| SortPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Simple validate handler. |
| SourceEditing::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Form validation handler. |
| SourceEditingPreventSelfXssConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php |
|
| SourceEditingRedundantTagsConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php |
|
| Sql::$dateSql |
property |
core/modules/views/src/Plugin/views/query/Sql.php |
The database-specific date handler. |
| Sql::elementValidateTags |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Validation callback for query tags. |
| Sql::getDateField |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Returns a Unix timestamp to database native timestamp expression. |
| Sql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Creates cross-database date formatting. |
| Sql::getRowsNeedingUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Retrieves an array of map rows marked as needing update. |
| Sql::prepareUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Prepares to run a full update. |
| Sql::setUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Sets a specified record to be updated, if it exists. |
| Sql::updateCount |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Returns a count of items which are marked as needing update. |
| SqlBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Allows the exposed form to be validated. |
| SqlBase::updatePageInfo |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Update global paging info. |
| SqlBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Provide the default form for validating options. |
| SqlContentEntityStorage::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of the entity type. |
| SqlContentEntityStorage::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of a fieldable entity type. |
| SqlContentEntityStorage::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of a field storage definition. |
| SqlContentEntityStorageSchema::$updateBackupRepository |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The key-value collection for tracking entity update backup repository. |
| SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Handles the case when an error occurs during the data copying step. |
| SqlContentEntityStorageSchema::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the update of the entity type. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the update of a fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the update of a field storage definition. |
| SqlContentEntityStorageSchema::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlContentEntityStorageSchema::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Allows subscribers to prepare their schema before data copying. |
| SqlContentEntityStorageSchema::updateBackupRepository |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the key/value collection for tracking the entity update backups. |
| SqlContentEntityStorageSchema::updateDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Updates the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchema::updateSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Updates the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchemaColumnTest::$entityDefinitionUpdateManager |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The entity definition update manager. |
| SqlContentEntityStorageSchemaColumnTest::testColumnUpdate |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that column-level schema changes are detected for fields with data. |
| SqlContentEntityStorageSchemaColumnTest::testColumnUpdateWithFlag |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that schema changes are updated for fields with data with the flag. |
| SqlContentEntityStorageSchemaTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The entity definition update manager. |
| SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests on entity type update with new index. |
| SqlContentEntityStorageSchemaTest::testOnFieldStorageDefinitionUpdateShared |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests updating a shared table field definition. |
| SqlContentEntityStorageSchemaTest::testUpdateFieldStorageDefinitionThrowsException |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Test to ensure that updating field with data triggers expected exceptions. |