Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Protected Member Functions
ThemeTest Class Reference
Inheritance diagram for ThemeTest:

Protected Member Functions

 _getThemeValidData ()
 

Detailed Description

Definition at line 8 of file ThemeTest.php.

Member Function Documentation

◆ _getThemeValidData()

_getThemeValidData ( )
protected

Get theme valid data

Returns
array

Definition at line 32 of file ThemeTest.php.

33  {
34  return [
35  'area' => 'space_area',
36  'theme_title' => 'Space theme',
37  'parent_id' => null,
38  'is_featured' => false,
39  'theme_path' => 'default/space',
40  'preview_image' => 'images/preview.png',
42  ];
43  }

The documentation for this class was generated from the following file: