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 |
|---|---|---|---|
| ViewsBlockBase | class | core/ |
Base class for Views block plugins. |
| ViewsBlockBase.php | file | core/ |
|
| ViewsBlockBase::$displayID | property | core/ |
The display ID being used for this View. |
| ViewsBlockBase::$displaySet | property | core/ |
Indicates whether the display was successfully set. |
| ViewsBlockBase::$user | property | core/ |
The current user. |
| ViewsBlockBase::$view | property | core/ |
The View executable object. |
| ViewsBlockBase::addContextualLinks | function | core/ |
Converts Views block content to a renderable array with contextual links. |
| ViewsBlockBase::blockAccess | function | core/ |
Indicates whether the block should be shown. |
| ViewsBlockBase::blockSubmit | function | core/ |
|
| ViewsBlockBase::buildConfigurationForm | function | core/ |
Creates a generic configuration form for all block types. Individual block plugins can add elements to this form by overriding BlockBase::blockForm(). Most block plugins should not override this method unless they need to alter the generic form elements. |
| ViewsBlockBase::create | function | core/ |
Creates an instance of the plugin. |
| ViewsBlockBase::defaultConfiguration | function | core/ |
|
| ViewsBlockBase::getPreviewFallbackString | function | core/ |
|
| ViewsBlockBase::getViewExecutable | function | core/ |
Gets the view executable. |
| ViewsBlockBase::__construct | function | core/ |
Constructs a \Drupal\views\Plugin\Block\ViewsBlockBase object. |
| ViewsBlockTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\block\ViewsBlock[[api-linebreak]] @group views |
| ViewsBlockTest | class | core/ |
Tests native behaviors of the block views plugin. |
| ViewsBlockTest.php | file | core/ |
|
| ViewsBlockTest.php | file | core/ |
|
| ViewsBlockTest::$account | property | core/ |
The mocked user account. |
| ViewsBlockTest::$displayHandler | property | core/ |
The mocked display handler. |
| ViewsBlockTest::$executable | property | core/ |
The view executable. |
| ViewsBlockTest::$executableFactory | property | core/ |
The view executable factory. |
| ViewsBlockTest::$modules | property | core/ |
Modules to enable. |
| ViewsBlockTest::$storage | property | core/ |
The view storage. |
| ViewsBlockTest::$testViews | property | core/ |
Views used by this test. |
| ViewsBlockTest::$view | property | core/ |
The view entity. |
| ViewsBlockTest::setUp | function | core/ |
|
| ViewsBlockTest::setUp | function | core/ |
|
| ViewsBlockTest::testBuild | function | core/ |
Tests the build method. |
| ViewsBlockTest::testBuildEmpty | function | core/ |
Tests the build method. |
| ViewsBlockTest::testBuildFailed | function | core/ |
Tests the build method with a failed execution. |
| ViewsBlockTest::testBuildWithTitleOverride | function | core/ |
Tests ViewsBlock::build() with a title override. |
| ViewsBlockTest::testBuildWithTitleToken | function | core/ |
Tests that ViewsBlock::build() produces the right output with title tokens. |
| ViewsBlockTest::testGetPreviewFallbackString | function | core/ |
Tests that ViewsBlock::getPreviewFallbackString() produces the right value. |
| ViewsBlockTest::testMachineNameSuggestion | function | core/ |
Tests that ViewsBlock::getMachineNameSuggestion() produces the right value. |
| ViewsBulkTest | class | core/ |
Tests views bulk operation selection. |
| ViewsBulkTest.php | file | core/ |
|
| ViewsBulkTest::$admin_user | property | core/ |
An admin user |
| ViewsBulkTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ViewsBulkTest::$modules | property | core/ |
Modules to enable. |
| ViewsBulkTest::setUp | function | core/ |
|
| ViewsBulkTest::testBulkSelection | function | core/ |
Tests bulk selection. |
| ViewsCache | class | core/ |
Defines a Plugin annotation object for views cache plugins. |
| ViewsCache.php | file | core/ |
|
| ViewsCache::$base | property | core/ |
The base tables on which this cache plugin can be used. |
| ViewsCache::$display_types | property | core/ |
The types of the display this plugin can be used with. |
| ViewsCache::$help | property | core/ |
A short help string; this is displayed in the views UI. |
| ViewsCache::$id | property | core/ |
The plugin ID. |
| ViewsCache::$no_ui | property | core/ |
Whether the plugin should be not selectable in the UI. |
Pagination
- Previous page
- Page 1369
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.