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
BooleanItem::getPossibleValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of possible values.
BooleanItem::getSettableOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of settable values with labels for display.
BooleanItem::getSettableValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of settable values.
BooleanItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Defines field item properties.
BooleanItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns the schema for the field.
BooleanItemNormalizer class core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php Normalizes boolean fields weirdly: renders them as ๐Ÿ‘ (TRUE) or ๐Ÿ‘Ž (FALSE).
BooleanItemNormalizer.php file core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php
BooleanItemNormalizer::constructValue function core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php Build the field item value using the incoming data.
BooleanItemNormalizer::getSupportedTypes function core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php
BooleanItemNormalizer::normalize function core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php
BooleanItemTest class core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php Tests the new entity API for the boolean field type.
BooleanItemTest.php file core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php
BooleanItemTest::setUp function core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php Set the default field storage backend for fields created during tests.
BooleanItemTest::testBooleanItem function core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php Tests using entity fields of the boolean field type.
BooleanNormalizer class core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php Normalizes boolean data weirdly: renders them as ๐Ÿ‘ (TRUE) or ๐Ÿ‘Ž (FALSE).
BooleanNormalizer.php file core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php
BooleanNormalizer::denormalize function core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php
BooleanNormalizer::getSupportedTypes function core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php
BooleanNormalizer::normalize function core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php
BooleanOperator class core/modules/views/src/Plugin/views/filter/BooleanOperator.php Simple filter to handle matching of boolean values.
BooleanOperator.php file core/modules/views/src/Plugin/views/filter/BooleanOperator.php
BooleanOperator::$accept_null property core/modules/views/src/Plugin/views/filter/BooleanOperator.php Whether to accept NULL as a false value or not.
BooleanOperator::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/BooleanOperator.php Exposed filter options.
BooleanOperator::$valueOptions property core/modules/views/src/Plugin/views/filter/BooleanOperator.php The value options.
BooleanOperator::$value_value property core/modules/views/src/Plugin/views/filter/BooleanOperator.php The value title.
BooleanOperator::adminSummary function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Display the filter on the administrative summary.
BooleanOperator::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Provide default options for exposed filters.
BooleanOperator::defineOptions function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Information about options for all kinds of purposes will be held here.
BooleanOperator::EQUAL constant core/modules/views/src/Plugin/views/filter/BooleanOperator.php The equal query operator.
BooleanOperator::getValueOptions function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Return the possible options for this filter.
BooleanOperator::init function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
BooleanOperator::NOT_EQUAL constant core/modules/views/src/Plugin/views/filter/BooleanOperator.php The non equal query operator.
BooleanOperator::operatorOptions function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Provide a list of options for the default operator form.
BooleanOperator::operators function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Returns an array of operator information, keyed by operator ID.
BooleanOperator::query function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Add this filter to the query.
BooleanOperator::queryOpBoolean function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Adds a where condition to the query for a boolean value.
BooleanOperator::valueForm function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Options form subform for setting options.
BooleanOperator::valueValidate function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Validate the options form.
BooleanOperatorString class core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php Simple filter to handle matching of boolean values.
BooleanOperatorString.php file core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php
BooleanOperatorString::query function core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php Add this filter to the query.
bootstrap.inc file core/includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
bootstrap.php file core/tests/bootstrap.php Autoloader for Drupal PHPUnit testing.
BootstrapConfigStorageFactory class core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Defines a factory for retrieving the config storage used pre-kernel.
BootstrapConfigStorageFactory.php file core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
BootstrapConfigStorageFactory::get function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a configuration storage implementation.
BootstrapConfigStorageFactory::getDatabaseStorage function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a Database configuration storage implementation.
borscht-with-pork-ribs-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/borscht-with-pork-ribs-umami.html
borscht-with-pork-ribs-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/borscht-with-pork-ribs-umami.html
bottom.css file core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css This file is used to style the bottom region.

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