MigrateSqlIdMapTest::testSetMessage |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map set message method. |
MigrateTestBase::$collectMessages |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
TRUE to collect messages instead of displaying them. |
MigrateTestBase::$migrateMessages |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
A two dimensional array of messages. |
MigrateTestBase::startCollectingMessages |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Start collecting messages and erase previous messages. |
MigrateTestBase::stopCollectingMessages |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Stop collecting messages. |
MigrateUpgradeImportBatch::$messages |
property |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
MigrateMessage instance to capture messages during the migration process. |
MigrateUpgradeImportBatch::MESSAGE_LENGTH |
constant |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Maximum number of previous messages to display. |
MigrateUpgradeImportBatch::onIdMapMessage |
function |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Displays any messages being logged to the ID map. |
MigrationInterface::MESSAGE_ERROR |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration error. |
MigrationInterface::MESSAGE_INFORMATIONAL |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration info. |
MigrationInterface::MESSAGE_NOTICE |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration notice. |
MigrationInterface::MESSAGE_WARNING |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Migration warning. |
MigrationTest::getProcessPluginsExceptionMessageProvider |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Provides data for testing invalid process pipeline. |
MigrationTest::testGetProcessPluginsExceptionMessage |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getProcessPlugins() |
ModerationStateConstraint::$invalidStateMessage |
property |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraint.php |
|
ModerationStateConstraint::$message |
property |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraint.php |
|
ModuleDependencyMessageTrait |
trait |
core/modules/system/src/ModuleDependencyMessageTrait.php |
Messages for missing or incompatible dependencies on modules. |
ModuleDependencyMessageTrait.php |
file |
core/modules/system/src/ModuleDependencyMessageTrait.php |
|
ModuleDependencyMessageTrait::checkDependencyMessage |
function |
core/modules/system/src/ModuleDependencyMessageTrait.php |
Provides messages for missing modules or incompatible dependencies. |
ModulesListConfirmForm::buildMessageList |
function |
core/modules/system/src/Form/ModulesListConfirmForm.php |
Builds the message list for the confirmation form. |
ModulesListExperimentalConfirmForm::buildMessageList |
function |
core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php |
Builds the message list for the confirmation form. |
ModulesListFormWebTest::testRequiredByThemeMessage |
function |
core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php |
Confirm that module 'Required By' descriptions include dependent themes. |
ModuleTest::$lastErrorMessage |
property |
core/modules/views/tests/src/Kernel/ModuleTest.php |
Stores the last triggered error. |
ModuleTestBase::assertLogMessage |
function |
core/modules/system/src/Tests/Module/ModuleTestBase.php |
Verify a log entry was entered for a module's status change. |
ModuleTestBase::assertLogMessage |
function |
core/modules/system/tests/src/Functional/Module/ModuleTestBase.php |
Verify a log entry was entered for a module's status change. |
NaughtyRecursiveLogger::$message |
property |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
|
NodeAccessTestBase::nodeAccessAssertMessage |
function |
core/modules/node/tests/src/Kernel/NodeAccessTestBase.php |
Constructs an assert message to display which node access was tested. |
NodeBulkForm::emptySelectedMessage |
function |
core/modules/node/src/Plugin/views/field/NodeBulkForm.php |
Returns the message to be displayed when there are no selected items. |
NodeDeleteForm::getDeletionMessage |
function |
core/modules/node/src/Form/NodeDeleteForm.php |
|
NodeDeleteForm::logDeletionMessage |
function |
core/modules/node/src/Form/NodeDeleteForm.php |
|
NodeResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php |
Return the expected error message. |
NodeRevisionsTest::testNodeRevisionWithoutLogMessage |
function |
core/modules/node/tests/src/Functional/NodeRevisionsTest.php |
Checks that revisions are correctly saved without log messages. |
NodeTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/NodeTest.php |
Return the expected error message. |
NodeTestBase::nodeAccessAssertMessage |
function |
core/modules/node/src/Tests/NodeTestBase.php |
Constructs an assert message to display which node access was tested. |
NodeTestBase::nodeAccessAssertMessage |
function |
core/modules/node/tests/src/Functional/NodeTestBase.php |
Constructs an assert message to display which node access was tested. |
NodeTypeResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php |
Return the expected error message. |
NodeTypeTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php |
Return the expected error message. |
NullIdMap::clearMessages |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Clears all messages from the map. |
NullIdMap::getMessageIterator |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Retrieves an iterator over messages relate to source records. |
NullIdMap::getMessages |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Retrieves a traversable object of messages related to source records. |
NullIdMap::messageCount |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Returns the number of messages saved. |
NullIdMap::saveMessage |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Saves a message related to a source record in the migration message table. |
NullIdMap::setMessage |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Sets the migrate message service. |
OEmbedResourceConstraint::$disallowedProviderMessage |
property |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php |
The error message if the URL matches a disallowed provider. |
OEmbedResourceConstraint::$invalidResourceMessage |
property |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php |
The error message if the URL is not a valid oEmbed resource. |
OEmbedResourceConstraint::$providerErrorMessage |
property |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php |
The error message if an unexpected behavior occurs. |
OEmbedResourceConstraint::$unknownProviderMessage |
property |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php |
The error message if the URL does not match any known provider. |
OverridesEntityForm::buildMessage |
function |
core/modules/layout_builder/src/Form/OverridesEntityForm.php |
Renders a message to display at the top of the layout builder. |
PageTest::testBatchProgressMessages |
function |
core/modules/system/tests/src/Functional/Batch/PageTest.php |
Tests that the progress messages are correct. |
PathAliasConstraint::$message |
property |
core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php |
|