You are here

Deprecated in Block Style Plugins 8

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
BlockStyleBase::$styles src/Plugin/BlockStyleBase.php property in 8.x-1.3 and will be removed before 8.x-2.x. Instead, you should just use $configuration.
BlockStyleBase::defaultStyles src/Plugin/BlockStyleBase.php function in 8.x-1.3 and will be removed before 8.x-2.x. Instead, you should just use defaultConfiguration(). 1
BlockStyleBase::formAlter src/Plugin/BlockStyleBase.php function in 8.x-1.4 and will be removed before 8.x-2.x. Instead, you should just use buildConfigurationForm(). 1
BlockStyleBase::formElements src/Plugin/BlockStyleBase.php function in 8.x-1.3 and will be removed before 8.x-2.x. Instead, you should just use buildConfigurationForm(). 1
BlockStyleBase::getStyles src/Plugin/BlockStyleBase.php function in 8.x-1.3 and will be removed before 8.x-2.x. Instead, you should just use getConfiguration().
BlockStyleBase::setStyles src/Plugin/BlockStyleBase.php function in 8.x-1.3 and will be removed before 8.x-2.x. Instead, you should just use setConfiguration().
BlockStyleBase::submitForm src/Plugin/BlockStyleBase.php function in 8.x-1.4 and will be removed before 8.x-2.x. Instead, you should just use submitConfigurationForm().
BlockStyleBase::validateForm src/Plugin/BlockStyleBase.php function in 8.x-1.4 and will be removed before 8.x-2.x. Instead, you should just use validateConfigurationForm().

Other projects