public function GridStackHook::__construct in GridStack 8.2
Constructs a GridStack object.
Parameters
\Drupal\gridstack\GridStackManagerInterface $manager: The gridstack manager service.
File
- src/
GridStackHook.php, line 30
Class
- GridStackHook
- Provides GridStack utility methods for Drupal hooks.
Namespace
Drupal\gridstackCode
public function __construct(GridStackManagerInterface $manager) {
$this->manager = $manager;
}