class Ignore
Same name in this branch
- 11.1.x core/lib/Drupal/Core/Config/Schema/Ignore.php \Drupal\Core\Config\Schema\Ignore
@author Kévin Dunglas <dunglas@gmail.com>
Hierarchy
- class \Symfony\Component\Serializer\Attribute\Ignore
Expanded class hierarchy of Ignore
5 files declare their use of Ignore
- AttributeLoader.php in vendor/
symfony/ serializer/ Mapping/ Loader/ AttributeLoader.php - GetSetMethodNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ GetSetMethodNormalizer.php - LazyGhostTrait.php in vendor/
symfony/ var-exporter/ LazyGhostTrait.php - LazyObjectTrait.php in vendor/
symfony/ var-exporter/ Internal/ LazyObjectTrait.php - LazyProxyTrait.php in vendor/
symfony/ var-exporter/ LazyProxyTrait.php
21 string references to 'Ignore'
- ArgumentPluginBase::defineOptions in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Information about options for all kinds of purposes will be held here.
- AttributeMetadata::__sleep in vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php - Returns the names of the properties that should be serialized.
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- field.schema.yml in core/
modules/ field/ config/ schema/ field.schema.yml - core/modules/field/config/schema/field.schema.yml
- GenerateTheme::loadStarterKitConfig in core/
lib/ Drupal/ Core/ Command/ GenerateTheme.php
File
-
vendor/
symfony/ serializer/ Attribute/ Ignore.php, line 17
Namespace
Symfony\Component\Serializer\AttributeView source
class Ignore {
}