Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
drupal_maintenance_theme function core/includes/bootstrap.inc Enables use of the theme system without requiring database access.
DRUPAL_MINIMUM_PHP constant core/includes/bootstrap.inc Minimum allowed version of PHP for Drupal to be bootstrapped.
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT constant core/includes/bootstrap.inc Minimum recommended value of PHP memory_limit.
DRUPAL_MINIMUM_SUPPORTED_PHP constant core/includes/bootstrap.inc Minimum supported version of PHP.
DRUPAL_OPTIONAL constant core/modules/system/system.module Optional option on forms and settings.
drupal_phpunit_contrib_extension_directory_roots function core/tests/bootstrap.php Returns directories under which contributed extensions may exist.
drupal_phpunit_find_extension_directories function core/tests/bootstrap.php Finds all valid extension directories recursively within a given directory.
drupal_phpunit_get_extension_namespaces function core/tests/bootstrap.php Registers the namespace for each extension directory with the autoloader.
drupal_phpunit_populate_class_loader function core/tests/bootstrap.php Populate class loader with additional namespaces for tests.
drupal_rebuild function core/includes/utility.inc Rebuilds all caches even when Drupal itself does not work.
DRUPAL_RECOMMENDED_PHP constant core/includes/bootstrap.inc Minimum recommended version of PHP.
drupal_register_shutdown_function function core/includes/bootstrap.inc Registers a function for execution on shutdown.
DRUPAL_REQUIRED constant core/modules/system/system.module Required option on forms and settings.
drupal_required_modules function core/includes/module.inc Returns an array of modules required by core.
drupal_requirements_severity function core/includes/install.inc Extracts the highest severity from the requirements array.
drupal_requirements_url function core/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem.
drupal_rewrite_settings function core/includes/install.inc Replaces values in settings.php with values in the submitted array.
DRUPAL_ROOT constant core/includes/bootstrap.inc Defines the root directory of the Drupal installation.
drupal_set_installed_schema_version function core/includes/schema.inc Updates the installed version information for a module.
drupal_static function core/includes/bootstrap.inc Provides central static variable storage.
drupal_static_reset function core/includes/bootstrap.inc Resets one or all centrally stored static variable(s).
drupal_system_cross_profile_test.info.yml file core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml
drupal_system_listing_compatible_test.info.yml file core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
drupal_system_listing_compatible_test.info.yml file core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
drupal_theme_rebuild function core/includes/theme.inc Forces the system to rebuild the theme registry.
drupal_uninstall_schema function core/includes/schema.inc Removes all tables defined in a module's hook_schema().
drupal_valid_test_ua function core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest.
drupal_verify_install_file function core/includes/install.inc Verifies the state of the specified file.
drupal_verify_profile function core/includes/install.inc Verifies that all dependencies are met for a given installation profile.
ds9.txt file core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/ds9.txt ***
ds9.txt file core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/files/sites/default/files/ds9.txt ***
DummyAjaxFormatter class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php Empty renderer for a dummy field with an AJAX handler.
DummyAjaxFormatter.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php
DummyAjaxFormatter::settingsSummary function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php Returns a short summary for the current formatter settings.
DummyAjaxFormatter::viewElements function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php Builds a renderable array for a field value.
DummyAjaxItem class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php Defines a dummy field containing an AJAX handler.
DummyAjaxItem.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php
DummyAjaxItem::isEmpty function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php Determines whether the data structure is empty.
DummyAjaxItem::propertyDefinitions function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php Defines field item properties.
DummyAjaxItem::schema function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php Returns the schema for the field.
DummyAjaxWidget class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php Default widget for Dummy AJAX test.
DummyAjaxWidget.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php
DummyAjaxWidget::dummyAjaxCallback function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php Ajax callback for Dummy AJAX test.
DummyAjaxWidget::formElement function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php Returns the form for a single field widget.
DummyDestination class core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php Plugin annotation

@MigrateDestination(
id = "dummy",
requirements_met = true
)
DummyDestination.php file core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php
DummyDestination::fields function core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php Returns an array of destination fields.
DummyDestination::getIds function core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php Gets the destination IDs.
DummyDestination::import function core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php Import the row.
DummyExternalReadOnlyWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Helper class for testing the stream wrapper registry.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.