Backend\Modules\ContentBlocks\Form\ContentBlockType::__construct PHP Method

__construct() public method

public __construct ( string $currentTheme, string $dataClass = CreateContentBlock::class )
$currentTheme string
$dataClass string
    public function __construct($currentTheme, $dataClass = CreateContentBlock::class)
    {
        $this->currentTheme = $currentTheme;
        $this->dataClass = $dataClass;
    }