You are here

constant WebformContentCreatorUtilities::CONTENT_BASIC_FIELDS in Webform Content Creator 3.x

Same name and namespace in other branches
  1. 8 src/WebformContentCreatorUtilities.php \Drupal\webform_content_creator\WebformContentCreatorUtilities::CONTENT_BASIC_FIELDS
  2. 2.x src/WebformContentCreatorUtilities.php \Drupal\webform_content_creator\WebformContentCreatorUtilities::CONTENT_BASIC_FIELDS

File

src/WebformContentCreatorUtilities.php, line 21

Class

WebformContentCreatorUtilities
Provides useful functions required in Webform content creator module.

Namespace

Drupal\webform_content_creator

Code

const CONTENT_BASIC_FIELDS = [
  'body',
  'status',
  'uid',
];