AccessTest::$entity |
property |
tests/src/Functional/AccessTest.php |
Node entity that is used in all tests. |
JsonApiAccessTest::$entity |
property |
tests/src/Functional/JsonApiAccessTest.php |
Node entity that is used in all tests. |
AccessUnpublishedTest::$entity |
property |
tests/src/FunctionalJavascript/AccessUnpublishedTest.php |
Node entity that is used in all tests. |
LatestRevisionCheck::loadEntity |
function |
src/Access/LatestRevisionCheck.php |
Returns the default revision of the entity this route is for. |
access_unpublished_entity_access |
function |
./access_unpublished.module |
Implements hook_entity_access(). |
access_unpublished_entity_delete |
function |
./access_unpublished.module |
Implements hook_entity_delete(). |
EntityFormAccessTokenListBuilder |
class |
src/EntityFormAccessTokenListBuilder.php |
Defines a class to build a listing of access token entities. |
ContentModerationAccessTest::$entity |
property |
tests/src/Functional/ContentModerationAccessTest.php |
The entity to test. |
EntityFormAccessTokenListBuilder.php |
file |
src/EntityFormAccessTokenListBuilder.php |
|
TokenTest::testTokensDeletedWithEntity |
function |
tests/src/Kernel/TokenTest.php |
Tests that tokens are deleted if associated entity gets deleted. |
TokenTest::testGetAccessTokensByEntity |
function |
tests/src/Kernel/TokenTest.php |
@covers \Drupal\access_unpublished\AccessTokenManager::getAccessTokensByEntity |
EntityFormAccessTokenListBuilder::load |
function |
src/EntityFormAccessTokenListBuilder.php |
Loads entities of this type from storage for listing. |
AccessTokenManager::$entityTypeManager |
property |
src/AccessTokenManager.php |
The entity manager. |
AccessUnpublished::applicableEntityType |
function |
src/AccessUnpublished.php |
Check if the entity type can be used with access unpublished. |
EntityFormAccessTokenListBuilder::render |
function |
src/EntityFormAccessTokenListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
AccessUnpublishedForm::$entityTypeManager |
property |
src/Form/AccessUnpublishedForm.php |
Entity type manager service. |
EntityFormAccessTokenListBuilder::buildRow |
function |
src/EntityFormAccessTokenListBuilder.php |
Builds a row for an entity in the entity listing. |
AccessTokenManager::getAccessTokensByEntity |
function |
src/AccessTokenManager.php |
Obtains access tokens for a given entity. |
EntityFormAccessTokenListBuilder::buildHeader |
function |
src/EntityFormAccessTokenListBuilder.php |
Builds the header row for the entity listing. |
EntityFormAccessTokenListBuilder::$handlerName |
property |
src/EntityFormAccessTokenListBuilder.php |
Name of the list builder. |
EntityFormAccessTokenListBuilder::$contentEntity |
property |
src/EntityFormAccessTokenListBuilder.php |
The content entity the list belongs to. |
AccessUnpublishedPermissions::$entityTypeManager |
property |
src/AccessUnpublishedPermissions.php |
The entity type manager. |
EntityFormAccessTokenListBuilder::getDefaultOperations |
function |
src/EntityFormAccessTokenListBuilder.php |
Gets this list's default operations. |