dialog.pcss.css |
file |
core/themes/claro/css/components/dialog.pcss.css |
Presentational styles for Drupal dialogs. |
DialogFormLink |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php |
Test class to create dialog form link. |
DialogFormLink.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php |
|
DialogFormLink::makeDialogFormLink |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php |
Builds an associative array representing a link that opens a dialog. |
DialogPositionTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php |
Tests the JavaScript functionality of the dialog position. |
DialogPositionTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php |
|
DialogPositionTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php |
The theme to install as the default for testing. |
DialogPositionTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php |
Modules to install. |
DialogPositionTest::testDialogOpenAndClose |
function |
core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php |
Tests if the dialog UI works properly with block layout page. |
DialogRenderer |
class |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
Default main content renderer for dialog requests. |
DialogRenderer.php |
file |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
|
DialogRenderer::$renderer |
property |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
The renderer. |
DialogRenderer::$titleResolver |
property |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
The title resolver. |
DialogRenderer::determineTargetSelector |
function |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
Determine the target selector for the OpenDialogCommand. |
DialogRenderer::getDialogOptions |
function |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
Returns the dialog options from request. |
DialogRenderer::getTitleAsStringable |
function |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
Gets the title as a string or stringable object. |
DialogRenderer::renderResponse |
function |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
Renders the main content render array into a response. |
DialogRenderer::__construct |
function |
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php |
Constructs a new DialogRenderer. |
DialogTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php |
Performs tests on opening and manipulating dialogs via AJAX commands. |
DialogTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php |
|
DialogTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php |
The theme to install as the default for testing. |
DialogTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php |
Modules to install. |
DialogTest::testDialog |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php |
Tests sending non-JS and AJAX requests to open and manipulate modals. |
DialogTest::testHttpMethod |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php |
Tests dialog link opener with different HTTP methods. |
dialog_renderer_test.info.yml |
file |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml |
dialog_renderer_test.libraries.yml |
file |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.yml |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.yml |
dialog_renderer_test.routing.yml |
file |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml |
dialog_renderer_test.services.yml |
file |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml |
Drupal::logger |
function |
core/lib/Drupal.php |
Returns a channel logger object. |
DrupalLogErrorTest |
class |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
Tests logging of errors in core/error.inc. |
DrupalLogErrorTest.php |
file |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
|
DrupalLogErrorTest::getScriptBody |
function |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
|
DrupalLogErrorTest::provideFatalExitCodeData |
function |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
|
DrupalLogErrorTest::testFatalExitCode |
function |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
Tests that fatal errors return a non-zero exit code. |
EditorDeprecationTest::testEditorImageDialog |
function |
core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php |
Tests the deprecation of the Drupal\editor\Form\EditorImageDialog class. |
EditorDeprecationTest::testEditorLinkDialog |
function |
core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php |
Tests the deprecation of the Drupal\editor\Form\EditorLinkDialog class. |
EditorDialogAccessTest |
class |
core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php |
Test access to the editor dialog forms. |
EditorDialogAccessTest.php |
file |
core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php |
|
EditorDialogAccessTest::$defaultTheme |
property |
core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php |
The theme to install as the default for testing. |
EditorDialogAccessTest::$modules |
property |
core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php |
Modules to install. |
EditorDialogAccessTest::testEditorImageDialogAccess |
function |
core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php |
Tests access to the editor image dialog. |
EditorDialogSave |
class |
core/modules/editor/src/Ajax/EditorDialogSave.php |
Provides an AJAX command for saving the contents of an editor dialog. |
EditorDialogSave.php |
file |
core/modules/editor/src/Ajax/EditorDialogSave.php |
|
EditorDialogSave::$values |
property |
core/modules/editor/src/Ajax/EditorDialogSave.php |
An array of values that will be passed back to the editor by the dialog. |
EditorDialogSave::render |
function |
core/modules/editor/src/Ajax/EditorDialogSave.php |
Return an array to be run through json_encode and sent to the client. |
EditorDialogSave::__construct |
function |
core/modules/editor/src/Ajax/EditorDialogSave.php |
Constructs an EditorDialogSave object. |
EditorImageDialog |
class |
core/modules/editor/src/Form/EditorImageDialog.php |
Provides an image dialog for text editors. |
EditorImageDialog.php |
file |
core/modules/editor/src/Form/EditorImageDialog.php |
|
EditorImageDialog::$fileStorage |
property |
core/modules/editor/src/Form/EditorImageDialog.php |
The file storage service. |
EditorImageDialog::buildForm |
function |
core/modules/editor/src/Form/EditorImageDialog.php |
|