Skip to content
Snippets Groups Projects
Select Git revision
  • f718eda902ddd4bf9e264fcd8c64b5145a498a04
  • 11.x default protected
  • 10.6.x protected
  • 10.5.x protected
  • 11.2.x protected
  • 11.1.x protected
  • 10.4.x protected
  • 11.0.x protected
  • 10.3.x protected
  • 7.x protected
  • 10.2.x protected
  • 10.1.x protected
  • 9.5.x protected
  • 10.0.x protected
  • 9.4.x protected
  • 9.3.x protected
  • 9.2.x protected
  • 9.1.x protected
  • 8.9.x protected
  • 9.0.x protected
  • 8.8.x protected
  • 10.5.4 protected
  • 11.2.5 protected
  • 10.5.3 protected
  • 11.2.4 protected
  • 10.5.2 protected
  • 11.2.3 protected
  • 10.5.1 protected
  • 11.2.2 protected
  • 11.2.1 protected
  • 11.2.0 protected
  • 10.5.0 protected
  • 11.2.0-rc2 protected
  • 10.5.0-rc1 protected
  • 11.2.0-rc1 protected
  • 10.4.8 protected
  • 11.1.8 protected
  • 10.5.0-beta1 protected
  • 11.2.0-beta1 protected
  • 11.2.0-alpha1 protected
  • 10.4.7 protected
41 results

Component

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Alex Pott's avatar
    Issue #2175569 by Xano: Add default configuration to FactoryInterface::createInstance().
    Alex Pott authored
    f718eda9
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Drupal Components are independent libraries that do not depend on the rest of
    Drupal in order to function.  Components MAY depend on other Components, but
    that is discouraged. Components MAY NOT depend on any code that is not part of
    PHP itself or another Drupal Component.
    
    Each Component should be in its own namespace, and should be as self-contained
    as possible.  It should be possible to split a Component off to its own
    repository and use as a stand-alone library, independently of Drupal.