| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CloseModalCommand extends CloseModalDialogCommand { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Creates a CloseModelCommand. |
||
| 15 | * |
||
| 16 | * @param \Drupal\paragraphs_editor\EditorCommand\CommandContextInterface $context |
||
| 17 | * The context to close the dialog for. |
||
| 18 | * @param bool $persist |
||
| 19 | * (optional) Whether to persist the dialog in the DOM or not. |
||
| 20 | */ |
||
| 21 | public function __construct(CommandContextInterface $context, $persist = FALSE) { |
||
| 27 |