Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| HandlerFieldPermissionTest | class | core/ |
Tests the permission field handler. |
| HandlerFieldPermissionTest.php | file | core/ |
|
| HandlerFieldPermissionTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFieldPermissionTest::testFieldPermission | function | core/ |
Tests the permission field handler output. |
| HandlerFieldRoleTest | class | core/ |
Tests the handler of the user: role field. |
| HandlerFieldRoleTest.php | file | core/ |
|
| HandlerFieldRoleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| HandlerFieldRoleTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFieldRoleTest::testRole | function | core/ |
Tests the rendering of user roles in a Views field handler. |
| HandlerFieldUserNameTest | class | core/ |
Tests the handler of the user: name field. |
| HandlerFieldUserNameTest.php | file | core/ |
|
| HandlerFieldUserNameTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| HandlerFieldUserNameTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFieldUserNameTest::testNoAdditionalFields | function | core/ |
Tests that the field handler works when no additional fields are added. |
| HandlerFieldUserNameTest::testUserName | function | core/ |
Tests the rendering of the user name field in Views. |
| HandlerFilterCurrentUserTest | class | core/ |
Tests the current user filter handler. |
| HandlerFilterCurrentUserTest.php | file | core/ |
|
| HandlerFilterCurrentUserTest::$currentUser | property | core/ |
The current user. |
| HandlerFilterCurrentUserTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFilterCurrentUserTest::setUp | function | core/ |
|
| HandlerFilterCurrentUserTest::testFilterCurrentUserAsAnonymous | function | core/ |
Tests the current user filter handler with anonymous user. |
| HandlerFilterCurrentUserTest::testFilterCurrentUserAsUser | function | core/ |
Tests the current user filter handler with logged-in user. |
| HandlerFilterPermissionTest | class | core/ |
Tests the permissions filter handler. |
| HandlerFilterPermissionTest.php | file | core/ |
|
| HandlerFilterPermissionTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFilterPermissionTest::testFilterPermission | function | core/ |
Tests the permission filter handler. |
| HandlerFilterRolesTest | class | core/ |
Tests the roles filter handler. |
| HandlerFilterRolesTest.php | file | core/ |
|
| HandlerFilterRolesTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFilterRolesTest::testDependencies | function | core/ |
Tests that role filter dependencies are calculated correctly. |
| HandlerFilterRolesTest::testMissingRole | function | core/ |
Tests that a warning is triggered if the filter references a missing role. |
| HandlerFilterUserNameTest | class | core/ |
Tests the handler of the user: name filter. |
| HandlerFilterUserNameTest.php | file | core/ |
|
| HandlerFilterUserNameTest::$accounts | property | core/ |
Accounts used by this test. |
| HandlerFilterUserNameTest::$columnMap | property | core/ |
Stores the column map for this testCase. |
| HandlerFilterUserNameTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| HandlerFilterUserNameTest::$modules | property | core/ |
Modules to install. |
| HandlerFilterUserNameTest::$names | property | core/ |
Usernames of $accounts. |
| HandlerFilterUserNameTest::$testViews | property | core/ |
Views used by this test. |
| HandlerFilterUserNameTest::setUp | function | core/ |
Sets up the test. |
| HandlerFilterUserNameTest::testAdminUserInterface | function | core/ |
Tests using the user interface. |
| HandlerFilterUserNameTest::testExposedFilter | function | core/ |
Tests exposed filters. |
| HandlerFilterUserNameTest::testUserNameApi | function | core/ |
Tests just using the filter. |
| HandlerInterface | interface | core/ |
Interface for test handlers. |
| HandlerStackConfigurator | class | core/ |
Defines a class for configuring middlewares on the http handler stack. |
| HandlerStackConfigurator.php | file | core/ |
|
| HandlerStackConfigurator::$container | property | core/ |
The service container. |
| HandlerStackConfigurator::$middlewareIds | property | core/ |
A list of used middleware service IDs. |
| HandlerStackConfigurator::$middlewares | property | core/ |
Array of middlewares to add to the handler stack. |
| HandlerStackConfigurator::configure | function | core/ |
Configures the stack using services tagged as http_client_middleware. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.