Search for gc

  1. Search 7.x for gc
  2. Search 8.9.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
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.
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.
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 passed to 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.
OpenDialogCommand::setDialogTitle function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog title (an alias of setDialogOptions).
OpenDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Constructs an OpenDialogCommand object.
OpenModalDialogCommand class core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php Defines an AJAX command to open certain content in a dialog in a modal dialog.
OpenModalDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php
OpenModalDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php Constructs an OpenModalDialog object.
OpenOffCanvasDialogCommand class core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php Defines an AJAX command to open content in a dialog in an off-canvas tray.
OpenOffCanvasDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php
OpenOffCanvasDialogCommand::DEFAULT_DIALOG_WIDTH constant core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php The dialog width to use if none is provided.
OpenOffCanvasDialogCommand::render function core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
OpenOffCanvasDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php Constructs an OpenOffCanvasDialogCommand object.
OpenOffCanvasDialogCommandTest class core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php @coversDefaultClass \Drupal\Core\Ajax\OpenOffCanvasDialogCommand
@group Ajax
OpenOffCanvasDialogCommandTest.php file core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php

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