function PathAliasToEntityUpdateTest::providerConversionToEntities

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,
        ],
    ];
}

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