Skip to content

Instantly share code, notes, and snippets.

View snowstorm0182's full-sized avatar

snowstorm0182

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@snowstorm0182
snowstorm0182 / state.txt
Last active March 12, 2017 07:54
Boolean
1
<?php
/**
* Implements hook_rules_action_info()
* @see rules_core_modules()
*/
function mymodule_data_action_info() {
$return['mymodule_get_entityform_types_action'] = array(
'label' => t('Get entityform types'),
'provides' => array(
'entityform_types' => array(