Search for view

  1. Search 7.x for view
  2. Search 8.9.x for view
  3. Search 10.3.x for view
  4. Search 11.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewsExposedForm.php file core/modules/views/src/Annotation/ViewsExposedForm.php
ViewsExposedForm::$base property core/modules/views/src/Annotation/ViewsExposedForm.php The base tables on which this exposed form plugin can be used.
ViewsExposedForm::$currentPathStack property core/modules/views/src/Form/ViewsExposedForm.php The current path stack.
ViewsExposedForm::$display_types property core/modules/views/src/Annotation/ViewsExposedForm.php The types of the display this plugin can be used with.
ViewsExposedForm::$exposedFormCache property core/modules/views/src/Form/ViewsExposedForm.php The exposed form cache.
ViewsExposedForm::$help property core/modules/views/src/Annotation/ViewsExposedForm.php A short help string; this is displayed in the views UI.
ViewsExposedForm::$id property core/modules/views/src/Annotation/ViewsExposedForm.php The plugin ID.
ViewsExposedForm::$no_ui property core/modules/views/src/Annotation/ViewsExposedForm.php Whether the plugin should be not selectable in the UI.
ViewsExposedForm::$short_title property core/modules/views/src/Annotation/ViewsExposedForm.php (optional) The short title used in the views UI.
ViewsExposedForm::$title property core/modules/views/src/Annotation/ViewsExposedForm.php The plugin title used in the views UI.
ViewsExposedForm::buildForm function core/modules/views/src/Form/ViewsExposedForm.php Form constructor.
ViewsExposedForm::create function core/modules/views/src/Form/ViewsExposedForm.php Instantiates a new instance of this class.
ViewsExposedForm::getFormId function core/modules/views/src/Form/ViewsExposedForm.php Returns a unique string identifying the form.
ViewsExposedForm::submitForm function core/modules/views/src/Form/ViewsExposedForm.php Form submission handler.
ViewsExposedForm::validateForm function core/modules/views/src/Form/ViewsExposedForm.php Form validation handler.
ViewsExposedForm::__construct function core/modules/views/src/Form/ViewsExposedForm.php Constructs a new ViewsExposedForm.
ViewsField class core/modules/views/src/Annotation/ViewsField.php Defines a Plugin annotation object for views field handlers.
ViewsField.php file core/modules/views/src/Annotation/ViewsField.php
ViewsFilter class core/modules/views/src/Annotation/ViewsFilter.php Defines a Plugin annotation object for views filter handlers.
ViewsFilter.php file core/modules/views/src/Annotation/ViewsFilter.php
ViewsForm class core/modules/views/src/Form/ViewsForm.php Provides a base class for single- or multistep view forms.
ViewsForm.php file core/modules/views/src/Form/ViewsForm.php
ViewsForm::$classResolver property core/modules/views/src/Form/ViewsForm.php The class resolver to get the subform form objects.
ViewsForm::$requestStack property core/modules/views/src/Form/ViewsForm.php The request stack.
ViewsForm::$urlGenerator property core/modules/views/src/Form/ViewsForm.php The URL generator to generate the form action.
ViewsForm::$viewArguments property core/modules/views/src/Form/ViewsForm.php The arguments passed to the active view.
ViewsForm::$viewDisplayId property core/modules/views/src/Form/ViewsForm.php The ID of the active view's display.
ViewsForm::$viewId property core/modules/views/src/Form/ViewsForm.php The ID of the view.
ViewsForm::buildForm function core/modules/views/src/Form/ViewsForm.php Form constructor.
ViewsForm::create function core/modules/views/src/Form/ViewsForm.php Instantiates a new instance of this class.
ViewsForm::getBaseFormId function core/modules/views/src/Form/ViewsForm.php Returns a string for the form's base ID.
ViewsForm::getFormId function core/modules/views/src/Form/ViewsForm.php Returns a unique string identifying the form.
ViewsForm::getFormObject function core/modules/views/src/Form/ViewsForm.php Returns the object used to build the step form.
ViewsForm::submitForm function core/modules/views/src/Form/ViewsForm.php Form submission handler.
ViewsForm::validateForm function core/modules/views/src/Form/ViewsForm.php Form validation handler.
ViewsForm::__construct function core/modules/views/src/Form/ViewsForm.php Constructs a ViewsForm object.
ViewsFormAlterTest class core/modules/views/tests/src/Functional/ViewsFormAlterTest.php Tests hook_form_BASE_FORM_ID_alter for a ViewsForm.
ViewsFormAlterTest.php file core/modules/views/tests/src/Functional/ViewsFormAlterTest.php
ViewsFormAlterTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsFormAlterTest.php The theme to install as the default for testing.
ViewsFormAlterTest::$modules property core/modules/views/tests/src/Functional/ViewsFormAlterTest.php Modules to enable.
ViewsFormAlterTest::testViewsFormAlter function core/modules/views/tests/src/Functional/ViewsFormAlterTest.php Tests hook_form_BASE_FORM_ID_alter for a ViewsForm.
ViewsFormBase class core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Provides a base class for Views UI AJAX forms.
ViewsFormBase.php file core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php
ViewsFormBase::$id property core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php The ID of the item this form is manipulating.
ViewsFormBase::$type property core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php The type of item this form is manipulating.
ViewsFormBase::ajaxFormWrapper function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Wrapper for handling AJAX forms.
ViewsFormBase::getForm function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Creates a new instance of this form.
ViewsFormBase::getFormState function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Gets the form state for this form.
ViewsFormBase::setID function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Sets the ID for this form.
ViewsFormBase::setType function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Sets the type for this form.

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