NavigationLogoTest::$defaultTheme |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
The theme to install as the default for testing. |
NavigationLogoTest::$fileSystem |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
The file system service. |
NavigationLogoTest::$modules |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
Modules to install. |
NavigationLogoTest::setUp |
function |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
|
NavigationLogoTest::testSettingsLogoOptionsForm |
function |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
Tests Navigation logo configuration base options. |
NavigationRenderer::LOGO_PROVIDER_CUSTOM |
constant |
core/modules/navigation/src/NavigationRenderer.php |
Use the custom provided logo in the navigation. |
NavigationRenderer::LOGO_PROVIDER_DEFAULT |
constant |
core/modules/navigation/src/NavigationRenderer.php |
Use the default Drupal logo in the navigation. |
NavigationRenderer::LOGO_PROVIDER_HIDE |
constant |
core/modules/navigation/src/NavigationRenderer.php |
Hide the logo in the navigation. |
navigation_post_update_set_logo_dimensions_default |
function |
core/modules/navigation/navigation.post_update.php |
Defines the values for the default logo dimensions. |
NodeDeleteForm::logDeletionMessage |
function |
core/modules/node/src/Form/NodeDeleteForm.php |
|
NodeRevisionsAllTest::$revisionLogs |
property |
core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php |
Revision logs of nodes created by the setup method. |
NodeRevisionsTest::$revisionLogs |
property |
core/modules/node/tests/src/Functional/NodeRevisionsTest.php |
Revision log messages. |
NodeRevisionsTest::testNodeRevisionWithoutLogMessage |
function |
core/modules/node/tests/src/Functional/NodeRevisionsTest.php |
Checks that revisions are correctly saved without log messages. |
OEmbed::$logger |
property |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
The logger channel for media. |
OEmbedFormatter::$logger |
property |
core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php |
The logger service. |
OEmbedIframeController::$logger |
property |
core/modules/media/src/Controller/OEmbedIframeController.php |
The logger channel. |
OEmbedResourceConstraintValidator::$logger |
property |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php |
The logger service. |
OffCanvasDialogTest |
class |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
Performs tests on opening and manipulating dialogs via AJAX commands. |
OffCanvasDialogTest.php |
file |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
|
OffCanvasDialogTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
The theme to install as the default for testing. |
OffCanvasDialogTest::$modules |
property |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
Modules to install. |
OffCanvasDialogTest::dialogPosition |
function |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
The data provider for potential dialog positions. |
OffCanvasDialogTest::testDialog |
function |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
Tests sending AJAX requests to open and manipulate off-canvas dialog. |
OffCanvasTest::$lastDialogClass |
property |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php |
Stores to the class that should be on the last dialog. |
OffCanvasTest::assertOffCanvasDialog |
function |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php |
@internal |
OffCanvasTestBase::getOffCanvasDialog |
function |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php |
Gets the off-canvas dialog element. |
OliveroTest::testSystemSiteBrandingSlogan |
function |
core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php |
Tests slogan of system branding block. |
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 |
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. |
OpenModalDialogWithUrl |
class |
core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php |
Provides an AJAX command for opening a modal with URL. |
OpenModalDialogWithUrl.php |
file |
core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php |
|
OpenModalDialogWithUrl::getBaseUrl |
function |
core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php |
Gets the complete base URL. |
OpenModalDialogWithUrl::render |
function |
core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php |
Return an array to be run through json_encode and sent to the client. |
OpenModalDialogWithUrl::__construct |
function |
core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php |
Constructs a OpenModalDialogWithUrl 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 |
|