commerce_kickstart_example_store_form |
./commerce_kickstart.profile |
Task callback: returns the form allowing the user to add example store
content on install. |
|
|
commerce_kickstart_example_store_form_submit |
./commerce_kickstart.profile |
Submit callback: creates the requested example content. |
|
|
commerce_kickstart_form_install_configure_form_alter |
./commerce_kickstart.profile |
Implements hook_form_alter(). |
|
|
commerce_kickstart_install |
./commerce_kickstart.install |
Implements hook_install(). |
|
|
commerce_kickstart_install_tasks |
./commerce_kickstart.profile |
Implements hook_install_tasks(). |
|
|
commerce_kickstart_update_projects_alter |
./commerce_kickstart.profile |
Implements hook_update_projects_alter(). |
|
|
commerce_kickstart_update_status_alter |
./commerce_kickstart.profile |
Implements hook_update_status_alter(). |
|
|
_commerce_kickstart_create_example_catalog |
./commerce_kickstart.profile |
Creates a Catalog taxonomy vocabulary and adds a term reference field for it
to the default product display node type. |
|
|
_commerce_kickstart_create_product_image_field |
./commerce_kickstart.profile |
Creates an image field on the specified entity bundle. |
1 |
|
_commerce_kickstart_create_product_reference |
./commerce_kickstart.profile |
Creates a product reference field on the specified entity bundle. |
1 |
|
_commerce_kickstart_install |
./commerce_kickstart.install |
Performs additional configuration for Drupal Commerce modules and components. |
1 |
|