| 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 |
|
| 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 |
Tests Drupal\Core\Ajax\OpenOffCanvasDialogCommand. |
| OpenOffCanvasDialogCommandTest.php |
file |
core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php |
|
| OpenOffCanvasDialogCommandTest::dialogPosition |
function |
core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php |
The data provider for potential dialog positions. |
| OpenOffCanvasDialogCommandTest::testRender |
function |
core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php |
Tests render. |
| PackageManagerKernelTestBase::$failureLogger |
property |
core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php |
A logger that will fail the test if Package Manager logs any errors. |
| package_manager_test_event_logger.info.yml |
file |
core/modules/package_manager/tests/modules/package_manager_test_event_logger/package_manager_test_event_logger.info.yml |
core/modules/package_manager/tests/modules/package_manager_test_event_logger/package_manager_test_event_logger.info.yml |
| package_manager_test_event_logger.services.yml |
file |
core/modules/package_manager/tests/modules/package_manager_test_event_logger/package_manager_test_event_logger.services.yml |
core/modules/package_manager/tests/modules/package_manager_test_event_logger/package_manager_test_event_logger.services.yml |
| package_manager_test_event_logger.subscriber |
service |
core/modules/package_manager/tests/modules/package_manager_test_event_logger/package_manager_test_event_logger.services.yml |
Drupal\package_manager_test_event_logger\EventSubscriber\EventLogSubscriber |
| PerformanceData::logQuery |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Logs a database query. |
| PerformanceTest::testLogin |
function |
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php |
Tests performance of the navigation toolbar. |
| PerformanceTestTrait::logQuery |
function |
core/tests/Drupal/Tests/PerformanceTestTrait.php |
Logs a query in the performance data. |
| PerformanceTestTrait::processChromeDriverPerformanceLogs |
function |
core/tests/Drupal/Tests/PerformanceTestTrait.php |
Gets the chromedriver performance log and extracts metrics from it. |
| PhpassHashedPasswordBase::enforceLog2Boundaries |
function |
core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php |
Ensures that $count_log2 is within set bounds. |
| PhpassHashedPasswordBase::getCountLog2 |
function |
core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php |
Parses the log2 iteration count from a stored hash or setting string. |
| PhpassHashedPasswordLog2BoundariesDouble |
class |
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php |
Test double for test coverage of enforceLog2Boundaries(). |
| PhpassHashedPasswordLog2BoundariesDouble::enforceLog2Boundaries |
function |
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php |
Exposes this method as public for tests. |
| PhpassHashedPasswordLog2BoundariesDouble::__construct |
function |
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php |
Constructs a new password hashing instance. |
| PhpUnitTestRunner::xmlLogFilePath |
function |
core/lib/Drupal/Core/Test/PhpUnitTestRunner.php |
Returns the path to use for PHPUnit's --log-junit option. |
| PhpUnitTestRunnerTest::testXmlLogFilePath |
function |
core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php |
Tests xml log file path. |
| ProcessedText::logger |
function |
core/modules/filter/src/Element/ProcessedText.php |
Wraps a logger channel. |
| ProviderRepository::$logger |
property |
core/modules/media/src/OEmbed/ProviderRepository.php |
The logger channel. |
| ProviderRepositoryTest::$logger |
property |
core/modules/media/tests/src/Unit/ProviderRepositoryTest.php |
The mocked logger channel. |
| QuickStartTestBase::formLogin |
function |
core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php |
Helper that uses Drupal's user/login form to log in. |
| RedirectResponseSubscriberTest::$loggerClosure |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
The mocked logger closure. |