The Thirsty Six
Drupal Web Developer
Monday, October 19, 2015
Add Body field programmatically in Drupal
<?php
$types = node_type_get_types();
node_add_body_field($types['your_content_type_machine_name']);
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment