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.php |
file |
core/lib/Drupal/Core/Block/Plugin/Block/Broken.php |
|
Broken.php |
file |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php |
|
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::validateReferenceableEntities |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php |
Validates which existing entities can be referenced. |
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. |
BrokenPostRequestException::__construct |
function |
core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php |
Constructs a new BrokenPostRequestException. |
BrokenSetUpTest |
class |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
Tests a test case that does not call parent::setUp(). |
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. |
drupal-8.broken_routing.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php |
Test fixture. |
UpdateCoreTest::testBrokenThenFixedUpdates |
function |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
Checks that Drupal recovers after problems connecting to update server. |