Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
Broken.php file core/modules/views/src/Plugin/views/relationship/Broken.php
Broken.php file core/modules/views/src/Plugin/views/sort/Broken.php
Broken.php file core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
Broken.php file core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php
Broken::$currentUser property core/lib/Drupal/Core/Block/Plugin/Block/Broken.php The current user.
Broken::blockForm function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Returns the configuration form elements specific to this block plugin.
Broken::brokenMessage function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Generate message with debugging information as to why the block is broken.
Broken::build function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Builds and returns the renderable array for this block plugin.
Broken::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Form constructor.
Broken::countReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Counts entities that are referenceable.
Broken::create function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Creates an instance of the plugin.
Broken::getReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Gets the list of referenceable entities.
Broken::init function core/modules/views/src/Plugin/views/filter/Broken.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
Broken::render function core/modules/views/src/Plugin/views/area/Broken.php Render the area.
Broken::validateReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Validates which existing entities can be referenced.
Broken::__construct function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Creates a Broken Block instance.
BrokenCacheUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php Ensures that a broken or out-of-date element info cache is not used.
BrokenCacheUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php
BrokenCacheUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php The theme to install as the default for testing.
BrokenCacheUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php
BrokenCacheUpdateTest::testUpdate function core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php Ensures that a broken or out-of-date element info cache is not used.
BrokenHandlerTrait trait core/modules/views/src/Plugin/views/BrokenHandlerTrait.php A Trait for Views broken handlers.
BrokenHandlerTrait.php file core/modules/views/src/Plugin/views/BrokenHandlerTrait.php
BrokenHandlerTrait::adminLabel function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Returns this handlers name in the UI.
BrokenHandlerTrait::broken function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Determines if the handler is considered 'broken'.
BrokenHandlerTrait::buildOptionsForm function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Provides a form to edit options for this plugin.
BrokenHandlerTrait::calculateDependencies function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Gets dependencies for a broken handler.
BrokenHandlerTrait::defineOptions function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php The option definition for this handler.
BrokenHandlerTrait::ensureMyTable function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Ensures that the main table for this handler is in the query.
BrokenHandlerTrait::query function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Modify the views query.
BrokenInboundPathProcessor class core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php Example path processor which breaks on inbound.
BrokenInboundPathProcessor.php file core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php
BrokenInboundPathProcessor::$state property core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php The state.
BrokenInboundPathProcessor::processInbound function core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php Processes the inbound path.
BrokenInboundPathProcessor::__construct function core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php Constructs a new BrokenInboundPathProcessor instance.
BrokenPostRequestException class core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php Defines an exception used, when the POST HTTP body is broken.
BrokenPostRequestException.php file core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php
BrokenPostRequestException::$size property core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php The maximum upload size.
BrokenPostRequestException::getSize function core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php Returns the maximum upload size in bytes.
BrokenPostRequestException::__construct function core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php Constructs a new BrokenPostRequestException.
BrokenSystemTestController class core/modules/system/tests/modules/system_test/src/Controller/BrokenSystemTestController.php A controller that does not specify its autowired dependencies correctly.
BrokenSystemTestController.php file core/modules/system/tests/modules/system_test/src/Controller/BrokenSystemTestController.php
BrokenSystemTestController::__construct function core/modules/system/tests/modules/system_test/src/Controller/BrokenSystemTestController.php Constructs the BrokenSystemTestController.
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
BrowserHtmlDebugTrait trait core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Provides the debug functions for browser tests.
BrowserHtmlDebugTrait.php file core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php
BrowserHtmlDebugTrait::$htmlOutputBaseUrl property core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php The Base URI to use for links to the output files.

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