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 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
BreakpointTest::setupBreakpoint function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Sets up the breakpoint defaults.
BreakpointTest::testGetGroup function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get group.
BreakpointTest::testGetLabel function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get label.
BreakpointTest::testGetMediaQuery function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get media query.
BreakpointTest::testGetMultipliers function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get multipliers.
BreakpointTest::testGetProvider function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get provider.
BreakpointTest::testGetWeight function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get weight.
breakpoint_module_test.breakpoints.yml file core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml
breakpoint_module_test.info.yml file core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml
breakpoint_theme_test.breakpoints.yml file core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml
breakpoint_theme_test.info.yml file core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml
Broccoli class core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php Plugin annotation

@Plugin(
id = "broccoli",
label = "Broccoli",
color = "green"
)
Broccoli.php file core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php
Broken class core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Defines a fallback plugin for missing block plugins.
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/sort/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/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.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.php file core/modules/views/src/Plugin/views/area/Broken.php
Broken.php file core/modules/views/src/Plugin/views/argument/Broken.php
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::$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::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.

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