public function ComponentFormBase::access in Layout Paragraphs 2.0.x
Access check.
@todo Actually check something.
Return value
bool True if access.
File
- src/
Form/ ComponentFormBase.php, line 452
Class
- ComponentFormBase
- Class LayoutParagraphsComponentFormBase.
Namespace
Drupal\layout_paragraphs\FormCode
public function access() {
return AccessResult::allowed();
}