block_example_block_save |
function |
block_example/block_example.module |
Implements hook_block_save(). |
EntityExampleBasicController::save |
function |
entity_example/entity_example.module |
Saves the custom fields using drupal_write_record(). |
EntityExampleBasicControllerInterface::save |
function |
entity_example/entity_example.module |
Save an entity. |
entity_example_basic_save |
function |
entity_example/entity_example.module |
We save the entity by calling the controller. |
image_example_image_style_save |
function |
image_example/image_example.module |
Implements hook_image_style_save(). |