Elementor\Element_Section::_get_child_type PHP Method

_get_child_type() protected method

protected _get_child_type ( array $element_data )
$element_data array
    protected function _get_child_type(array $element_data)
    {
        return Plugin::instance()->elements_manager->get_element_types('column');
    }