function OpenOffCanvasDialogCommandTest::dialogPosition
The data provider for potential dialog positions.
Return value
array An array of dialog positions.
File
-
core/
tests/ Drupal/ Tests/ Core/ Ajax/ OpenOffCanvasDialogCommandTest.php, line 61
Class
Namespace
Drupal\Tests\Core\AjaxCode
public static function dialogPosition() : array {
return [
[
'side',
],
[
'top',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.