Search for gc

  1. Search 7.x for gc
  2. Search 9.5.x for gc
  3. Search 10.3.x for gc
  4. Search 11.x for gc
  5. Other projects
Title Object type File name Summary
MigrateDblogConfigsTest::setUp function core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php
MigrateDblogConfigsTest::testBookSettings function core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php Tests migration of dblog variables to dblog.settings.yml.
MigrateDblogConfigsTest::testDblogSettings function core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php Tests migration of dblog variables to dblog.settings.yml.
MigrateSyslogConfigsTest class core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php Upgrade variables to syslog.settings.yml.
MigrateSyslogConfigsTest class core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php Upgrade variables to syslog.settings.yml.
MigrateSyslogConfigsTest.php file core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest.php file core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest::$modules property core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php Modules to enable.
MigrateSyslogConfigsTest::$modules property core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php Modules to enable.
MigrateSyslogConfigsTest::setUp function core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest::setUp function core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest::testSyslogSettings function core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php Tests migration of syslog variables to syslog.settings.yml.
MigrateSyslogConfigsTest::testSyslogSettings function core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php Tests migration of syslog variables to syslog.settings.yml.
MissingCheckedRequirementsTest class core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Tests a test case with missing requirements.
MissingCheckedRequirementsTest.php file core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php
MissingCheckedRequirementsTest::$modules property core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Modules to enable.
MissingCheckedRequirementsTest::checkRequirements function core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Overrides checkRequirements().
MissingCheckedRequirementsTest::setUp function core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Sets up a Drupal site for running functional and integration tests.
MissingCheckedRequirementsTest::testCheckRequirements function core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Ensures test will not run when requirements are missing.
MissingContentEvent class core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Wraps a configuration event for event listeners.
MissingContentEvent.php file core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
MissingContentEvent::$missingContent property core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php A list of missing content dependencies.
MissingContentEvent::getMissingContent function core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Gets missing content information.
MissingContentEvent::resolveMissingContent function core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Resolves the missing content by removing it from the list.
MissingContentEvent::__construct function core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Constructs a configuration import missing content event object.
ModerationContentTranslationTest::testModerationWithExistingContent function core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php Tests existing translations being edited after enabling content moderation.
ModerationStateNodeTest::testCreatingContent function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests creating and deleting content.
ModerationStateNodeTypeTest::testEnablingOnExistingContent function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php Tests enabling moderation on an existing node-type, with content.
ModuleInstallerTest::testConfigChangeOnInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests config changes by hook_install() are saved for dependent modules.
NegotiationBrowserDeleteForm::$browserLangcode property core/modules/language/src/Form/NegotiationBrowserDeleteForm.php The browser language code to be deleted.
NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings function core/modules/language/src/Form/NegotiationBrowserForm.php Retrieves the browser's langcode mapping configuration array.
NodeAccessTestAutoBubblingController class core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php Returns a node ID listing.
NodeAccessTestAutoBubblingController.php file core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php
NodeAccessTestAutoBubblingController::latest function core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php Lists the three latest published node IDs.
NodeRevisionRevertTranslationForm::$langcode property core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php The language to be reverted.
NodeSaveTest::testDeterminingChanges function core/modules/node/tests/src/Functional/NodeSaveTest.php Tests node presave and static node load cache.
NodeTypeTranslationTest::$additionalLangcodes property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Languages to enable.
NodeTypeTranslationTest::$defaultLangcode property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php The default language code to use in this test.
OffCanvasTest::$lastDialogClass property core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php Stores to the class that should be on the last dialog.
OpenDialogCommand class core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Defines an AJAX command to open certain content in a dialog.
OpenDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenDialogCommand.php
OpenDialogCommand::$content property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The content for the dialog.
OpenDialogCommand::$dialogOptions property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Stores dialog-specific options passed directly to jQuery UI dialogs. Any
jQuery UI option can be used. See http://api.jqueryui.com/dialog.
OpenDialogCommand::$selector property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The selector of the dialog.
OpenDialogCommand::$settings property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Custom settings that will be passed to the Drupal behaviors on the content
of the dialog.
OpenDialogCommand::$title property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The title of the dialog.
OpenDialogCommand::getDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Returns the dialog options.
OpenDialogCommand::render function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
OpenDialogCommand::setDialogOption function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets a single dialog option value.
OpenDialogCommand::setDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog options array.

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