Search for owner
- Search 7.x for owner
- Search 9.5.x for owner
- Search 10.3.x for owner
- Search 11.x for owner
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NodeOwnerTest::testGetCurrentUserId | function | core/ |
Tests the legacy method used as the default entity owner. |
NodeOwnerTest::testOwner | function | core/ |
Tests node owner functionality. |
NodeOwnerTest::testUnsavedNodeOwner | function | core/ |
Test an unsaved node owner. |
NodeUpdateTest::testOwnerEntityKey | function | core/ |
Tests that the node entity type has an 'owner' entity key. |
PrivateTempStore::getOwner | function | core/ |
Gets the current owner based on the current user or the session ID. |
PrivateTempStoreTest::testGetMetadataOwner | function | core/ |
@covers ::getMetadata @expectedDeprecation Using the "owner" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getOwnerId() instead. See… |
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::$owner | property | core/ |
The owner used in this test. |
SharedTempStoreTest::testDeleteIfOwner | function | core/ |
Tests the deleteIfOwner() method. |
SharedTempStoreTest::testDeleteIfOwner | function | core/ |
Tests the deleteIfOwner() method. |
SharedTempStoreTest::testGetIfOwner | function | core/ |
Tests the getIfOwner() method. |
SharedTempStoreTest::testGetIfOwner | function | core/ |
Tests the getIfOwner() method. |
SharedTempStoreTest::testGetMetadataOwner | function | core/ |
@covers ::getMetadata @expectedDeprecation Using the "owner" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getOwnerId() instead. See… |
SharedTempStoreTest::testSetIfOwner | function | core/ |
Tests the setIfOwner() method with matching and non matching owners. |
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::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. |
SharedTempStoreTest::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
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/ |
Test 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.