You are here

public function ParagraphsFrontendUIController::accessEditContent in Paragraphs frontend ui 8.2

Check if the settings form mode exists for this paragraph.

File

src/Controller/ParagraphsFrontendUIController.php, line 238

Class

ParagraphsFrontendUIController
Controller for up and down actions.

Namespace

Drupal\paragraphs_frontend_ui\Controller

Code

public function accessEditContent($paragraph) {
  return $this
    ->accessFormMode($paragraph, 'content');
}