Search for broken

  1. Search 7.x for broken
  2. Search 9.5.x for broken
  3. Search 8.9.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
BlockUiTest::testBrokenBlockVisibility function core/modules/block/tests/src/Functional/BlockUiTest.php Tests that users without permission are not able to view broken blocks.
Broken class core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Defines a fallback plugin for missing block plugins.
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/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Defines a fallback plugin for missing entity_reference selection plugins.
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/modules/views/src/Plugin/views/area/Broken.php A special handler to take the place of missing or broken handlers.
Broken.php file core/modules/views/src/Plugin/views/sort/Broken.php
Broken.php file core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php
Broken.php file core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
Broken.php file core/modules/views/src/Plugin/views/argument/Broken.php
Broken.php file core/modules/views/src/Plugin/views/area/Broken.php
Broken.php file core/modules/views/src/Plugin/views/field/Broken.php
Broken.php file core/modules/views/src/Plugin/views/relationship/Broken.php
Broken.php file core/modules/views/src/Plugin/views/filter/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
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

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