You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The filter `ac/column/separator` allows you to alter the separator value of a column cell
* You probably want to check for a specific column instance and check for extra conditionals related to the column in order to change the value for the correct column
*/
use ACA\ACF\Column;
use ACA\ACF\Field\Type\Relationship;
/**
* @param string $separator The column separator value
* @param AC\Column $column Column object
*
* @return string
*/
function ac_column_separator($separator, AC\Column $column)