Skip to content

Instantly share code, notes, and snippets.

@iamweird
Created August 13, 2014 21:16
Show Gist options
  • Save iamweird/d4381b125c525d82ec80 to your computer and use it in GitHub Desktop.
Save iamweird/d4381b125c525d82ec80 to your computer and use it in GitHub Desktop.
Заметки по Drupal
<?php
// Спрятать поле формы для пользователя, но сохранить его значение по умолчанию.
// Исключает поле из рендеринга.
$form['field_test']['#access'] = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment