Deprecations¶
- Brotkrueml\Schema\Core\Model\AbstractType->isEmpty()¶
- Deprecated since version
1.7.0
- Removed in version
2.0.0
- Alternative
None. If you need it use
Brotkrueml\Schema\Core\Model\AbstractType->getPropertyNames()and loop over the property names withBrotkrueml\Schema\Core\Model\AbstractType->getProperty().
- Brotkrueml\Schema\Manager\SchemaManager->setMainEntityOfWebPage()¶
- Deprecated since version
1.4.1
- Removed in version
2.0.0
- Alternative
Use
Brotkrueml\Schema\Manager\SchemaManager->addMainEntityOfWebPage()instead. See the API.
Note
Use the brotkrueml/schema-rector package for migrating the code with Rector automatically.
- Brotkrueml\Schema\Provider\TypesProvider¶
- Deprecated since version
1.7.0
- Removed in version
2.0.0
- Alternative
Use
Brotkrueml\Schema\Type\TypeRegistrywhich is a singleton and can be instantiated withGeneralUtility::makeInstance()or injected with dependency injection. See section List of types.