Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| ViewsHandlerInterface::getTableJoin | function | core/ |
Fetches a handler to join one table to a primary table from the data cache. |
| ViewsHandlerInterface::postExecute | function | core/ |
Run after the view is executed, before the result is cached. |
| ViewsHandlerInterface::preQuery | function | core/ |
Run before the view is built. |
| ViewsHandlerInterface::sanitizeValue | function | core/ |
Sanitize the value for output. |
| ViewsHandlerInterface::setRelationship | function | core/ |
Called just prior to query(), this lets a handler set up any relationship it needs. |
| ViewsHandlerInterface::showExposeForm | function | core/ |
Shortcut to display the exposed options form. |
| ViewsHandlerManager | class | core/ |
Plugin type manager for all views handlers. |
| ViewsHandlerManager.php | file | core/ |
|
| ViewsHandlerManager::$handlerType | property | core/ |
The handler type. |
| ViewsHandlerManager::$viewsData | property | core/ |
The views data cache. |
| ViewsHandlerManager::createInstance | function | core/ |
Creates a pre-configured instance of a plugin. |
| ViewsHandlerManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
| ViewsHandlerManager::getHandler | function | core/ |
Fetches a handler from the data cache. |
| ViewsHandlerManager::__construct | function | core/ |
Constructs a ViewsHandlerManager object. |
| ViewsHandlerManagerTest | class | core/ |
Tests the ViewsHandlerManager class. |
| ViewsHandlerManagerTest.php | file | core/ |
|
| ViewsHandlerManagerTest::$factory | property | core/ |
The mocked factory. |
| ViewsHandlerManagerTest::$handlerManager | property | core/ |
|
| ViewsHandlerManagerTest::$moduleHandler | property | core/ |
|
| ViewsHandlerManagerTest::$viewsData | property | core/ |
The mocked views data. |
| ViewsHandlerManagerTest::setUp | function | core/ |
|
| ViewsHandlerManagerTest::setupMockedFactory | function | core/ |
Setups of the plugin factory. |
| ViewsHandlerManagerTest::testAlterHookInvocation | function | core/ |
Tests that hook_views_plugins_TYPE_alter() is invoked for a handler type. |
Pagination
- Previous page
- Page 1376
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.