ModuleTestBase |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php |
Helper class for module test cases. |
tracker.module |
file |
drupal/core/modules/tracker/tracker.module |
Tracks recent content posted by a user or users. |
comment.module |
file |
drupal/core/modules/comment/comment.module |
Enables users to comment on published content. |
options.module |
file |
drupal/core/modules/field/modules/options/options.module |
Defines selection, check box and radio button widgets for text and numeric fields. |
system_modules |
function |
drupal/core/modules/system/system.admin.inc |
Menu callback; provides module enable/disable interface. |
ModuleTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php |
Definition of Drupal\views\Tests\ModuleTest. |
contact.module |
file |
drupal/core/modules/contact/contact.module |
Enables the use of personal and site-wide contact forms. |
ModuleTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php |
|
ModuleInfo.php |
file |
drupal/core/lib/Drupal/Core/Utility/ModuleInfo.php |
Definition of Drupal\Core\Utility\ModuleInfo. |
history.module |
file |
drupal/core/modules/history/history.module |
Records which users have read which content. |
picture.module |
file |
drupal/core/modules/picture/picture.module |
Picture display formatter for image fields. |
overlay.module |
file |
drupal/core/modules/overlay/overlay.module |
Displays the Drupal administration interface in an overlay. |
module_disable |
function |
drupal/core/includes/module.inc |
Disables a given set of modules. |
rdf_test.module |
file |
drupal/core/modules/rdf/tests/rdf_test.module |
Tests API interaction with the RDF module. |
language.module |
file |
drupal/core/modules/language/language.module |
Add language handling functionality to Drupal. |
field_ui.module |
file |
drupal/core/modules/field_ui/field_ui.module |
Allows administrators to attach custom fields to fieldable types. |
shortcut.module |
file |
drupal/core/modules/shortcut/shortcut.module |
Allows users to manage customizable lists of shortcut links. |
views_ui.module |
file |
drupal/core/modules/views/views_ui/views_ui.module |
Provide structure for the administrative interface to Views. |
module_load_all |
function |
drupal/core/includes/module.inc |
Loads all enabled modules. |
taxonomy.module |
file |
drupal/core/modules/taxonomy/taxonomy.module |
Enables the organization of content into categories. |
form_test.module |
file |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Helper module for the form API tests. |
module_test_menu |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Implements hook_menu(). |
module_test_load |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Load function used by module_test_hook_dynamic_loading_invoke_all_during_load(). |
path_test.module |
file |
drupal/core/modules/system/tests/modules/path_test/path_test.module |
Helper module for the path tests. |
ajax_test.module |
file |
drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module |
Helper module for Ajax framework tests. |
file_test.module |
file |
drupal/core/modules/file/tests/file_test/file_test.module |
Helper module for the file tests. |
ModuleEnable.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php |
Contains Drupal\system\Tests\Module\ModuleEnable. |
node_test.module |
file |
drupal/core/modules/node/tests/modules/node_test/node_test.module |
A dummy module for testing node related hooks. |
Twig_Node_Module |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Module.php |
Represents a module node. |
module_uninstall |
function |
drupal/core/includes/module.inc |
Uninstalls a given list of modules. |
menu_test.module |
file |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy module implementing hook menu. |
module_test.info |
file |
drupal/core/modules/system/tests/modules/module_test/module_test.info |
name = "Module test"
description = "Support module for module system testing."
package = Testing
version = VERSION
core = 8.x
hidden = TRUE |
module_hook_info |
function |
drupal/core/includes/module.inc |
Retrieves a list of hooks that are declared through hook_hook_info(). |
cache_test.module |
file |
drupal/core/modules/system/tests/modules/cache_test/cache_test.module |
Support module for testing the cache system. |
breakpoint.module |
file |
drupal/core/modules/breakpoint/breakpoint.module |
Manage breakpoints and breakpoint groups for responsive designs. |
statistics.module |
file |
drupal/core/modules/statistics/statistics.module |
Logs and displays access statistics for a site. |
image_test.module |
file |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Helper module for the image tests. |
theme_test.module |
file |
drupal/core/modules/system/tests/modules/theme_test/theme_test.module |
|
batch_test.module |
file |
drupal/core/modules/system/tests/modules/batch_test/batch_test.module |
Helper module for the Batch API tests. |
contextual.module |
file |
drupal/core/modules/contextual/contextual.module |
Adds contextual links to perform actions related to elements on a page. |
error_test.module |
file |
drupal/core/modules/system/tests/modules/error_test/error_test.module |
|
aggregator.module |
file |
drupal/core/modules/aggregator/aggregator.module |
Used to aggregate syndicated content (RSS, RDF, and Atom). |
UrlTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php |
|
UrlTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php |
Modules to enable. |
field_test.module |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
|
ModuleApiTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php |
Definition of Drupal\system\Tests\Module\ModuleApiTest. |
Module::canUpdate |
function |
drupal/core/lib/Drupal/Core/Updater/Module.php |
Determines whether this class can update the specified project. |
RssTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php |
Modules to enable. |
simpletest.module |
file |
drupal/core/modules/simpletest/simpletest.module |
Provides testing functionality. |
system.module.yml |
file |
drupal/core/modules/system/config/system.module.yml |
drupal/core/modules/system/config/system.module.yml |