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 11.x for all
  6. Other projects
Title Object type File name Summary
OptionsWidgetsTest::$defaultTheme property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OptionsWidgetsTest::$float property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php A field storage with float values to use in this test class.
OptionsWidgetsTest::$modules property core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OptionsWidgetsTest::setUp function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OptionsWidgetsTest::testCheckBoxes function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testOptionsListAlter function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests hook_options_list_alter().
OptionsWidgetsTest::testRadioButtons function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListFloat function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (float values).
OptionsWidgetsTest::testSelectListMultiple function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListRequiredErrorAttribute function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the '#required_error' attribute for the select list.
OptionsWidgetsTest::testSelectListSingle function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (single select).
options_allowed_values function core/modules/options/options.module Returns the array of allowed values for a list field.
options_config_install_test.info.yml file core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
options_request_listener service core/core.services.yml Drupal\Core\EventSubscriber\OptionsRequestSubscriber
options_test.info.yml file core/modules/options/tests/options_test/options_test.info.yml core/modules/options/tests/options_test/options_test.info.yml
options_test_views.info.yml file core/modules/options/tests/options_test_views/options_test_views.info.yml core/modules/options/tests/options_test_views/options_test_views.info.yml
OptionWidgetsField class core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php MigrateField Plugin for Drupal 6 options fields.
OptionWidgetsField.php file core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php
Orange class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php Plugin annotation

@Plugin(
id = "orange",
label = "Orange",
color = "orange"
)
Orange.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php
Order.php file core/lib/Drupal/Core/Hook/Order/Order.php
OrderAfter class core/lib/Drupal/Core/Hook/Order/OrderAfter.php Set this implementation to be after others.
OrderAfter.php file core/lib/Drupal/Core/Hook/Order/OrderAfter.php
OrderAfter::isAfter function core/lib/Drupal/Core/Hook/Order/OrderAfter.php
OrderBefore class core/lib/Drupal/Core/Hook/Order/OrderBefore.php Set this implementation to be before others.
OrderBefore.php file core/lib/Drupal/Core/Hook/Order/OrderBefore.php
OrderBefore::isAfter function core/lib/Drupal/Core/Hook/Order/OrderBefore.php
OrderByTest class core/tests/Drupal/Tests/Core/Database/OrderByTest.php Tests the orderBy() method of select queries.
OrderByTest.php file core/tests/Drupal/Tests/Core/Database/OrderByTest.php
OrderByTest::$query property core/tests/Drupal/Tests/Core/Database/OrderByTest.php The select query object to test.
OrderByTest::setUp function core/tests/Drupal/Tests/Core/Database/OrderByTest.php
OrderByTest::testFieldEscaping function core/tests/Drupal/Tests/Core/Database/OrderByTest.php Tests that fields passed for ordering get escaped properly.
OrderByTest::testInvalidDirection function core/tests/Drupal/Tests/Core/Database/OrderByTest.php Checks that invalid sort directions in ORDER BY get converted to ASC.
OrderInterface interface core/lib/Drupal/Core/Hook/Order/OrderInterface.php Interface for order specifiers used in hook attributes.
OrderInterface.php file core/lib/Drupal/Core/Hook/Order/OrderInterface.php
OrderInterface::getOperation function core/lib/Drupal/Core/Hook/Order/OrderInterface.php Gets order operations specified by this object.
OrderOperation class core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Base class for order operations.
OrderOperation.php file core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php
OrderOperation::apply function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Changes the order of a list of hook implementations.
OrderOperation::identify function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Gets an identifier for the target implementation.
OrderOperation::pack function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Converts the operation to a structure that can be stored in the container.
OrderOperation::unpack function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Converts the stored operation to objects that can apply ordering rules.
OriginatorSubscriber class core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Message subscriber which sets the from and sender headers.
OriginatorSubscriber.php file core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php
OriginatorSubscriber::executeInEnvironment function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Invokes the given callback after switching the config language.
OriginatorSubscriber::getSiteAddress function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Returns the site email address.
OriginatorSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php
OriginatorSubscriber::onMessage function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Sets the default from header and a sender header if necessary.
OriginatorSubscriber::removeRedundantSender function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Removes the Sender address if it is redundant.

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