| 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. |
| ViewsFormBase::submitForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
Form submission handler. |
| ViewsFormBase::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
Form validation handler. |
| ViewsFormInterface |
interface |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
|
| ViewsFormInterface.php |
file |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
|
| ViewsFormInterface::getForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Creates a new instance of this form. |
| ViewsFormInterface::getFormKey |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Returns the key that represents this form. |
| ViewsFormInterface::getFormState |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Gets the form state for this form. |
| ViewsFormMainForm |
class |
core/modules/views/src/Form/ViewsFormMainForm.php |
|
| ViewsFormMainForm.php |
file |
core/modules/views/src/Form/ViewsFormMainForm.php |
|
| ViewsFormMainForm::buildForm |
function |
core/modules/views/src/Form/ViewsFormMainForm.php |
Form constructor. |
| ViewsFormMainForm::getFormId |
function |
core/modules/views/src/Form/ViewsFormMainForm.php |
Returns a unique string identifying the form. |
| ViewsFormMainForm::preRenderViewsForm |
function |
core/modules/views/src/Form/ViewsFormMainForm.php |
Replaces views substitution placeholders. |
| ViewsFormMainForm::submitForm |
function |
core/modules/views/src/Form/ViewsFormMainForm.php |
Form submission handler. |
| ViewsFormMainForm::trustedCallbacks |
function |
core/modules/views/src/Form/ViewsFormMainForm.php |
Lists the trusted callbacks provided by the implementing class. |
| ViewsFormMainForm::validateForm |
function |
core/modules/views/src/Form/ViewsFormMainForm.php |
Form validation handler. |
| ViewsFormMultipleTest |
class |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Tests a page with multiple Views forms. |
| ViewsFormMultipleTest.php |
file |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
|
| ViewsFormMultipleTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
The theme to install as the default for testing. |
| ViewsFormMultipleTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Views used by this test. |
| ViewsFormMultipleTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Sets up the test. |
| ViewsFormMultipleTest::testViewsFormMultiple |
function |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Tests the a page with multiple View forms in it. |
| ViewsFormMultipleTest::viewsData |
function |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Returns the views data definition. |
| ViewsFormTest |
class |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Tests Views forms functionality. |
| ViewsFormTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
|
| ViewsFormTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
The theme to install as the default for testing. |
| ViewsFormTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Modules to install. |
| ViewsFormTest::testFormWrapper |
function |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Tests the Views form wrapper. |
| ViewsHandlerAnnotationBase |
class |
core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php |
Defines an abstract base class for all views handler annotations. |
| ViewsHandlerAnnotationBase.php |
file |
core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php |
|
| ViewsHandlerInterface |
interface |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Provides an interface for all views handlers. |
| ViewsHandlerInterface.php |
file |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
|
| ViewsHandlerInterface::access |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Check whether given user has access to this handler. |
| ViewsHandlerInterface::adminLabel |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Return a string representing this handler's name in the UI. |
| ViewsHandlerInterface::adminSummary |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Provide text for the administrative summary. |
| ViewsHandlerInterface::breakString |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Breaks x,y,z and x+y+z into an array. |
| ViewsHandlerInterface::broken |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Determines if the handler is considered 'broken'. |
| ViewsHandlerInterface::ensureMyTable |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Ensures that the main table for this handler is in the query. |
| ViewsHandlerInterface::getEntityType |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Determines the entity type used by this handler. |
| ViewsHandlerInterface::getField |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Shortcut to get a handler's raw field value. |
| ViewsHandlerInterface::getJoin |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Get the join object that should be used for this handler. |
| ViewsHandlerInterface::getTableJoin |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Fetches a handler to join one table to a primary table from the data cache. |
| ViewsHandlerInterface::postExecute |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Run after the view is executed, before the result is cached. |
| ViewsHandlerInterface::preQuery |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Run before the view is built. |
| ViewsHandlerInterface::sanitizeValue |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Sanitize the value for output. |