function ImageTestProviderTrait::providerAlignment
File
-
core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageTestProviderTrait.php, line 182
Class
- ImageTestProviderTrait
- Provides test methods using data providers for image tests.
Namespace
Drupal\Tests\ckeditor5\FunctionalJavascriptCode
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.