You are here

commons_radioactivity_groups.install in Drupal Commons 7.3

File

modules/commons/commons_radioactivity/commons_radioactivity_groups/commons_radioactivity_groups.install
View source
<?php

/**
 * Use content type machine names for generating CSS classes.
 */
function commons_radioactivity_groups_update_7300() {
  $revert = array(
    'commons_radioactivity_groups' => array(
      'views_view',
    ),
  );
  features_revert($revert);
  return array();
}

/**
 * Replace the title attribute with the title field in view displays.
 */
function commons_radioactivity_groups_update_7301() {
  $revert = array(
    'commons_radioactivity_groups' => array(
      'views_view',
    ),
  );
  features_revert($revert);
  return array();
}

Functions

Namesort descending Description
commons_radioactivity_groups_update_7300 Use content type machine names for generating CSS classes.
commons_radioactivity_groups_update_7301 Replace the title attribute with the title field in view displays.