Search for author

  1. Search 7.x for author
  2. Search 9.5.x for author
  3. Search 8.9.x for author
  4. Search 10.3.x for author
  5. Other projects
Title Object type File name Summary
SystemAuthorizeTest.php file core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
SystemAuthorizeTest::$defaultTheme property core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php The theme to install as the default for testing.
SystemAuthorizeTest::$modules property core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Modules to install.
SystemAuthorizeTest::drupalGetAuthorizePHP function core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Helper function to initialize authorize.php and load it via drupalGet().
SystemAuthorizeTest::setUp function core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
SystemAuthorizeTest::testFileTransferHooks function core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Tests the FileTransfer hooks.
SystemTestController::authorizeInit function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Initialize authorize.php during testing.
system_authorized_batch_process function core/modules/system/system.module Use authorize.php to run batch_process().
system_authorized_batch_processing_url function core/modules/system/system.module Returns the URL for the authorize.php script when it is processing a batch.
system_authorized_get_url function core/modules/system/system.module Return the URL for the authorize.php script.
system_authorized_init function core/modules/system/system.module Setup a given callback to run via authorize.php with elevated privileges.
system_authorized_run function core/modules/system/system.module Setup and invoke an operation using authorize.php.
template_preprocess_authorize_report function core/includes/theme.maintenance.inc Prepares variables for authorize.php operation report templates.
TermResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Return the expected error message.
TermResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php The cacheability of unauthorized 'view' entity access.
TermResourceTestBase::setUpAuthorization function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Sets up the necessary authorization.
TermTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/TermTest.php Returns the expected cacheability for an unauthorized response.
TermTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/TermTest.php Return the expected error message.
TermTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/TermTest.php Sets up the necessary authorization.
TermTest::setUpRevisionAuthorization function core/modules/jsonapi/tests/src/Functional/TermTest.php Sets up the necessary authorization for handling revisions.
TourResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Return the expected error message.
TourResourceTestBase::setUpAuthorization function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Sets up the necessary authorization.
TourTest::getExpectedUnauthorizedAccessMessage function core/modules/tour/tests/src/Functional/Jsonapi/TourTest.php Return the expected error message.
TourTest::setUpAuthorization function core/modules/tour/tests/src/Functional/Jsonapi/TourTest.php Sets up the necessary authorization.
update.authorize.inc file core/modules/update/update.authorize.inc Callbacks and related functions invoked by authorize.php to update projects.
update_authorize_batch_copy_project function core/modules/update/update.authorize.inc Implements callback_batch_operation().
update_authorize_run_update function core/modules/update/update.authorize.inc Updates existing projects when invoked by authorize.php.
update_authorize_update_batch_finished function core/modules/update/update.authorize.inc Batch callback: Performs actions when the authorized update batch is done.
user.role.author.yml file core/profiles/demo_umami/config/install/user.role.author.yml core/profiles/demo_umami/config/install/user.role.author.yml
UserRegistrationRestTest::getExpectedUnauthorizedAccessCacheability function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php Returns the expected cacheability of an unauthorized access response.
UserRegistrationRestTest::getExpectedUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php Return the expected error message.
UserRegistrationRestTest::setUpAuthorization function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php Sets up the necessary authorization.
UserResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Return the expected error message.
UserResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The cacheability of unauthorized 'view' entity access.
UserResourceTestBase::setUpAuthorization function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Sets up the necessary authorization.
UserTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/UserTest.php Return the expected error message.
UserTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/UserTest.php Sets up the necessary authorization.
ViewResourceTestBase::setUpAuthorization function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Sets up the necessary authorization.
ViewTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ViewTest.php Sets up the necessary authorization.
VocabularyResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Return the expected error message.
VocabularyResourceTestBase::setUpAuthorization function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Sets up the necessary authorization.
VocabularyTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/VocabularyTest.php Return the expected error message.
VocabularyTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/VocabularyTest.php Sets up the necessary authorization.
WorkflowResourceTestBase::setUpAuthorization function core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php Sets up the necessary authorization.
WorkflowTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/WorkflowTest.php Sets up the necessary authorization.
WorkspaceResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php Return the expected error message.
WorkspaceResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Return the expected error message.
WorkspaceResourceTestBase::setUpAuthorization function core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php Sets up the necessary authorization.
WorkspaceResourceTestBase::setUpAuthorization function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Sets up the necessary authorization.
WorkspaceTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the expected cacheability for an unauthorized response.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.