Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
WorkspaceAssociation::getAssociatedRevisions function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves all content revisions tracked by a given workspace.
WorkspaceAssociation::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociation.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociation::getIdField function core/modules/workspaces/src/WorkspaceAssociation.php Determines the target ID field name for an entity type.
WorkspaceAssociation::getSubscribedEvents function core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::getTrackedEntities function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves the entities tracked by a given workspace.
WorkspaceAssociation::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceAssociationInterface::getAssociatedInitialRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions that were created in a given workspace.
WorkspaceAssociationInterface::getAssociatedRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions tracked by a given workspace.
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociationInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociationInterface::getTrackedEntities function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves the entities tracked by a given workspace.
WorkspaceAssociationInterface::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceAssociationRevisionTableUpdateTest::getOldAssociatedInitialRevisions function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Replicates the old getAssociatedInitialRevisions logic from 11.x.
WorkspaceAssociationRevisionTableUpdateTest::getOldAssociatedRevisions function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Replicates the old getAssociatedRevisions logic from 11.x.
WorkspaceAssociationTest::getEntityTypeIds function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php The data provider for ::testWorkspaceAssociation().
WorkspaceCacheContext::getCacheableMetadata function core/modules/workspaces/src/WorkspaceCacheContext.php Gets the cacheability metadata for the context.
WorkspaceCacheContext::getContext function core/modules/workspaces/src/WorkspaceCacheContext.php Returns the string representation of the cache context.
WorkspaceCacheContext::getLabel function core/modules/workspaces/src/WorkspaceCacheContext.php Returns the label of the cache context.
WorkspaceContentModerationIntegrationTest::getAdministratorPermissions function core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php
WorkspaceDeleteForm::getDescription function core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Returns additional text to display as a description.
WorkspaceDeleteForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php Returns additional text to display as a description.
WorkspaceEntityRepositoryTest::testGetActive function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests retrieving active variants in a workspace.
WorkspaceForm::getEditedFieldNames function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Gets the names of all fields edited in the form.
WorkspaceForm::getEditedFieldNames function core/modules/workspaces/src/Form/WorkspaceForm.php Gets the names of all fields edited in the form.
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceInformation::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformation.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformationInterface::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformationInterface.php Returns an array of entity types that can belong to workspaces.
WorkspaceIntegrationTest::testNodeAccessDifferringRevisionIdsOnTarget function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests workspace publishing is not sensitive to node access.
WorkspaceInterface::getCreatedTime function core/modules/workspaces/src/WorkspaceInterface.php Gets the workspace creation timestamp.
WorkspaceInterface::getProvider function core/modules/workspaces/src/WorkspaceInterface.php Gets the provider of this workspace.
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceListBuilder::getEntityListQuery function core/modules/workspaces/src/WorkspaceListBuilder.php Returns a query object for loading entity IDs from the storage.
WorkspaceListBuilder::getEntityListQuery function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Returns a query object for loading entity IDs from the storage.
WorkspaceManager::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Gets the active workspace.
WorkspaceManagerInterface::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Gets the active workspace.
WorkspaceMergeForm::$targetWorkspace property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The target workspace entity.
WorkspaceMergeForm::$targetWorkspace property core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php The target workspace entity.
WorkspaceMergeForm::getCancelUrl function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns the route to go to if the user cancels the action.
WorkspaceMergeForm::getCancelUrl function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns the route to go to if the user cancels the action.
WorkspaceMergeForm::getDescription function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns additional text to display as a description.
WorkspaceMergeForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns additional text to display as a description.
WorkspaceMergeForm::getFormId function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns a unique string identifying the form.
WorkspaceMergeForm::getFormId function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns a unique string identifying the form.
WorkspaceMergeForm::getQuestion function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns the question to ask the user.
WorkspaceMergeForm::getQuestion function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns the question to ask the user.
WorkspaceMerger::checkConflictsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Checks if there are any conflicts between the source and the target.
WorkspaceMerger::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the source.
WorkspaceMerger::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the target.
WorkspaceMerger::getNumberOfChangesOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the total number of items which have changed on the source.
WorkspaceMerger::getNumberOfChangesOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the total number of items which have changed on the target.

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