Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
Drupal::getContainer function core/lib/Drupal.php Returns the currently active global container.
DrupalComponentTest::getComponents function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Data provider.
DrupalCoreComposer::getRequireDev function composer/Generator/Util/DrupalCoreComposer.php Return the "require-dev" section from root or core composer.json file.
DrupalCoreRecommendedBuilder::getPackage function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalCoreRecommendedBuilder::getPath function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Return the path to where the metapackage should be written.
DrupalDateTimeTest::testGetPhpDateTime function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php @covers ::getPhpDateTime
DrupalDevDependenciesBuilder::getPackage function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalDevDependenciesBuilder::getPath function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Return the path to where the metapackage should be written.
DrupalGetProfileLegacyTest class core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Tests drupal_get_profile().
DrupalGetProfileLegacyTest.php file core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php
DrupalGetProfileLegacyTest::$bootstrapConfigStorageProfile property core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Config storage profile.
DrupalGetProfileLegacyTest::providerDrupalGetProfileInstallState function core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Data provider for testDrupalGetProfileInstallState().
DrupalGetProfileLegacyTest::setUp function core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php
DrupalGetProfileLegacyTest::testDrupalGetProfileLegacyInstallState function core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Tests drupal_get_profile() deprecation.
DrupalImage::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the buttons that this plugin provides, along with metadata.
DrupalImage::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalImage::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalImage::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns a list of libraries this plugin requires.
DrupalImageCaption::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalImageCaption::getCssFiles function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Retrieves enabled plugins' iframe instance CSS files.
DrupalImageCaption::getDependencies function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns a list of plugins this plugin requires.
DrupalImageCaption::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalImageCaption::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns a list of libraries this plugin requires.
DrupalKernel::getAppRoot function core/lib/Drupal/Core/DrupalKernel.php Gets the app root.
DrupalKernel::getCachedContainerDefinition function core/lib/Drupal/Core/DrupalKernel.php Returns the cached container definition - if any.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Returns the active configuration storage to use during building the container.
DrupalKernel::getContainer function core/lib/Drupal/Core/DrupalKernel.php Gets the current container.
DrupalKernel::getContainerBuilder function core/lib/Drupal/Core/DrupalKernel.php Gets a new ContainerBuilder instance used to build the service container.
DrupalKernel::getContainerCacheKey function core/lib/Drupal/Core/DrupalKernel.php Returns the container cache key based on the environment.
DrupalKernel::getHttpKernel function core/lib/Drupal/Core/DrupalKernel.php Gets a http kernel from the container
DrupalKernel::getInstallProfile function core/lib/Drupal/Core/DrupalKernel.php Gets the active install profile.
DrupalKernel::getKernelParameters function core/lib/Drupal/Core/DrupalKernel.php Returns the kernel parameters.
DrupalKernel::getModuleFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the file name for each enabled module.
DrupalKernel::getModuleNamespacesPsr4 function core/lib/Drupal/Core/DrupalKernel.php Gets the PSR-4 base directories for module namespaces.
DrupalKernel::getModulesParameter function core/lib/Drupal/Core/DrupalKernel.php Returns an array of Extension class parameters for all enabled modules.
DrupalKernel::getServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Returns all registered service providers.
DrupalKernel::getServicesToPersist function core/lib/Drupal/Core/DrupalKernel.php Returns service instances to persist from an old container to a new one.
DrupalKernel::getSitePath function core/lib/Drupal/Core/DrupalKernel.php Get the site path.
DrupalKernelInterface::getAppRoot function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the app root.
DrupalKernelInterface::getCachedContainerDefinition function core/lib/Drupal/Core/DrupalKernelInterface.php Returns the cached container definition - if any.
DrupalKernelInterface::getContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the current container.
DrupalKernelInterface::getServiceProviders function core/lib/Drupal/Core/DrupalKernelInterface.php Returns all registered service providers.
DrupalKernelInterface::getSitePath function core/lib/Drupal/Core/DrupalKernelInterface.php Get the site path.
DrupalKernelTest::getTestKernel function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Build a kernel for testings.
DrupalLink::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php Returns the buttons that this plugin provides, along with metadata.
DrupalLink::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalLink::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalLink::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php Returns a list of libraries this plugin requires.
DrupalMedia::getConfig function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMedia::getCssFiles function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php @todo Improve this in https://www.drupal.org/project/drupal/issues/3072063

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