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. Other projects
Title Object type File name Summary
HttpKernelUiHelperTrait::getUrl function core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Gets the current URL from the browser.
HWLDFWordAccumulator::getLines function core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php
HWLDFWordAccumulatorTest::testGetLinesEmpty function core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php Verify that we only get back a NBSP from an empty accumulator.
I18nQueryTrait::getPropertyNotInRowTranslation function core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php Gets the translation for the property not already in the row.
Icon::getInfo function core/lib/Drupal/Core/Render/Element/Icon.php Returns the element properties for this element.
IconCollector::get function core/lib/Drupal/Core/Theme/Icon/IconCollector.php Gets value from the cache.
IconCollector::getIconFromExtractor function core/lib/Drupal/Core/Theme/Icon/IconCollector.php Returns the icon from an icon id and icon pack definition.
IconDefinition::getAllData function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get all icon data.
IconDefinition::getData function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get a specific icon data.
IconDefinition::getGroup function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon Group.
IconDefinition::getIconDataFromId function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get icon id and pack id from an icon full id.
IconDefinition::getIconId function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon id.
IconDefinition::getId function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the full icon id.
IconDefinition::getLabel function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon label as human friendly.
IconDefinition::getLibrary function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon Twig library.
IconDefinition::getPackId function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon Pack id.
IconDefinition::getPackLabel function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon pack label.
IconDefinition::getRenderable function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon renderable element array.
IconDefinition::getSource function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon source, path or url.
IconDefinition::getTemplate function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon Twig template.
IconDefinitionInterface::getAllData function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get all icon data.
IconDefinitionInterface::getData function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get a specific icon data.
IconDefinitionInterface::getGroup function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Group.
IconDefinitionInterface::getIconDataFromId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get icon id and pack id from an icon full id.
IconDefinitionInterface::getIconId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon id.
IconDefinitionInterface::getId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the full icon id.
IconDefinitionInterface::getLabel function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon label as human friendly.
IconDefinitionInterface::getLibrary function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Twig library.
IconDefinitionInterface::getPackId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Pack id.
IconDefinitionInterface::getPackLabel function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon pack label.
IconDefinitionInterface::getRenderable function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon renderable element array.
IconDefinitionInterface::getSource function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon source, path or url.
IconDefinitionInterface::getTemplate function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Twig template.
IconDefinitionTest::providerGetPreview function core/tests/Drupal/Tests/Core/Theme/Icon/IconDefinitionTest.php Data provider for ::testGetPreview().
IconDefinitionTest::testGetRenderable function core/tests/Drupal/Tests/Core/Theme/Icon/IconDefinitionTest.php Test the IconDefinition::getRenderable method.
IconExtractorPluginManager::getExtractorForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Get an extractor settings form.
IconExtractorPluginManager::getExtractorForms function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Get multiple extractor settings form.
IconExtractorPluginManager::getPluginForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Retrieves the plugin form for a given icon extractor.
IconExtractorSettingsForm::getOptions function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Get option list for enumerations.
IconExtractorWithFinder::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Create files data from sources config.
IconExtractorWithFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Create files data from sources config.
IconFinder::getFileContents function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Wrapper to the file_get_contents function.
IconFinder::getFileFromUrl function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Get filename from an URL source.
IconFinder::getFilesFromPath function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Get files from a local path.
IconFinder::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Create files from source paths.
IconFinderInterface::getFileContents function core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Wrapper to the file_get_contents function.
IconFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Create files from source paths.
IconFinderTest::providerGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFileContents().
IconFinderTest::providerGetFilesFromSourcesPath function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFilesFromSourcesPath().
IconFinderTest::providerGetFilesFromSourcesUrl function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFilesFromSourcesUrl().

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