AccessByOgMembershipTest |
class |
Drupal\Tests\og\Kernel\Access |
tests/src/Kernel/Access/AccessByOgMembershipTest.php |
Tests access to content by OgMembership. |
|
|
|
AccessEventBase |
class |
Drupal\og\Event |
src/Event/AccessEventBase.php |
Base class for OG access events. |
1 |
|
|
AccessEventInterface |
interface |
Drupal\og\Event |
src/Event/AccessEventInterface.php |
Interface for events that determine access in Organic Groups. |
2 |
|
|
AccessField |
class |
Drupal\og\Plugin\OgFields |
src/Plugin/OgFields/AccessField.php |
Determine if group should use default roles and permissions. |
|
1 |
|
ActionTestBase |
abstract class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/ActionTestBase.php |
Base class for testing action plugins. |
5 |
|
|
AddMultipleOgMembershipRoles |
class |
Drupal\og\Plugin\Action |
src/Plugin/Action/AddMultipleOgMembershipRoles.php |
Adds multiple roles to a group membership. |
|
|
|
AddMultipleOgMembershipRolesActionTest |
class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/AddMultipleOgMembershipRolesActionTest.php |
Tests the AddMultipleOgMembershipRoles action plugin. |
|
|
|
AddSingleOgMembershipRole |
class |
Drupal\og\Plugin\Action |
src/Plugin/Action/AddSingleOgMembershipRole.php |
Adds a role to a group membership. |
|
|
|
AddSingleOgMembershipRoleActionTest |
class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/AddSingleOgMembershipRoleActionTest.php |
Tests the AddSingleOgMembershipRole action plugin. |
|
|
|
AdminSettingsForm |
class |
Drupal\og_ui\Form |
og_ui/src/Form/AdminSettingsForm.php |
Provides the main administration settings form for Organic groups. |
|
|
1 |
ApprovePendingOgMembership |
class |
Drupal\og\Plugin\Action |
src/Plugin/Action/ApprovePendingOgMembership.php |
Approves a pending group membership. |
|
|
|
ApprovePendingOgMembershipActionTest |
class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/ApprovePendingOgMembershipActionTest.php |
Tests the ApprovePendingOgMembership action plugin. |
|
|
|
AudienceField |
class |
Drupal\og\Plugin\OgFields |
src/Plugin/OgFields/AudienceField.php |
Determine to which groups this group content is assigned to. |
|
|
|
AudienceFieldFormatterTest |
class |
Drupal\Tests\og\Kernel\Field |
tests/src/Kernel/Field/AudienceFieldFormatterTest.php |
Test that formatters for entity reference can be applied to audience fields. |
|
|
|
Batch |
class |
Drupal\og\Plugin\OgDeleteOrphans |
src/Plugin/OgDeleteOrphans/Batch.php |
Performs a batch deletion of orphans. |
|
|
|
BlockOgMembership |
class |
Drupal\og\Plugin\Action |
src/Plugin/Action/BlockOgMembership.php |
Blocks a group membership. |
|
|
|
BlockOgMembershipActionTest |
class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/BlockOgMembershipActionTest.php |
Tests the BlockOgMembership action plugin. |
|
|
|
BundleFormAlter |
class |
Drupal\og_ui |
og_ui/src/BundleFormAlter.php |
Helper for og_ui_form_alter(). |
|
2 |
|
BundleFormAlterTest |
class |
Drupal\Tests\og_ui\Functional |
og_ui/tests/src/Functional/BundleFormAlterTest.php |
Test making a bundle a group and a group content. |
|
|
|
CacheInvalidationOnGroupChangeTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/CacheInvalidationOnGroupChangeTest.php |
Tests if group content listings are invalidated when group audience changes. |
|
|
|
ChangeMultipleOgMembershipRolesActionTestBase |
class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/ChangeMultipleOgMembershipRolesActionTestBase.php |
Base class for tests for plugins that change multiple roles at once. |
2 |
|
|
ChangeMultipleOgMembershipRolesBase |
abstract class |
Drupal\og\Plugin\Action |
src/Plugin/Action/ChangeMultipleOgMembershipRolesBase.php |
Provides a base class for actions that change multiple roles at once. |
2 |
|
|
ChangeOgMembershipActionTestBase |
abstract class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/ChangeOgMembershipActionTestBase.php |
Base class for testing action plugins that change membership roles. |
4 |
|
|
ChangeOgMembershipStateBase |
abstract class |
Drupal\og\Plugin\Action |
src/Plugin/Action/ChangeOgMembershipStateBase.php |
Base class for actions that change the state of a membership. |
3 |
|
|
ChangeSingleOgMembershipRoleBase |
abstract class |
Drupal\og\Plugin\Action |
src/Plugin/Action/ChangeSingleOgMembershipRoleBase.php |
Provides a base class for operations to change a user's group membership. |
2 |
|
|
CreateMembershipTest |
class |
Drupal\Tests\og\Unit |
tests/src/Unit/CreateMembershipTest.php |
Tests create membership helper function. |
|
|
|
Cron |
class |
Drupal\og\Plugin\OgDeleteOrphans |
src/Plugin/OgDeleteOrphans/Cron.php |
Performs a cron deletion of orphans. |
|
|
|
DefaultRoleEvent |
class |
Drupal\og\Event |
src/Event/DefaultRoleEvent.php |
Event that is fired when default roles are compiled. |
|
3 |
|
DefaultRoleEventIntegrationTest |
class |
Drupal\Tests\og\Kernel |
tests/src/Kernel/DefaultRoleEventIntegrationTest.php |
Tests the implementation of the DefaultRoleEvent in the 'og' module. |
|
|
|
DefaultRoleEventInterface |
interface |
Drupal\og\Event |
src/Event/DefaultRoleEventInterface.php |
Interface for DefaultRoleEvent classes. |
1 |
3 |
|
DefaultRoleEventTest |
class |
Drupal\Tests\og\Unit |
tests/src/Unit/DefaultRoleEventTest.php |
Tests default role events. |
|
|
|
DeleteOgMembership |
class |
Drupal\og\Plugin\Action |
src/Plugin/Action/DeleteOgMembership.php |
Deletes a group membership. |
|
|
|
DeleteOgMembershipActionTest |
class |
Drupal\Tests\og\Kernel\Action |
tests/src/Kernel/Action/DeleteOgMembershipActionTest.php |
Tests the DeleteOgMembership action plugin. |
|
|
|
DeleteOrphan |
class |
Drupal\og\Plugin\QueueWorker |
src/Plugin/QueueWorker/DeleteOrphan.php |
Deletes orphaned group content. |
|
|
|
EntityCreateAccessTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/EntityCreateAccessTest.php |
Tests access to the create entity form through the user interface. |
|
|
|
EntityRestrictedField |
class |
Drupal\og_test\Plugin\OgFields |
tests/modules/og_test/src/Plugin/OgFields/EntityRestrictedField.php |
A test field that can be attached only to the node entity. |
|
|
|
FieldCreateTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/FieldCreateTest.php |
Testing field definition overrides. |
|
|
|
GetBundleByBundleTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/GetBundleByBundleTest.php |
Tests retrieving group content bundles by group bundles and vice versa. |
|
|
|
GetGroupContentTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/GetGroupContentTest.php |
Tests getting the group content of a group. |
|
|
|
GetMembershipsTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/GetMembershipsTest.php |
Tests retrieving OgMembership entities associated with a given user. |
|
|
|
GetUserGroupsTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/GetUserGroupsTest.php |
Tests getting the memberships of an entity. |
|
|
|
Group |
class |
Drupal\og\Plugin\views\argument_default |
src/Plugin/views/argument_default/Group.php |
Default argument plugin to provide the group from the current context. |
|
|
|
GroupAudienceTest |
class |
Drupal\Tests\og\Kernel\Entity |
tests/src/Kernel/Entity/GroupAudienceTest.php |
Tests the group audience field. |
|
|
|
GroupCheck |
class |
Drupal\og\Access |
src/Access/GroupCheck.php |
Determines access to routes based on group permissions for the current user. |
|
1 |
2 |
GroupCheckTest |
class |
Drupal\Tests\og\Unit |
tests/src/Unit/GroupCheckTest.php |
Tests the group check access. |
|
|
|
GroupContentEntityOperationAccessEvent |
class |
Drupal\og\Event |
src/Event/GroupContentEntityOperationAccessEvent.php |
Event that determines access to group content entity operations. |
|
1 |
|
GroupContentEntityOperationAccessEventInterface |
interface |
Drupal\og\Event |
src/Event/GroupContentEntityOperationAccessEventInterface.php |
Interface for events that provide access to group content entity operations. |
1 |
2 |
|
GroupContentOperationAccessAlterTest |
class |
Drupal\Tests\og\Kernel\Access |
tests/src/Kernel/Access/GroupContentOperationAccessAlterTest.php |
Test that access to group content operations can be altered. |
|
|
|
GroupContentOperationPermission |
class |
Drupal\og |
src/GroupContentOperationPermission.php |
A group level permission. |
|
5 |
|
GroupContentOperationPermissionTest |
class |
Drupal\Tests\og\Unit |
tests/src/Unit/GroupContentOperationPermissionTest.php |
Tests group content permissions. |
|
|
|