public function WorkspacePointerInterface::getWorkspaceId in Workspace 8
Returns the referenced workspace ID.
Return value
int|null The workspace ID, or NULL in case the workspace ID field has not been set on the entity.
1 method overrides WorkspacePointerInterface::getWorkspaceId()
- WorkspacePointer::getWorkspaceId in src/
Entity/ WorkspacePointer.php - Returns the referenced workspace ID.
File
- src/
WorkspacePointerInterface.php, line 82
Class
- WorkspacePointerInterface
- Provides an interface for defining Workspace pointer entities.
Namespace
Drupal\workspaceCode
public function getWorkspaceId();