You are here

public function PanelsPatternInterface::getBlockEditUrl in Panels 8.4

Same name and namespace in other branches
  1. 8.3 src/Plugin/PanelsPattern/PanelsPatternInterface.php \Drupal\panels\Plugin\PanelsPattern\PanelsPatternInterface::getBlockEditUrl()

Gets the block edit url.

Parameters

string $tempstore_id: The tempstore identifier.

string $machine_name: The tempstore key.

string $block_id: The unique id of the block in this panel.

string $destination: The destination to which to redirect after submission.

Return value

\Drupal\Core\Url

1 method overrides PanelsPatternInterface::getBlockEditUrl()
DefaultPattern::getBlockEditUrl in src/Plugin/PanelsPattern/DefaultPattern.php
Gets the block edit url.

File

src/Plugin/PanelsPattern/PanelsPatternInterface.php, line 84

Class

PanelsPatternInterface
Provides an interface for defining PanelsPatterns.

Namespace

Drupal\panels\Plugin\PanelsPattern

Code

public function getBlockEditUrl($tempstore_id, $machine_name, $block_id, $destination = NULL);