Search for log

  1. Search 7.x for log
  2. Search 9.5.x for log
  3. Search 10.3.x for log
  4. Search 11.x for log
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Log class core/modules/migrate/src/Plugin/migrate/process/Log.php Logs values without changing them.
Log class core/lib/Drupal/Core/Database/Log.php Database query logger.

All search results

Title Object type File name Summary
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 enable.
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 Test 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
OffCanvasTestBase::getOffCanvasDialog function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Gets the off-canvas dialog element.
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.
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 a off-canvas dialog.
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
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 @covers ::render
PhpassHashedPassword::$countLog2 property core/lib/Drupal/Core/Password/PhpassHashedPassword.php Specifies the number of times the hashing function will be applied when
generating new password hashes. The number of times is calculated by
raising 2 to the power of the given value.
PhpassHashedPassword::enforceLog2Boundaries function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Ensures that $count_log2 is within set bounds.
PhpassHashedPassword::getCountLog2 function core/lib/Drupal/Core/Password/PhpassHashedPassword.php Parses the log2 iteration count from a stored hash or setting string.
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 @covers ::xmlLogFilePath
ProcessedText::logger function core/modules/filter/src/Element/ProcessedText.php Wraps a logger channel.
QuickStartTestBase::formLogin function core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php Helper that uses Drupal's user/login form to log in.
RenderPlaceholderMessageTestController::setAndLogMessage function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php #lazy_builder callback; sets and prints a message.

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