This repository has been archived on 2022-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
divi/includes/builder/module/helpers/Alignment.php

15 lines
296 B
PHP
Raw Normal View History

2021-12-07 11:08:05 +00:00
<?php
/**
* Helper class that provides necessary functions for managing alignment option
*
* Class ET_Builder_Module_Helper_Alignment
*/
class ET_Builder_Module_Helper_Alignment extends ET_Builder_Module_Helper_Sizing {
public function get_raw_field() {
return 'module_alignment';
}
}