Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspaceForm::flagViolations | function | core/ |
Flags violations for the current form. |
| WorkspaceForm::form | function | core/ |
Gets the actual form array to be built. |
| WorkspaceForm::getEditedFieldNames | function | core/ |
Gets the names of all fields edited in the form. |
| WorkspaceForm::save | function | core/ |
Form submission handler for the 'save' action. |
| WorkspaceForm::__construct | function | core/ |
Constructs a new WorkspaceForm. |
| WorkspaceFormInterface | interface | core/ |
Defines interface for workspace forms so they can be easily distinguished. |
| WorkspaceFormInterface.php | file | core/ |
|
| WorkspaceIntegrationTest | class | core/ |
Tests a complete deployment scenario across different workspaces. |
| WorkspaceIntegrationTest.php | file | core/ |
|
| WorkspaceIntegrationTest::$createdTimestamp | property | core/ |
Creation timestamp that should be incremented for each new entity. |
| WorkspaceIntegrationTest::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceIntegrationTest::$modules | property | core/ |
Modules to enable. |
| WorkspaceIntegrationTest::$nodes | property | core/ |
An array of nodes created before installing the Workspaces module. |
| WorkspaceIntegrationTest::assertEntityLoad | function | core/ |
Asserts that default revisions are properly swapped in a workspace. |
| WorkspaceIntegrationTest::assertEntityQuery | function | core/ |
Asserts that entity queries are giving the correct results in a workspace. |
| WorkspaceIntegrationTest::assertEntityRevisionLoad | function | core/ |
Asserts that non-default revisions are not changed. |
| WorkspaceIntegrationTest::assertWorkspaceStatus | function | core/ |
Checks entity load, entity queries and views results for a test scenario. |
| WorkspaceIntegrationTest::flattenExpectedValues | function | core/ |
Flattens the expectations array defined by testWorkspaces(). |
| WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace | function | core/ |
Data provider for allowed entity CRUD operations. |
| WorkspaceIntegrationTest::setUp | function | core/ |
|
| WorkspaceIntegrationTest::testDisallowedEntityCreateInNonDefaultWorkspace | function | core/ |
Tests CREATE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace | function | core/ |
Tests DELETE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace | function | core/ |
Tests UPDATE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testEntityQueryRelationship | function | core/ |
Tests the Entity Query relationship API with workspaces. |
| WorkspaceIntegrationTest::testEntityQueryWithoutConditions | function | core/ |
Tests entity query overrides without any conditions. |
| WorkspaceIntegrationTest::testExecuteInWorkspaceContext | function | core/ |
@covers \Drupal\workspaces\WorkspaceManager::executeInWorkspace[[api-linebreak]] |
| WorkspaceIntegrationTest::testFormCacheForEntityForms | function | core/ |
Tests that entity forms can be stored in the form cache. |
| WorkspaceIntegrationTest::testFormCacheForRegularForms | function | core/ |
Tests that non-entity forms can be stored in the form cache. |
| WorkspaceIntegrationTest::testPublishWorkspaceDedicatedTableStorage | function | core/ |
Test a deployment with fields in dedicated table storage. |
| WorkspaceIntegrationTest::testWorkspaceHierarchy | function | core/ |
Tests entity tracking in workspace descendants. |
| WorkspaceIntegrationTest::testWorkspaces | function | core/ |
Tests various scenarios for creating and deploying content in workspaces. |
| WorkspaceInterface | interface | core/ |
Defines an interface for the workspace entity type. |
| WorkspaceInterface.php | file | core/ |
|
| WorkspaceInterface::DEFAULT_WORKSPACE | constant | core/ |
The ID of the default workspace. |
| WorkspaceInterface::getCreatedTime | function | core/ |
Gets the workspace creation timestamp. |
| WorkspaceInterface::hasParent | function | core/ |
Determines whether the workspace has a parent. |
| WorkspaceInterface::isDefaultWorkspace | function | core/ |
Determines whether the workspace is the default one or not. |
| WorkspaceInterface::publish | function | core/ |
Publishes the contents of this workspace to the default (Live) workspace. |
| WorkspaceInterface::setCreatedTime | function | core/ |
Sets the workspace creation timestamp. |
| WorkspaceJsonAnonTest | class | core/ |
Test workspace entities for unauthenticated JSON requests. |
| WorkspaceJsonAnonTest.php | file | core/ |
|
| WorkspaceJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WorkspaceJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| WorkspaceJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| WorkspaceJsonBasicAuthTest | class | core/ |
Test workspace entities for JSON requests via basic auth. |
| WorkspaceJsonBasicAuthTest.php | file | core/ |
|
| WorkspaceJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| WorkspaceJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WorkspaceJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| WorkspaceJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
Pagination
- Previous page
- Page 1412
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.