Elementor\Element_Column::_get_child_type PHP Méthode

_get_child_type() protected méthode

protected _get_child_type ( array $element_data )
$element_data array
    protected function _get_child_type(array $element_data)
    {
        if ('section' === $element_data['elType']) {
            return Plugin::instance()->elements_manager->get_element_types('section');
        }
        return Plugin::instance()->widgets_manager->get_widget_types($element_data['widgetType']);
    }