|
DynamicRouter::supports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Delegate to our generator |
|
XmlFileLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
@api |
|
ClosureLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/ClosureLoader.php |
@api |
|
PhpFileLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/PhpFileLoader.php |
@api |
|
XmlFileLoader::supports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Returns true if this class supports the given resource. |
|
IniFileLoader::supports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php |
Returns true if this class supports the given resource. |
|
ClosureLoader::supports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php |
Returns true if this class supports the given resource. |
|
PhpFileLoader::supports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php |
Returns true if this class supports the given resource. |
|
YamlFileLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php |
@api |
|
YamlFileLoader::supports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Returns true if this class supports the given resource. |
|
Serializer::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the serializer can encode to given format |
|
Serializer::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the deserializer can decode from given format. |
|
JsonEncode::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncode.php |
Checks whether the serializer can encode to given format |
|
XmlEncoder::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Checks whether the serializer can encode to given format |
|
XmlEncoder::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Checks whether the serializer can decode from given format |
|
JsonDecode::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php |
Checks whether the deserializer can decode from given format. |
|
XmlEncoder::supportsEncoding |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
Implements \Symfony\Component\Serializer\Encoder\JsonEncoder::supportsEncoding(). |
|
XmlEncoder::supportsDecoding |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
Implements \Symfony\Component\Serializer\Encoder\JsonEncoder::supportsDecoding(). |
|
SelectWidget::supportsGroups |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/SelectWidget.php |
Indicates whether the widgets support optgroups. |
|
JsonEncoder::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
Checks whether the serializer can encode to given format |
|
JsonEncoder::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
Checks whether the deserializer can decode from given format. |
|
JsonEncoder::supportsEncoding |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/JsonEncoder.php |
Overrides Symfony\Component\Serializer\Encoder\JsonEncoder::supportEncoding(). |
|
JsonEncoder::supportsEncoding |
function |
drupal/core/modules/hal/lib/Drupal/hal/Encoder/JsonEncoder.php |
Overrides \Symfony\Component\Serializer\Encoder\JsonEncoder::supportsEncoding() |
|
JsonEncoder::supportsDecoding |
function |
drupal/core/modules/hal/lib/Drupal/hal/Encoder/JsonEncoder.php |
Overrides \Symfony\Component\Serializer\Encoder\JsonEncoder::supportsDecoding() |
|
ChainEncoder::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
Checks whether the serializer can encode to given format |
|
ChainDecoder::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
Checks whether the deserializer can decode from given format. |
|
AnnotationFileLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php |
|
|
XmlFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
@covers Symfony\Component\DependencyInjection\Loader\XmlFileLoader::supports |
|
ContentAwareGenerator::supports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
We additionally support empty name and data in parameters and RouteAware content |
|
PhpFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php |
|
|
ClosureLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php |
|
|
AnnotationClassLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
|
XmlFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
|
DynamicRouterTest::testSupports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
IniFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php |
@covers Symfony\Component\DependencyInjection\Loader\IniFileLoader::supports |
|
PhpFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php |
@covers Symfony\Component\DependencyInjection\Loader\PhpFileLoader::supports |
|
ClosureLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php |
@covers Symfony\Component\DependencyInjection\Loader\ClosureLoader::supports |
|
Connection::supportsTransactions |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines if this driver supports transactions. |
|
ProviderBasedGenerator::supports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ProviderBasedGenerator.php |
Support a route object and any string as route name |
|
YamlFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
|
|
Editor::$supports_inline_editing |
property |
drupal/core/modules/editor/lib/Drupal/editor/Annotation/Editor.php |
Whether the editor supports the inline editing provided by the Edit module. |
|
GetSetMethodNormalizer::supports |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks if the given class has any get{Property} method. |
|
YamlFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php |
@covers Symfony\Component\DependencyInjection\Loader\YamlFileLoader::supports |
|
OptionsWidgetBase::supportsGroups |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Indicates whether the widgets support optgroups. |
|
Serializer::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the given class is supported for normalization by this normalizer |
|
EncoderInterface::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/EncoderInterface.php |
Checks whether the serializer can encode to given format |
|
DecoderInterface::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php |
Checks whether the deserializer can decode from given format. |
|
AnnotationDirectoryLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php |
|
|
Serializer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the given class is supported for denormalization by this normalizer |
|
Connection::supportsTransactionalDDL |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines if this driver supports transactional DDL. |