public function AmpMetadataDeleteForm::setContainer in Accelerated Mobile Pages (AMP) 8
Sets the Container.
Parameters
ContainerInterface|null $container A ContainerInterface instance or null:
File
- src/
Form/ AmpMetadataDeleteForm.php, line 46
Class
- AmpMetadataDeleteForm
- Builds the form to delete AMP Metadata entities.
Namespace
Drupal\amp\FormCode
public function setContainer(ContainerInterface $container = null) {
$this->container = $container;
}