Search for owner
- Search 7.x for owner
- Search 9.5.x for owner
- Search 8.9.x for owner
- Search 10.3.x for owner
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NodeOwnerTest::setUp | function | core/ |
|
NodeOwnerTest::testOwner | function | core/ |
Tests node owner functionality. |
NodeOwnerTest::testUnsavedNodeOwner | function | core/ |
Tests an unsaved node owner. |
PostgreSqlSequenceUpdateTest::getSequenceOwner | function | core/ |
Retrieves the sequence owner object. |
PrivateTempStore::getOwner | function | core/ |
Gets the current owner based on the current user or the session ID. |
SharedTempStore::$owner | property | core/ |
The owner key to store along with the data (e.g. a user or session ID). |
SharedTempStore::deleteIfOwner | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
SharedTempStore::getIfOwner | function | core/ |
Retrieves a value from this SharedTempStore for a given key. |
SharedTempStore::setIfOwner | function | core/ |
Stores a particular key/value pair in this SharedTempStore. |
SharedTempStoreTest::$owner | property | core/ |
The owner used in this test. |
SharedTempStoreTest::testDeleteIfOwner | function | core/ |
Tests the deleteIfOwner() method. |
SharedTempStoreTest::testGetIfOwner | function | core/ |
Tests the getIfOwner() method. |
SharedTempStoreTest::testSetIfOwner | function | core/ |
Tests the setIfOwner() method with matching and non matching owners. |
SharedTempStoreTest::testSetIfOwnerNoObject | function | core/ |
Tests the setIfOwner() method when a key already exists but no object. |
SharedTempStoreTest::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
StageBase::checkOwnership | function | core/ |
Validates the ownership of stage directory. |
StageOwnershipException | class | core/ |
Exception thrown if a stage encounters an ownership or locking error. |
StageOwnershipException.php | file | core/ |
|
StageOwnershipTest | class | core/ |
Tests that ownership of the stage is enforced. |
StageOwnershipTest.php | file | core/ |
|
StageOwnershipTest::$modules | property | core/ |
|
StageOwnershipTest::assertOwnershipIsEnforced | function | core/ |
Asserts that ownership is enforced across stage directories. |
StageOwnershipTest::setUp | function | core/ |
|
StageOwnershipTest::testClaim | function | core/ |
Tests behavior of claiming a stage. |
StageOwnershipTest::testForceDestroy | function | core/ |
Tests a stage being destroyed by a user who doesn't own it. |
StageOwnershipTest::testOwnershipEnforcedWhenLoggedIn | function | core/ |
Tests only the owner of stage can perform operations. |
StageOwnershipTest::testOwnershipEnforcedWhenLoggedOut | function | core/ |
Tests only the owner of stage can perform operations, even if logged out. |
StageOwnershipTest::testStageOwnedByCreator | function | core/ |
Tests that the stage is owned by the person who calls create() on it. |
Update10101::updateSequenceOwnership | function | core/ |
Alters the ownership of a sequence. |
UserAccessControlHandlerTest::$owner | property | core/ |
The mock user account that is able to change their own account name. |
UserTest::testGetMailFieldOnlyVisibleToOwner | function | core/ |
Tests GETting privacy-sensitive base fields. |
WorkspaceTest::testWorkspaceOwner | function | core/ |
Tests changing the owner of a workspace. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.