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. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
WorkspacesHtmlEntityFormController::getFormObject function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Returns the object used to build the form.
WorkspacesLayoutTempstoreRepository::getKey function core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php Gets the string to use as the tempstore key.
WorkspacesRequirements::getRequirements function core/modules/workspaces/src/Install/Requirements/WorkspacesRequirements.php Check installation requirements.
WorkspaceSubscriber::getSubscribedEvents function core/modules/content_moderation/src/EventSubscriber/WorkspaceSubscriber.php
WorkspaceSwitcherForm::getFormId function core/modules/workspaces_ui/src/Form/WorkspaceSwitcherForm.php Returns a unique string identifying the form.
WorkspaceSwitchEvent::getPreviousWorkspace function core/modules/workspaces/src/Event/WorkspaceSwitchEvent.php Gets the previous active workspace.
WorkspaceSwitchEvent::getWorkspace function core/modules/workspaces/src/Event/WorkspaceSwitchEvent.php Gets the new activate workspace.
WorkspaceSwitchSubscriber::getSubscribedEvents function core/modules/workspaces/src/EventSubscriber/WorkspaceSwitchSubscriber.php
WorkspaceTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the expected JSON:API document for the entity.
WorkspaceTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the expected cacheability for an unauthorized response.
WorkspaceTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Return the expected error message.
WorkspaceTest::getModifiedEntityForPostTesting function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Gets the normalized POST entity with random values for its unique fields.
WorkspaceTest::getPatchDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the JSON:API PATCH document.
WorkspaceTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the JSON:API POST document.
WorkspaceTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns an array of sparse fields sets to test.
WorkspaceTestTrait::getUnassociatedRevisions function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Returns all the revisions which are not associated with any workspace.
WorkspaceTestUtilities::getOneEntityByLabel function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Loads a single entity by its label.
WorkspaceTracker::getAllTrackedRevisions function core/modules/workspaces/src/WorkspaceTracker.php Retrieves all content revisions tracked by a given workspace.
WorkspaceTracker::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTracker.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTracker::getIdField function core/modules/workspaces/src/WorkspaceTracker.php Determines the target ID field name for an entity type.
WorkspaceTracker::getSubscribedEvents function core/modules/workspaces/src/WorkspaceTracker.php
WorkspaceTracker::getTrackedEntities function core/modules/workspaces/src/WorkspaceTracker.php Retrieves the entities tracked by a given workspace.
WorkspaceTracker::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceTracker.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceTracker::getTrackedInitialRevisions function core/modules/workspaces/src/WorkspaceTracker.php Retrieves all content revisions that were created in a given workspace.
WorkspaceTrackerInterface::getAllTrackedRevisions function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves all content revisions tracked by a given workspace.
WorkspaceTrackerInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTrackerInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTrackerInterface::getTrackedEntities function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves the entities tracked by a given workspace.
WorkspaceTrackerInterface::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceTrackerInterface::getTrackedInitialRevisions function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves all content revisions that were created in a given workspace.
WorkspaceTrackerTest::getEntityTypeIds function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php The data provider for ::testWorkspaceAssociation().
XmlEncoder::getBaseEncoder function core/modules/serialization/src/Encoder/XmlEncoder.php Gets the base encoder instance.
XmlEntityNormalizationQuirksTrait::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php
Xss::getAdminTagList function core/lib/Drupal/Component/Utility/Xss.php Gets the list of HTML tags allowed by Xss::filterAdmin().
Xss::getHtmlTagList function core/lib/Drupal/Component/Utility/Xss.php Gets the standard list of HTML tags allowed by Xss::filter().
XyzMissingTargetAlter class core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetAlter.php This class contains attributes to reorder or remove alter implementations.
XyzMissingTargetAlter.php file core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetAlter.php
XyzMissingTargetAlter::targetABAlter function core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetAlter.php Hook order attributes that target possibly non-existing alter methods.
XyzMissingTargetAlter::targetASupertypeAlterForBSubtypeAlter function core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetAlter.php Hook order attributes where the target method implements a different hook.
XyzMissingTargetAlter::targetBAlter function core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetAlter.php Hook order attributes that target a hook with possibly no implementations.
XyzMissingTargetHooks class core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetHooks.php This class contains attributes to reorder or remove hook implementations.
XyzMissingTargetHooks.php file core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetHooks.php
XyzMissingTargetHooks::targetABHook function core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetHooks.php Hook order attributes that target possibly non-existing implementations.
XyzMissingTargetHooks::targetBHook function core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetHooks.php Hook order attributes that target a hook with possibly no implementations.
XyzMissingTargetHooks::targetUnrelatedHookForBHook function core/modules/system/tests/modules/HookOrder/xyz_hook_order_test/src/Hook/XyzMissingTargetHooks.php Hook order attributes where the target method implements a different hook.
Yaml::getFileExtension function core/lib/Drupal/Component/Serialization/Yaml.php Gets the file extension for this serialization format.
YamlDirectoryDiscovery::getDirectoryIterator function core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php Gets an iterator to loop over the files in the provided directory.
YamlDirectoryDiscovery::getIdentifier function core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php Gets the identifier from the data.
YamlDirectoryDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php Tests get definitions.
YamlDirectoryDiscoveryTest::testGetDefinitionsWithTranslatableDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php Tests get definitions with translatable definitions.
YamlDiscovery::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php Gets the definition of all plugins for this type.

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