function ImageTestProviderTrait::providerAlignment

Data provider for testAlignment().

File

core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php, line 188

Class

ImageTestProviderTrait
Provides test methods using data providers for image tests.

Namespace

Drupal\Tests\ckeditor5\FunctionalJavascript

Code

public static function providerAlignment() {
  return [
    'Block image' => [
      'block',
    ],
    'Inline image' => [
      'inline',
    ],
  ];
}

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