Search for all
Title | Object type | File name | Summary |
---|---|---|---|
authorize.php | file | ./ |
Administrative script for running authorized file operations. |
Authorized operations | group | modules/ |
Functions to run operations with elevated privileges via authorize.php. |
authorize_access_allowed | function | ./ |
Determines if the current user is allowed to run authorize.php. |
authorize_access_denied_page | function | ./ |
Renders a 403 access denied page for authorize.php. |
authorize_filetransfer_form | function | includes/ |
Form constructor for the file transfer authorization form. |
authorize_filetransfer_form_submit | function | includes/ |
Form submission handler for authorize_filetransfer_form(). |
authorize_filetransfer_form_validate | function | includes/ |
Form validation handler for authorize_filetransfer_form(). |
authorize_get_filetransfer | function | includes/ |
Gets a FileTransfer class for a specific transfer method and settings. |
authorize_run_operation | function | includes/ |
Runs the operation specified in $_SESSION['authorize_operation']. |
Automatic interface translation import | group | includes/ |
Functions to create batches for importing translations. |
b.txt | file | modules/ |
|
bartik.info | file | themes/ |
name = Bartik description = A flexible, recolorable theme with many regions. package = Core version = VERSION core = 7.x stylesheets[all][] = css/layout.css stylesheets[all][] = css/style.css stylesheets[all][] = css/colors.css stylesheets[print][] =… |
bartik_drupal_alter_alter | function | modules/ |
Implements hook_TYPE_alter() on behalf of Bartik theme. |
bartik_field__taxonomy_term_reference | function | themes/ |
Implements theme_field__field_type(). |
bartik_menu_tree | function | themes/ |
Implements theme_menu_tree(). |
bartik_preprocess_block | function | themes/ |
Override or insert variables into the block template. |
bartik_preprocess_html | function | themes/ |
Add body classes if certain regions have content. |
bartik_preprocess_maintenance_page | function | themes/ |
Implements hook_preprocess_maintenance_page(). |
bartik_preprocess_node | function | themes/ |
Override or insert variables into the node template. |
bartik_process_html | function | themes/ |
Override or insert variables into the page template for HTML output. |
bartik_process_maintenance_page | function | themes/ |
Override or insert variables into the maintenance page template. |
bartik_process_page | function | themes/ |
Override or insert variables into the page template. |
base_path | function | includes/ |
Returns the base URL path (i.e., directory) of the Drupal installation. |
BasicMinimalUpdatePath | class | modules/ |
Performs point release update tests on a bare database. |
BasicMinimalUpdatePath::getInfo | function | modules/ |
|
BasicMinimalUpdatePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
BasicMinimalUpdatePath::testBasicMinimalUpdate | function | modules/ |
Tests a successful point release update. |
BasicStandardUpdatePath | class | modules/ |
Performs point release update tests on a bare database. |
BasicStandardUpdatePath::getInfo | function | modules/ |
|
BasicStandardUpdatePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
BasicStandardUpdatePath::testBasicStandardUpdate | function | modules/ |
Tests a successful point release update. |
BasicUpgradePath | class | modules/ |
Perform basic upgrade tests. |
BasicUpgradePath::getInfo | function | modules/ |
|
BasicUpgradePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
BasicUpgradePath::testBasicUpgrade | function | modules/ |
Test a successful upgrade. |
BasicUpgradePath::testFailedUpgrade | function | modules/ |
Test a failed upgrade, and verify that the failure is reported. |
Batch operations | group | includes/ |
Creates and processes batch operations. |
batch.inc | file | includes/ |
Batch processing API for processes to run in multiple HTTP requests. |
batch.queue.inc | file | includes/ |
Queue handlers used by the Batch API. |
batch.test | file | modules/ |
Tests for the Batch API. |
BatchMemoryQueue | class | includes/ |
Defines a batch queue for non-progressive batches. |
BatchMemoryQueue::claimItem | function | includes/ |
Overrides MemoryQueue::claimItem(). |
BatchMemoryQueue::getAllItems | function | includes/ |
Retrieves all remaining items in the queue. |
BatchPageTestCase | class | modules/ |
Tests for the Batch API Progress page. |
BatchPageTestCase::getInfo | function | modules/ |
|
BatchPageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BatchPageTestCase::testBatchProgressPageTheme | function | modules/ |
Tests that the batch API progress page uses the correct theme. |
BatchPercentagesUnitTestCase | class | modules/ |
Tests the function _batch_api_percentage() to make sure that the rounding works properly in all cases. |
BatchPercentagesUnitTestCase::$testCases | property | modules/ |
|
BatchPercentagesUnitTestCase::getInfo | function | modules/ |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.