Primary tabs

File name Locationsort descending Namespace Description
MapperExceptionInterface.php core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php Drupal\Component\Plugin\Exception
MissingValueContextException.php core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php Drupal\Component\Plugin\Exception
PluginException.php core/lib/Drupal/Component/Plugin/Exception/PluginException.php Drupal\Component\Plugin\Exception
PluginNotFoundException.php core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php Drupal\Component\Plugin\Exception
DefaultFactory.php core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Drupal\Component\Plugin\Factory
FactoryInterface.php core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Drupal\Component\Plugin\Factory
ReflectionFactory.php core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Drupal\Component\Plugin\Factory
FallbackPluginManagerInterface.php core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php Drupal\Component\Plugin
LazyPluginCollection.php core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Drupal\Component\Plugin
LICENSE.txt core/lib/Drupal/Component/Plugin/LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
MapperInterface.php core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php Drupal\Component\Plugin\Mapper
PluginAwareInterface.php core/lib/Drupal/Component/Plugin/PluginAwareInterface.php Drupal\Component\Plugin
PluginBase.php core/lib/Drupal/Component/Plugin/PluginBase.php Drupal\Component\Plugin
PluginHelper.php core/lib/Drupal/Component/Plugin/PluginHelper.php Drupal\Component\Plugin
PluginInspectionInterface.php core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Drupal\Component\Plugin
PluginManagerBase.php core/lib/Drupal/Component/Plugin/PluginManagerBase.php Drupal\Component\Plugin
PluginManagerInterface.php core/lib/Drupal/Component/Plugin/PluginManagerInterface.php Drupal\Component\Plugin
README.txt core/lib/Drupal/Component/Plugin/README.txt The Drupal Plugin Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo…
TESTING.txt core/lib/Drupal/Component/Plugin/TESTING.txt HOW-TO: Test this Drupal component In order to test this component, you'll need to get the entire Drupal repo and run the tests there. You'll find the tests under core/tests/Drupal/Tests/Component. You can get the full Drupal repo…
LICENSE.txt core/lib/Drupal/Component/ProxyBuilder/LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
ProxyBuilder.php core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Drupal\Component\ProxyBuilder
README.txt core/lib/Drupal/Component/ProxyBuilder/README.txt The Drupal Proxy Builder Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo…
TESTING.txt core/lib/Drupal/Component/ProxyBuilder/TESTING.txt HOW-TO: Test this Drupal component In order to test this component, you'll need to get the entire Drupal repo and run the tests there. You'll find the tests under core/tests/Drupal/Tests/Component. You can get the full Drupal repo…
README.txt core/lib/Drupal/Component/README.txt Drupal Components are independent libraries that do not depend on the rest of Drupal in order to function. Components MAY depend on other Drupal Components or external libraries/packages, but MUST NOT depend on any other Drupal code. In other words,…
FormattableMarkup.php core/lib/Drupal/Component/Render/FormattableMarkup.php Drupal\Component\Render
HtmlEscapedText.php core/lib/Drupal/Component/Render/HtmlEscapedText.php Drupal\Component\Render
LICENSE.txt core/lib/Drupal/Component/Render/LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
MarkupInterface.php core/lib/Drupal/Component/Render/MarkupInterface.php Drupal\Component\Render
MarkupTrait.php core/lib/Drupal/Component/Render/MarkupTrait.php Drupal\Component\Render
OutputStrategyInterface.php core/lib/Drupal/Component/Render/OutputStrategyInterface.php Drupal\Component\Render
PlainTextOutput.php core/lib/Drupal/Component/Render/PlainTextOutput.php Drupal\Component\Render
README.txt core/lib/Drupal/Component/Render/README.txt The Drupal Render Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo…
TESTING.txt core/lib/Drupal/Component/Render/TESTING.txt HOW-TO: Test this Drupal component In order to test this component, you'll need to get the entire Drupal repo and run the tests there. You'll find the tests under core/tests/Drupal/Tests/Component. You can get the full Drupal repo…
InvalidDataTypeException.php core/lib/Drupal/Component/Serialization/Exception/InvalidDataTypeException.php Drupal\Component\Serialization\Exception
Json.php core/lib/Drupal/Component/Serialization/Json.php Drupal\Component\Serialization
LICENSE.txt core/lib/Drupal/Component/Serialization/LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
ObjectAwareSerializationInterface.php core/lib/Drupal/Component/Serialization/ObjectAwareSerializationInterface.php Drupal\Component\Serialization
PhpSerialize.php core/lib/Drupal/Component/Serialization/PhpSerialize.php Drupal\Component\Serialization
README.txt core/lib/Drupal/Component/Serialization/README.txt The Drupal Serialization Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo…
SerializationInterface.php core/lib/Drupal/Component/Serialization/SerializationInterface.php Drupal\Component\Serialization
TESTING.txt core/lib/Drupal/Component/Serialization/TESTING.txt HOW-TO: Test this Drupal component In order to test this component, you'll need to get the entire Drupal repo and run the tests there. You'll find the tests under core/tests/Drupal/Tests/Component. You can get the full Drupal repo…
Yaml.php core/lib/Drupal/Component/Serialization/Yaml.php Drupal\Component\Serialization
YamlPecl.php core/lib/Drupal/Component/Serialization/YamlPecl.php Drupal\Component\Serialization
YamlSymfony.php core/lib/Drupal/Component/Serialization/YamlSymfony.php Drupal\Component\Serialization
da.php core/lib/Drupal/Component/Transliteration/data/da.php
de.php core/lib/Drupal/Component/Transliteration/data/de.php
eo.php core/lib/Drupal/Component/Transliteration/data/eo.php
kg.php core/lib/Drupal/Component/Transliteration/data/kg.php
uk.php core/lib/Drupal/Component/Transliteration/data/uk.php
x00.php core/lib/Drupal/Component/Transliteration/data/x00.php

Pages

Other projects