You are here

public function PathAliasToEntityUpdateTest::providerConversionToEntities in Drupal 8

Data provider for ::testConversionToEntities.

File

core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php, line 185

Class

PathAliasToEntityUpdateTest
Tests the conversion of path aliases to entities.

Namespace

Drupal\Tests\system\Functional\Update

Code

public function providerConversionToEntities() {
  return [
    'Perform check on "path_alias" save' => [
      TRUE,
    ],
    'Do not perform check on "path_alias" save' => [
      FALSE,
    ],
  ];
}