batch_example_op_2 |
modules/examples/batch_example/batch_example.module |
Batch operation for batch 2 : load all nodes, 5 by five. |
batch_example_simple_form |
modules/examples/batch_example/batch_example.module |
Form builder function to allow choice of which batch to run. |
batch_example_simple_form_submit |
modules/examples/batch_example/batch_example.module |
Submit handler. |
batch_example_update_1100 |
modules/examples/batch_example/batch_example.install |
Example of batch-driven update function. |
batch_get |
core/includes/form.inc |
Retrieves the current batch. |
batch_load |
core/includes/batch.inc |
Loads a batch from the database. |
batch_process |
core/includes/form.inc |
Processes the batch. |
batch_set |
core/includes/form.inc |
Adds a new batch. |
batch_test_chained_form |
core/modules/simpletest/tests/batch_test.module |
Form with chained submit callbacks. |
batch_test_chained_form_submit_1 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #1 for the chained form. |
batch_test_chained_form_submit_2 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #2 for the chained form. |
batch_test_chained_form_submit_3 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #3 for the chained form. |
batch_test_chained_form_submit_4 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #4 for the chained form. |
batch_test_large_percentage |
core/modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
batch_test_menu |
core/modules/simpletest/tests/batch_test.module |
Implement hook_menu(). |
batch_test_mock_form |
core/modules/simpletest/tests/batch_test.module |
A simple form with a textfield and submit button. |
batch_test_mock_form_submit |
core/modules/simpletest/tests/batch_test.module |
Submit handler for the batch_test_mock form. |
batch_test_multistep_form |
core/modules/simpletest/tests/batch_test.module |
Multistep form. |
batch_test_multistep_form_submit |
core/modules/simpletest/tests/batch_test.module |
Submit handler for the multistep form. |
batch_test_nested_backdrop_form_submit |
core/modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits a form within a batch. |
batch_test_no_form |
core/modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
batch_test_programmatic |
core/modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits the 'Chained' form. |
batch_test_redirect_page |
core/modules/simpletest/tests/batch_test.module |
Menu callback: successful redirection. |
batch_test_simple_form |
core/modules/simpletest/tests/batch_test.module |
Simple form. |
batch_test_simple_form_submit |
core/modules/simpletest/tests/batch_test.module |
Submit handler for the simple form. |
batch_test_stack |
core/modules/simpletest/tests/batch_test.module |
Helper function: store or retrieve traced execution data. |
batch_test_theme_batch |
core/modules/simpletest/tests/batch_test.module |
Menu callback: run a batch for testing theme used on the progress page. |
Block::checkAccess |
core/modules/layout/includes/block.class.inc |
Check if this block should be shown based on current contexts. |
Block::form |
core/modules/layout/includes/block.class.inc |
Build the settings form for editing this block. |
Block::formSubmit |
core/modules/layout/includes/block.class.inc |
Submit handler to save the form settings. |
Block::formValidate |
core/modules/layout/includes/block.class.inc |
Validate handler to validate the form settings. |
Block::getAdminConditionsPreview |
core/modules/layout/includes/block.class.inc |
Return a fieldset listing any visibility conditions set for this block. |
Block::getAdminPreview |
core/modules/layout/includes/block.class.inc |
Return a preview for this block. |
Block::getAdminTitle |
core/modules/layout/includes/block.class.inc |
Return an administrative title that will always have a value. |
Block::getBlockInfo |
core/modules/layout/includes/block.class.inc |
Return the block info for this block, as provided by hook_block_info(). |
Block::getChildren |
core/modules/layout/includes/block.class.inc |
Allows an array of "child blocks" for display in the "Add Block" dialog. |
Block::getClone |
core/modules/layout/includes/block.class.inc |
Clone this block to give it a new UUID but the same configuration. |
Block::getContent |
core/modules/layout/includes/block.class.inc |
Return the content of a block. |
Block::getRequiredContexts |
core/modules/layout/includes/block.class.inc |
Get a list of all required context plugin names for this block. |
Block::getTitle |
core/modules/layout/includes/block.class.inc |
Return the title of a block as configured in the layout. |
Block::prepare |
core/modules/layout/includes/block.class.inc |
Do any processing prior to getTitle() and getContent() being called. |
Block::setContexts |
core/modules/layout/includes/block.class.inc |
Set the contexts for this block. |
Block::toArray |
core/modules/layout/includes/block.class.inc |
Convert the configuration of this block to an array for storage. |
Block::__construct |
core/modules/layout/includes/block.class.inc |
Create a new Block object. |
BlockBroken::checkAccess |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getAdminPreview |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getAdminTitle |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getContent |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getTitle |
core/modules/layout/includes/block.class.inc |
|
BlockExample::form |
modules/examples/block_example/block_example.inc |
Builds the block's configuration form. |