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
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().
IconFinderTest::testGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileContents method.
IconFinderTest::testGetFileFromUrlWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileFromUrl method with warning.
IconFinderTest::testGetFilesFromPathEmptyWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromPath method with warning.
IconFinderTest::testGetFilesFromPathInvalidExtensionWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromPath method with warning.
IconFinderTest::testGetFilesFromSourcesPath function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromSources method with paths.
IconFinderTest::testGetFilesFromSourcesUrl function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromSources method with urls.
IconMimeTypes::getGenericMimeType function core/modules/file/src/IconMimeTypes.php Determines the generic icon MIME package based on a file's MIME type.
IconMimeTypes::getIconClass function core/modules/file/src/IconMimeTypes.php Gets a class for the icon for a MIME type.
IconPackManager::getDiscovery function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Gets the plugin discovery.
IconPackManager::getExtractorFormDefaults function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Retrieve extractor default options.
IconPackManager::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Retrieve extractor forms based on the provided icon set limit.
IconPackManager::getIcon function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Get definition of a specific icon.
IconPackManager::getIcons function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Get a list of all the icons within definitions.
IconPackManager::getIconsFromDefinition function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Discover list of icons from definition extractor.
IconPackManagerInterface::getExtractorFormDefaults function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor default options.
IconPackManagerInterface::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor forms based on the provided icon set limit.
IconPackManagerInterface::getIcon function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Get definition of a specific icon.
IconPackManagerInterface::getIcons function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Get a list of all the icons within definitions.
IconPackManagerKernelTest::testGetExtractorFormDefaults function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorFormDefault method.
IconPackManagerKernelTest::testGetExtractorPluginForms function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithAllowed function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithDefault function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method with default.
IconPackManagerKernelTest::testGetIcon function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getIcon method.
IconPackManagerKernelTest::testGetIcons function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getIcons method.

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