* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @link http://www.temando.com/ * * @api * @deprecated since 1.0.5 | Block data is provided by view model * @see \Temando\Shipping\ViewModel\Dispatch\DispatchEdit */ class Create extends AbstractComponent { /** * Obtain dispatches grid url * * @return string */ public function getDispatchesPageUrl() { return $this->_urlBuilder->getUrl('temando/dispatch/index'); } }