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
CategorizingPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Provides some test definitions to the trait.
CategorizingPluginManagerInterface::getCategories function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets the names of all categories.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
CategorizingPluginManagerTrait::getCategories function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getModuleHandler function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module handler used.
CategorizingPluginManagerTrait::getProviderName function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Gets the name of a provider.
CategorizingPluginManagerTrait::getSortedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTraitTest::testGetCategories function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getCategories
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getGroupedDefinitions
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getSortedDefinitions
ChainedFastBackend::get function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Returns data from the persistent cache.
ChainedFastBackend::getLastWriteTimestamp function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Gets the last write timestamp.
ChainedFastBackend::getMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Returns data from the persistent cache when given an array of cache IDs.
ChainedFastBackendFactory::get function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Instantiates a chained, fast cache backend class for a given cache bin.
ChainedFastBackendTest::testGetDoesNotHitConsistentBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on the fast backend, with no hit on the consistent backend.
Checkbox::getInfo function core/lib/Drupal/Core/Render/Element/Checkbox.php Returns the element properties for this element.
Checkboxes::getCheckedCheckboxes function core/lib/Drupal/Core/Render/Element/Checkboxes.php Determines which checkboxes were checked when a form is submitted.
Checkboxes::getInfo function core/lib/Drupal/Core/Render/Element/Checkboxes.php Returns the element properties for this element.
CheckProvider::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProvider.php A list of checks that needs the request.
CheckProviderInterface::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProviderInterface.php A list of checks that needs the request.
ChooseBlockController::getAjaxAttributes function core/modules/layout_builder/src/Controller/ChooseBlockController.php Get dialog attributes if an ajax request.
ChooseBlockController::getBlockLinks function core/modules/layout_builder/src/Controller/ChooseBlockController.php Gets a render array of block links.
CKEditor::getDefaultSettings function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Returns the default settings for this configurable text editor.
CKEditor::getJSSettings function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Returns JavaScript settings to be attached.
CKEditor::getLangcodes function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Returns a list of language codes supported by CKEditor.
CKEditor::getLibraries function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Returns libraries to be attached.
CKEditorIntegrationTest::getDrupalMediaFromSource function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Parses the <drupal-media> element from CKEditor's "source" view.
CKEditorIntegrationTest::getLastPreviewRequestTransferSize function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Gets the transfer size of the last preview request.
CKEditorLoadingTest::getThingsToCheck function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
CKEditorPluginBase::getDependencies function core/modules/ckeditor/src/CKEditorPluginBase.php Returns a list of plugins this plugin requires.
CKEditorPluginBase::getLibraries function core/modules/ckeditor/src/CKEditorPluginBase.php Returns a list of libraries this plugin requires.
CKEditorPluginButtonsInterface::getButtons function core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php Returns the buttons that this plugin provides, along with metadata.
CKEditorPluginCssInterface::getCssFiles function core/modules/ckeditor/src/CKEditorPluginCssInterface.php Retrieves enabled plugins' iframe instance CSS files.
CKEditorPluginInterface::getConfig function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
CKEditorPluginInterface::getDependencies function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns a list of plugins this plugin requires.
CKEditorPluginInterface::getFile function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns the Drupal root-relative file path to the plugin JavaScript file.
CKEditorPluginInterface::getLibraries function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns a list of libraries this plugin requires.
CKEditorPluginManager::getButtons function core/modules/ckeditor/src/CKEditorPluginManager.php Retrieves all available CKEditor buttons, keyed by plugin ID.
CKEditorPluginManager::getCssFiles function core/modules/ckeditor/src/CKEditorPluginManager.php Retrieves enabled plugins' iframe instance CSS files, keyed by plugin ID.
CKEditorPluginManager::getEnabledButtons function core/modules/ckeditor/src/CKEditorPluginManager.php Gets the enabled toolbar buttons in the given text editor instance.
CKEditorPluginManager::getEnabledPluginFiles function core/modules/ckeditor/src/CKEditorPluginManager.php Retrieves enabled plugins' files, keyed by plugin ID.
CKEditorPluginManagerTest::providerGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php Provides a list of configs to test.
CKEditorPluginManagerTest::testGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php @covers ::getEnabledButtons
@dataProvider providerGetEnabledButtons
CKEditorTest::getDefaultAllowedContentConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultContentsCssConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultDisallowedContentConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultInternalConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultToolbarConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php

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