Search for broken

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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Broken class core/modules/views/src/Plugin/views/sort/Broken.php A special handler to take the place of missing or broken handlers.
Broken class core/modules/views/src/Plugin/views/field/Broken.php A special handler to take the place of missing or broken handlers.
Broken class core/modules/views/src/Plugin/views/relationship/Broken.php A special handler to take the place of missing or broken handlers.
Broken class core/modules/views/src/Plugin/views/filter/Broken.php A special handler to take the place of missing or broken handlers.
Broken class core/modules/views/src/Plugin/views/area/Broken.php A special handler to take the place of missing or broken handlers.
Broken class core/modules/views/src/Plugin/views/argument/Broken.php A special handler to take the place of missing or broken handlers.
Broken class core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Defines a fallback plugin for missing entity_reference selection plugins.
Broken class core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Defines a fallback plugin for missing block plugins.

All search results

Title Object type File name Summary
BrokenSetUpTest.php file core/modules/simpletest/src/Tests/BrokenSetUpTest.php
BrokenSetUpTest::$modules property core/modules/simpletest/src/Tests/BrokenSetUpTest.php Modules to enable.
BrokenSetUpTest::$sharedTriggerFile property core/modules/simpletest/src/Tests/BrokenSetUpTest.php The path to the shared trigger file.
BrokenSetUpTest::setUp function core/modules/simpletest/src/Tests/BrokenSetUpTest.php Sets up a Drupal site for running functional and integration tests.
BrokenSetUpTest::tearDown function core/modules/simpletest/src/Tests/BrokenSetUpTest.php Cleans up after testing.
BrokenSetUpTest::testMethod function core/modules/simpletest/src/Tests/BrokenSetUpTest.php Runs this test case from within the simpletest child site.
BrokenToolkit class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php Defines a Test toolkit for image manipulation within Drupal.
BrokenToolkit.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php
BrokenToolkit::isAvailable function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php Verifies that the Image Toolkit is set up correctly.
broken_class_with_missing_dependency service core/modules/system/tests/modules/error_service_test/error_service_test.services.yml Drupal\error_service_test\LonelyMonkeyClass
CronQueueTestBrokenQueue class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php Plugin annotation

@QueueWorker(
id = "cron_queue_test_broken_queue",
title = @Translation("Broken queue test"),
cron = {"time" = 60}
)
CronQueueTestBrokenQueue.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php
CronQueueTestBrokenQueue::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php
drupal-8.broken_routing.php file core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php Test fixture.
FormAjaxSubscriberTest::testOnExceptionBrokenPostRequest function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php @covers ::onException
HandlerBase::broken function core/modules/views/src/Plugin/views/HandlerBase.php Determines if the handler is considered 'broken', meaning it's a
placeholder used when a handler can't be found.
HandlerTest::testBrokenHandlers function core/modules/views_ui/tests/src/Functional/HandlerTest.php Tests broken handlers.
HelpTopicDiscoveryTest::testHelpTopicsBrokenYaml function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
InfoParserUnitTest::testInfoParserBroken function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Test if correct exception is thrown for a broken info file.
InstallerExistingBrokenDatabaseSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the installer with broken database connection info in settings.php.
InstallerExistingBrokenDatabaseSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php
InstallerExistingBrokenDatabaseSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerExistingBrokenDatabaseSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerExistingBrokenDatabaseSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Installer step: Configure settings.
InstallerExistingBrokenDatabaseSettingsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Final installer step: Configure site.
InstallerExistingBrokenDatabaseSettingsTest::testRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the expected requirements problem.
LocalePluralFormatTest::getPoFileWithBrokenPlural function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Returns a .po file with a broken plural formula.
logger.broken service core/modules/system/tests/modules/error_service_test/error_service_test.services.yml Drupal\error_service_test\Logger\TestLog
LonelyMonkeyController::testBrokenClass function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
SubformStateTest::providerGetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValuesBroken().
SubformStateTest::providerTestGetValueBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValueBroken().
SubformStateTest::providerTestSetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testSetValuesBroken().
SubformStateTest::testGetValueBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::getValue
SubformStateTest::testGetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::getValues
@covers ::getParents
SubformStateTest::testSetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::setValues
UpdateContribTest::testUpdateBrokenFetchURL function core/modules/update/tests/src/Functional/UpdateContribTest.php Makes sure that if we fetch from a broken URL, sane things happen.
UpdateCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdatePathWithBrokenRoutingTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php Tests the update path with a broken router.
UpdatePathWithBrokenRoutingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
UpdatePathWithBrokenRoutingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php The theme to install as the default for testing.
UpdatePathWithBrokenRoutingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
UpdatePathWithBrokenRoutingTest::testWithBrokenRouting function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php Tests running update.php with some form of broken routing.
update_script_test.broken_path_processor service core/modules/system/tests/modules/update_script_test/update_script_test.services.yml Drupal\update_script_test\PathProcessor\BrokenInboundPathProcessor
views.view.test_view_broken.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml
ViewsEntitySchemaSubscriberIntegrationTest::testBrokenView function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that broken views are handled gracefully.
ViewsHandlerInterface::broken function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines if the handler is considered 'broken', meaning it's a
placeholder used when a handler can't be found.
YamlDiscoveryTest::testFilenameForBrokenYml function core/tests/Drupal/Tests/Core/Discovery/YamlDiscoveryTest.php Tests if filename is output for a broken YAML file.
YamlDiscoveryTest::testForBrokenYml function core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php Tests if filename is output for a broken YAML file.

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