2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

10
Drupal. Велосипедов (больше) нет Сергей Сусиков Cold Brain, Омск

Transcript of 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

Page 1: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

Drupal.Велосипедов (больше) нет

Сергей СусиковCold Brain, Омск

Page 2: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

Какой фреймворк Вы чаще используете?

Page 3: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

2000 год, Антверпен, Бельгия2000 год, Антверпен, Бельгия

Page 4: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

Hook

modulename_aspect($param)

Page 5: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

/** * Implements hook_system_info_alter(). * * Prevent the token_actions module from being enabled since updates may have * left the old module files still in the directory. */function token_system_info_alter(&$info, $file, $type) {  if ($type == 'module' && $file­>name == 'token_actions') {    $info['hidden'] = TRUE;  }}

Page 6: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles
Page 7: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles
Page 8: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles
Page 9: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles
Page 10: 2014-04-04 01 Сергей Сусиков. Drupal - no (more) bicycles

Drupal. Велосипедов (больше) нет

Сергей СусиковCold Brain, Омск