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. Other projects
Title Object type File name 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::opEmpty function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Filters by operator empty.
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::operatorValues function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Returns operators for values.
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.
BootableCommandTrait trait core/lib/Drupal/Core/Command/BootableCommandTrait.php Contains helper methods for console commands that boot up Drupal.
BootableCommandTrait.php file core/lib/Drupal/Core/Command/BootableCommandTrait.php
BootableCommandTrait::$classLoader property core/lib/Drupal/Core/Command/BootableCommandTrait.php The class loader.
BootableCommandTrait::boot function core/lib/Drupal/Core/Command/BootableCommandTrait.php Boots up a Drupal environment.
BootableCommandTrait::getSitePath function core/lib/Drupal/Core/Command/BootableCommandTrait.php Gets the site path.
BootableCommandTraitTest class core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php Tests the trait that helps console commands boot Drupal.
BootableCommandTraitTest.php file core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php
BootableCommandTraitTest::$application property core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php A console application to manage the commands under test.
BootableCommandTraitTest::$classLoader property core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php The class loader, which is needed to boot Drupal.
BootableCommandTraitTest::setUp function core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php
BootableCommandTraitTest::testRequestUrlIsValid function core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php Tests that commands are initialized with a reasonable base URL.
bootstrap.inc file core/includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
bootstrap.php file core/tests/bootstrap.php
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.
BootstrapErrorHandler class core/tests/Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php Drupal's PHPUnit base error handler.
BootstrapErrorHandler.php file core/tests/Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php
BootstrapErrorHandler::__construct function core/tests/Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php
BootstrapErrorHandler::__invoke function core/tests/Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php Executes when the object is called as a function.
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.
Box class core/modules/block_content/src/Plugin/migrate/source/d6/Box.php Drupal 6 block source from database.
Box.php file core/modules/block_content/src/Plugin/migrate/source/d6/Box.php
Box::fields function core/modules/block_content/src/Plugin/migrate/source/d6/Box.php Returns available fields on the source.
Box::getIds function core/modules/block_content/src/Plugin/migrate/source/d6/Box.php Defines the source fields uniquely identifying a source row.
Box::query function core/modules/block_content/src/Plugin/migrate/source/d6/Box.php Prepares query object to retrieve data from the source database.
BoxTest class core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php Tests D6 block boxes source plugin.
BoxTest.php file core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php
BoxTest::$modules property core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php Modules to install.
BoxTest::providerSource function core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php Provides source data for ::testSource.

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