Search for view
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
View | class | core/ |
Provides a render element to display a view. |
View | class | core/ |
Defines a View configuration entity class. |
View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ViewsForm::__construct | function | core/ |
Constructs a ViewsForm object. |
ViewsFormBase | class | core/ |
Provides a base class for Views UI AJAX forms. |
ViewsFormBase.php | file | core/ |
|
ViewsFormBase::$id | property | core/ |
The ID of the item this form is manipulating. |
ViewsFormBase::$type | property | core/ |
The type of item this form is manipulating. |
ViewsFormBase::ajaxFormWrapper | function | core/ |
Wrapper for handling AJAX forms. |
ViewsFormBase::getForm | function | core/ |
Creates a new instance of this form. |
ViewsFormBase::getFormState | function | core/ |
Gets the form state for this form. |
ViewsFormBase::setID | function | core/ |
Sets the ID for this form. |
ViewsFormBase::setType | function | core/ |
Sets the type for this form. |
ViewsFormBase::submitForm | function | core/ |
Form submission handler. |
ViewsFormBase::validateForm | function | core/ |
Form validation handler. |
ViewsFormInterface | interface | core/ |
|
ViewsFormInterface.php | file | core/ |
|
ViewsFormInterface::getForm | function | core/ |
Creates a new instance of this form. |
ViewsFormInterface::getFormKey | function | core/ |
Returns the key that represents this form. |
ViewsFormInterface::getFormState | function | core/ |
Gets the form state for this form. |
ViewsFormMainForm | class | core/ |
|
ViewsFormMainForm.php | file | core/ |
|
ViewsFormMainForm::buildForm | function | core/ |
Form constructor. |
ViewsFormMainForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ViewsFormMainForm::preRenderViewsForm | function | core/ |
Replaces views substitution placeholders. |
ViewsFormMainForm::submitForm | function | core/ |
Form submission handler. |
ViewsFormMainForm::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
ViewsFormMainForm::validateForm | function | core/ |
Form validation handler. |
ViewsFormMultipleTest | class | core/ |
Tests a page with multiple Views forms. |
ViewsFormMultipleTest.php | file | core/ |
|
ViewsFormMultipleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ViewsFormMultipleTest::$testViews | property | core/ |
Views used by this test. |
ViewsFormMultipleTest::setUp | function | core/ |
|
ViewsFormMultipleTest::testViewsFormMultiple | function | core/ |
Tests the a page with multiple View forms in it. |
ViewsFormMultipleTest::viewsData | function | core/ |
Returns the views data definition. |
ViewsFormTest | class | core/ |
Tests Views forms functionality. |
ViewsFormTest.php | file | core/ |
|
ViewsFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ViewsFormTest::$modules | property | core/ |
Modules to enable. |
ViewsFormTest::testFormWrapper | function | core/ |
Tests the Views form wrapper. |
ViewsHandlerAnnotationBase | class | core/ |
Defines an abstract base class for all views handler annotations. |
ViewsHandlerAnnotationBase.php | file | core/ |
|
ViewsHandlerInterface | interface | core/ |
Provides an interface for all views handlers. |
ViewsHandlerInterface.php | file | core/ |
|
ViewsHandlerInterface::access | function | core/ |
Check whether given user has access to this handler. |
ViewsHandlerInterface::adminLabel | function | core/ |
Return a string representing this handler's name in the UI. |
ViewsHandlerInterface::adminSummary | function | core/ |
Provide text for the administrative summary. |
ViewsHandlerInterface::breakString | function | core/ |
Breaks x,y,z and x+y+z into an array. |
ViewsHandlerInterface::broken | function | core/ |
Determines if the handler is considered 'broken', meaning it's a placeholder used when a handler can't be found. |
ViewsHandlerInterface::ensureMyTable | function | core/ |
Ensure the main table for this handler is in the query. This is used a lot. |
ViewsHandlerInterface::getEntityType | function | core/ |
Determines the entity type used by this handler. |
ViewsHandlerInterface::getField | function | core/ |
Shortcut to get a handler's raw field value. |
ViewsHandlerInterface::getJoin | function | core/ |
Get the join object that should be used for this handler. |
Pagination
- Previous page
- Page 79
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.