class ImageStyleOptions in Acquia Lift Connector 8
Class ImageStyleOptions to manage image_style_options.
Hierarchy
- class \Drupal\Tests\acquia_lift\Unit\Polyfill\Drupal\ImageStyleOptions
Expanded class hierarchy of ImageStyleOptions
2 files declare their use of ImageStyleOptions
- Drupal.php in tests/
src/ Unit/ Polyfill/ Drupal.php - This file polyfills all the functions that are defined in global namespace in Drupal environment but not available in PHPUnit context.
- NodeTypeThumbnailFormHelperTest.php in tests/
src/ Unit/ Service/ Helper/ NodeTypeThumbnailFormHelperTest.php - Contains \Drupal\Tests\acquia_lift\Service\Helper\NodeTypeThumbnailFormHelperTest.
File
- tests/
src/ Unit/ Polyfill/ Drupal.php, line 42 - This file polyfills all the functions that are defined in global namespace in Drupal environment but not available in PHPUnit context.
Namespace
Drupal\Tests\acquia_lift\Unit\Polyfill\DrupalView source
class ImageStyleOptions {
/**
* @var array image_style_options function's return value.
*/
public static $return = [];
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ImageStyleOptions:: |
public static | property |