Search for end

  1. Search 7.x for end
  2. Search 8.9.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
Message::setSenderName function core/modules/contact/src/Entity/Message.php Sets the name of the message sender.
MessageAction::$renderer property core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php The renderer.
MessageCommand::render function core/lib/Drupal/Core/Ajax/MessageCommand.php Return an array to be run through json_encode and sent to the client.
MessageInterface::copySender function core/modules/contact/src/MessageInterface.php Returns TRUE if a copy should be sent to the sender.
MessageInterface::getSenderMail function core/modules/contact/src/MessageInterface.php Returns the email address of the sender.
MessageInterface::getSenderName function core/modules/contact/src/MessageInterface.php Returns the name of the sender.
MessageInterface::setCopySender function core/modules/contact/src/MessageInterface.php Sets if the sender should receive a copy of this email or not.
MessageInterface::setSenderMail function core/modules/contact/src/MessageInterface.php Sets the email address of the sender.
MessageInterface::setSenderName function core/modules/contact/src/MessageInterface.php Sets the name of the message sender.
Messages::render function core/modules/views/src/Plugin/views/area/Messages.php Render the area.
MessagesTest::testRender function core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php Tests the render method.
MetadataBubblingUrlGenerator::$renderer property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The renderer.
MetadataBubblingUrlGeneratorTest::$renderer property core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php The renderer.
MigrateBuildDependencyInterface interface core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface.php file core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface::buildDependencyMigration function core/modules/migrate/src/MigrateBuildDependencyInterface.php Builds a dependency tree for the migrations and set their order.
MigrateDependenciesTest class core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDependenciesTest.php Ensure the consistency among the dependencies for migrate.
MigrateDependenciesTest class core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Ensure the consistency among the dependencies for migrate.
MigrateDependenciesTest.php file core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php
MigrateDependenciesTest.php file core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDependenciesTest.php
MigrateDependenciesTest::$modules property core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDependenciesTest.php Modules to enable.
MigrateDependenciesTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Modules to enable.
MigrateDependenciesTest::testAggregatorMigrateDependencies function core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDependenciesTest.php Tests dependencies on the migration of aggregator feeds & items.
MigrateDependenciesTest::testMigrationDependenciesOrder function core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Tests that the order is correct when loading several migrations.
Migration::$dependencies property core/modules/migrate/src/Plugin/Migration.php The migration's configuration dependencies.
Migration::$migration_dependencies property core/modules/migrate/src/Plugin/Migration.php These migrations, if run, must be executed before this migration.
Migration::findMigrationDependencies function core/modules/migrate/src/Plugin/Migration.php Find migration dependencies from migration_lookup and sub_process plugins.
Migration::getMigrationDependencies function core/modules/migrate/src/Plugin/Migration.php Get the dependencies for this migration.
MigrationInterface::getMigrationDependencies function core/modules/migrate/src/Plugin/MigrationInterface.php Get the dependencies for this migration.
MigrationPluginManager::addDependency function core/modules/migrate/src/Plugin/MigrationPluginManager.php Add one or more dependencies to a graph.
MigrationPluginManager::buildDependencyMigration function core/modules/migrate/src/Plugin/MigrationPluginManager.php Builds a dependency tree for the migrations and set their order.
MigrationPluginManagerTest::dependencyProvider function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Provide dependency data for testing.
MigrationPluginManagerTest::testDependencyBuilding function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests building dependencies for multiple migrations.
MigrationTest::getValidMigrationDependenciesProvider function core/modules/migrate/tests/src/Unit/MigrationTest.php Provides data for valid migration configuration test.
MigrationTest::testGetMigrationDependencies function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getMigrationDependencies()
MigrationTest::testMigrationDependenciesWithInvalidConfig function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests that getting migration dependencies fails with invalid configuration.
MigrationTest::testMigrationDependenciesWithValidConfig function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests valid migration dependencies configuration returns expected values.
Mini::render function core/modules/views/src/Plugin/views/pager/Mini.php Return the renderable array of the pager.
MiniPagerTest::testMiniPagerRender function core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests the rendering of mini pagers.
MissingDependencyException class core/lib/Drupal/Core/Extension/MissingDependencyException.php Exception class to throw when modules are missing on install.
MissingDependencyException.php file core/lib/Drupal/Core/Extension/MissingDependencyException.php
MissingThemeDependencyException class core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Exception to be thrown when base theme for installed theme is not installed.
MissingThemeDependencyException.php file core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php
MissingThemeDependencyException::$theme property core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php The missing theme dependency.
MissingThemeDependencyException::getMissingThemeName function core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Gets the machine name of the missing theme.
MissingThemeDependencyException::__construct function core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Constructs the exception.
ModalRenderer class core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php Default main content renderer for modal dialog requests.
ModalRenderer.php file core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php
ModalRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php Renders the main content render array into a response.
ModalRendererTest class core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php Tests that dialog links use different renderer services.

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