If you create a child-adapter, make sure to set your default options correctly
Something along these lines:
parent::__construct($renderer, array_replace_recursive([
'your' => 'default',
'option' => 'array'
], $options ? $options : []);
public __construct ( |
||
$renderer | the renderer this adapter is created in | |
$options | array | the options array for the adapter |