getOptions($options, $cfg['DefaultTransformations']['Inline']);
if ($GLOBALS['config']->get('PMA_IS_GD2') === 1) {
return '
';
}
return '
';
}
/* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */
/**
* Gets the transformation name of the specific plugin
*/
public static function getName(): string
{
return 'Inline';
}
}