You are here

function paragraphs_type_load in Paragraphs 8

1 string reference to 'paragraphs_type_load'
ParagraphsTypeForm::form in src/Form/ParagraphsTypeForm.php
Gets the actual form array to be built.

File

./paragraphs.module, line 49
Contains paragraphs.module

Code

function paragraphs_type_load($name) {
  return ParagraphsType::load($name);
}