DataFieldRow::validateOptionsForm |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataFieldRow.php |
Overrides \Drupal\views\Plugin\views\row\RowPluginBase::validateOptionsForm(). |
FilterPluginBase::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Provide a list of options for the default operator form.
Should be overridden by classes that don't override operatorForm |
PathPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::submitOptionsForm(). |
Rss::options_form_summary_options |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php |
Return the main options, which are shown in the summary title |
OpenDialogCommand::$dialogOptions |
property |
drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php |
Stores dialog-specific options passed directly to jQuery UI dialogs. Any
jQuery UI option can be used. See http://api.jqueryui.com/dialog. |
NodeNewComments::buildOptionsForm |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php |
Default options form that provides the label widget that all fields
should have. |
OptionsDynamicValuesTest::$entity |
property |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesTest.php |
The created entity. |
NcsLastCommentName::defineOptions |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastCommentName.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
WizardPluginBase::rowStyleOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Retrieves row style plugin names. |
HandlerBase::defaultExposeOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Set new exposed option defaults when exposed setting is flipped
on. |
StylePluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Provide a form to edit options for this plugin. |
ManyToOneHelper::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php |
|
StatementPrefetch::$driverOptions |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Driver-specific options. Can be used by child classes. |
TranslationLink::buildOptionsForm |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Plugin/views/field/TranslationLink.php |
Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::buildOptionsForm(). |
UnformattedSummary::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/UnformattedSummary.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
SortPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Simple submit handler |
OptionsKeyFormatter::viewElements |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/formatter/OptionsKeyFormatter.php |
Builds a renderable array for a field value. |
OptionsWidgetBase::flattenOptions |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Flattens an array of allowed values. |
OptionsWidgetBase::supportsGroups |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Indicates whether the widgets support optgroups. |
OptionsWidgetBase::getEmptyOption |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Returns the empty option to add to the list of options, if any. |
EntityReference::buildOptionsForm |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/row/EntityReference.php |
Overrides \Drupal\views\Plugin\views\row\Fields::buildOptionsForm(). |
WebTestBase::assertOptionSelected |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a select option in the current page is checked. |
ArgumentPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
ContextualLinks::buildOptionsForm |
function |
drupal/core/modules/contextual/lib/Drupal/contextual/Plugin/views/field/ContextualLinks.php |
Default options form that provides the label widget that all fields
should have. |
EntityReference::buildOptionsForm |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/style/EntityReference.php |
Overrides \Drupal\views\Plugin\views\style\StylePluginBase\StylePluginBase::buildOptionsForm(). |
MultiStepNodeFormBasicOptionsTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/MultiStepNodeFormBasicOptionsTest.php |
Tests basic options of multi-step node forms. |
FieldPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Default options form that provides the label widget that all fields
should have. |
TaxonomyIndexTid::hasExtraOptions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php |
If a handler has 'extra options' it will get a little settings widget and
another form called extra_options. |
TaxonomyIndexTid::getValueOptions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
InvalidOptionsException::$options |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/InvalidOptionsException.php |
|
MissingOptionsException::$options |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/MissingOptionsException.php |
|
DisplayPluginBase::optionsSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Provide the default summary for options in the views UI. |
FilterPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Provide the basic form which calls through to subforms.
If overridden, it is best to call through to the parent,
or to at least make sure all of the functions in this form
are called. |
OptionsSelectDynamicValuesTest.php |
file |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php |
Definition of Drupal\options\Tests\OptionsSelectDynamicValuesTest. |
PagerPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Provide the default form form for submitting options |
OptionsWidgetsTest::testCheckBoxes |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php |
Tests the 'options_buttons' widget (multiple select). |
OptionsDynamicValuesValidationTest |
class |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesValidationTest.php |
Tests the Options field allowed values function. |
OptionsFieldUnitTestBase::$modules |
property |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUnitTestBase.php |
Modules to enable. |
OptionsDynamicValuesTest::$modules |
property |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesTest.php |
Modules to enable. |
HandlerBase::buildExtraOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provide a form for setting options. |
AccessPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
Provide the default form for setting options. |
QueryPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Handle any special handling on the validate form. |
TaxonomyIndexTid::buildOptionsForm |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php |
Provide "link to term" option. |
ArgumentDefaultTest::defineOptions |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/argument_default/ArgumentDefaultTest.php |
Overrides Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase::defineOptions(). |
OptionsWidgetBase::validateElement |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Form validation handler for widget elements. |
FormatterPluginManager::getOptions |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php |
Returns an array of formatter options for a field type. |
FieldPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Performs some cleanup tasks on the options array before saving it. |
DisplayPluginBase::optionsOverride |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
If override/revert was clicked, perform the proper toggle. |
RowPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php |
Validate the options form. |
FilterPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Simple submit handler |