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