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 |
|---|---|---|---|
| PermissionHandler::moduleProvidesPermissions | function | core/ |
Determines whether a module provides some permissions. |
| PermissionHandler::sortPermissions | function | core/ |
Sorts the given permissions by provider name and title. |
| PermissionHandler::__construct | function | core/ |
Constructs a new PermissionHandler. |
| PermissionHandlerInterface | interface | core/ |
Defines an interface to list available permissions. |
| PermissionHandlerInterface.php | file | core/ |
|
| PermissionHandlerInterface::getPermissions | function | core/ |
Gets all available permissions. |
| PermissionHandlerInterface::moduleProvidesPermissions | function | core/ |
Determines whether a module provides some permissions. |
| PermissionHandlerTest | class | core/ |
Tests the permission handler. |
| PermissionHandlerTest.php | file | core/ |
|
| PermissionHandlerTest::$callableResolver | property | core/ |
The mocked callable resolver. |
| PermissionHandlerTest::$moduleHandler | property | core/ |
The mocked module handler. |
| PermissionHandlerTest::$permissionHandler | property | core/ |
The tested permission handler. |
| PermissionHandlerTest::$stringTranslation | property | core/ |
The mocked string translation. |
| PermissionHandlerTest::assertPermissions | function | core/ |
Checks that the permissions are like expected. |
| PermissionHandlerTest::mockModuleExtension | function | core/ |
Provides an extension object for a given module with a human name. |
| PermissionHandlerTest::setUp | function | core/ |
|
| PermissionHandlerTest::testBuildPermissionsSortPerModule | function | core/ |
Tests permissions sort inside a module. |
| PermissionHandlerTest::testBuildPermissionsYaml | function | core/ |
Tests permissions provided by YML files. |
| PermissionHandlerTest::testBuildPermissionsYamlCallback | function | core/ |
Tests dynamic callback permissions provided by YML files. |
| PermissionHandlerTest::testPermissionsYamlStaticAndCallback | function | core/ |
Tests a YAML file containing both static permissions and a callback. |
| Permissions::$moduleHandler | property | core/ |
The module handler. |
| Permissions::$permissionHandler | property | core/ |
The permission handler. |
| PhpTransliteration::$moduleHandler | property | core/ |
The module handler to execute the transliteration_overrides alter hook. |
| Plugin::$handler | property | composer/ |
The Composer Scaffold handler. |
| Plugin::handler | function | composer/ |
Instantiates the handler object upon demand. |
| PluginBase::$displayHandler | property | core/ |
The display object this plugin is for. |
| PluginDependencyTrait::moduleHandler | function | core/ |
Wraps the module handler. |
| PluginDependencyTrait::themeHandler | function | core/ |
Wraps the theme handler. |
| PluginManagerBase::handlePluginNotFound | function | core/ |
Allows plugin managers to specify custom behavior if a plugin is not found. |
| ProfileTranslationHandler | class | core/ |
Defines the translation handler for users. |
| ProfileTranslationHandler.php | file | core/ |
|
| ProfileTranslationHandler::entityFormAlter | function | core/ |
Performs the needed alterations to the entity form. |
| ProfileTranslationHandler::entityFormSave | function | core/ |
Form submission handler for ProfileTranslationHandler::entityFormAlter(). |
| ProfileTranslationHandler::hasCreatedTime | function | core/ |
Checks whether the entity type supports creation time natively. |
| ProfileTranslationHandler::hasPublishedStatus | function | core/ |
Checks whether the entity type supports published status natively. |
| ReadOnlyStream::$handle | property | core/ |
A generic resource handle. |
| Registry::$moduleHandler | property | core/ |
The module handler to use to load modules. |
| Registry::$themeHandler | property | core/ |
The theme handler. |
| RegistryTest::$moduleHandler | property | core/ |
The mocked module handler. |
| RegistryTest::$themeHandler | property | core/ |
The mocked theme handler. |
| RelationshipNodeFileDataTest::testViewsHandlerRelationshipFileToNode | function | core/ |
Tests using the views file_to_node relationship. |
| RelationshipNodeFileDataTest::testViewsHandlerRelationshipNodeToFile | function | core/ |
Tests using the views node_to_file relationship. |
| RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData | function | core/ |
Tests relations limited by vocabulary. |
| RelationshipUserFileDataTest::testViewsHandlerRelationshipFileToUser | function | core/ |
Tests using the views file_to_user relationship. |
| RelationshipUserFileDataTest::testViewsHandlerRelationshipUserFileData | function | core/ |
Tests using the views file relationship. |
| RelationshipUserFileDataTest::testViewsHandlerRelationshipUserToFile | function | core/ |
Tests using the views user_to_file relationship. |
| RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData | function | core/ |
Tests using the views image relationship. |
| RemoveBlockForm::handleSectionStorage | function | core/ |
Performs any actions on the section storage before saving. |
| RemoveSectionForm::handleSectionStorage | function | core/ |
Performs any actions on the section storage before saving. |
| RequestHandler | class | core/ |
Acts as intermediate request forwarder for resource plugins. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.