
| Current Path : /var/www/html/rocksensor1/web/core/modules/views/src/Ajax/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/modules/views/src/Ajax/ScrollTopCommand.php |
<?php
namespace Drupal\views\Ajax;
use Drupal\Core\Ajax\ScrollTopCommand as CoreScrollTopCommand;
/**
* Provides an AJAX command for scrolling to the top of an element.
*
* This command is implemented in Drupal.AjaxCommands.prototype.viewsScrollTop.
*
* @deprecated in drupal:10.1.0 and is removed from drupal:11.0.0.
* Use \Drupal\Core\Ajax\ScrollTopCommand
*
* @see https://www.drupal.org/node/3344141
*/
class ScrollTopCommand extends CoreScrollTopCommand {
}