You are here

Files in Real-time SEO for Drupal 8.2

Primary tabs

File namesort descending Location Namespace Description
AnalysisFormHandler.php src/Form/AnalysisFormHandler.php Drupal\yoast_seo\Form
ConfigurationPageTest.php tests/src/Functional/ConfigurationPageTest.php Drupal\Tests\yoast_seo\Functional
content_score.html.twig templates/content_score.html.twig <div>SEO :<span>{{ score }}</span></div>
EntityAnalyser.php src/EntityAnalyser.php Drupal\yoast_seo
EntityAnalyserTest.php tests/src/Kernel/EntityAnalyserTest.php Drupal\Tests\yoast_seo\Kernel
EntityPagePreview.php src/Entity/EntityPagePreview.php Drupal\yoast_seo\Entity
EntityPreviewInterface.php src/Entity/EntityPreviewInterface.php Drupal\yoast_seo\Entity
INSTALLATION.txt INSTALLATION.txt HOW TO INSTALL Real-time SEO ------------------------ To install Real-time SEO for Drupal 8, proceed same as for any other module. As an admin, you can go to the Extend section and upload the module, or install it from the url. You can find Real-time…
overall_score.html.twig templates/overall_score.html.twig <div {% if overall_score_target_id %}id="{{ overall_score_target_id }}"{% endif %} class="overallScore {{ overall_score }}"> <span class="score_circle"></span> <span…
SeoManager.php src/SeoManager.php Drupal\yoast_seo
SettingsController.php src/Controller/SettingsController.php Drupal\yoast_seo\Controller
view_overall_score.html.twig templates/view_overall_score.html.twig <div id="yoast-seo-preview-widget" class="yoast-seo-score-widget overallScore {{ overall_score }}"> <span class="score_circle"></span> <span class="score_value">{{ overall_score…
yoast-snippet.html.twig templates/yoast-snippet.html.twig <div id="{{ wrapper_target_id }}"> <div id="wpseo_meta"></div> <div class="label">{% trans %}Snippet preview{% endtrans %}</div> <div id="{{ snippet_target_id…
YoastSeoEmptyFormatter.php src/Plugin/Field/FieldFormatter/YoastSeoEmptyFormatter.php Drupal\yoast_seo\Plugin\Field\FieldFormatter
YoastSeoFormatter.php src/Plugin/Field/FieldFormatter/YoastSeoFormatter.php Drupal\yoast_seo\Plugin\Field\FieldFormatter
YoastSeoItem.php src/Plugin/Field/FieldType/YoastSeoItem.php Drupal\yoast_seo\Plugin\Field\FieldType
YoastSEOTestTrait.php tests/src/Traits/YoastSEOTestTrait.php Drupal\Tests\yoast_seo\Traits
YoastSeoWidget.php src/Plugin/Field/FieldWidget/YoastSeoWidget.php Drupal\yoast_seo\Plugin\Field\FieldWidget
yoast_seo.config.css css/yoast_seo.config.css /** * Contains styling for the configuration form. */ .nested { margin-left: 20px; }
yoast_seo.css css/yoast_seo.css #snippet_preview { border: 1px solid #f7f7f7; border-radius: 20px; background-color: #fff; position: relative; width: 552px; } .snippet_container:after:before, .snippet_container:after:after { content: ' '; display:…
yoast_seo.info.yml yoast_seo.info.yml yoast_seo.info.yml
yoast_seo.install yoast_seo.install Install, update, and uninstall functions for the Real-Time SEO module.
yoast_seo.libraries.yml yoast_seo.libraries.yml yoast_seo.libraries.yml
yoast_seo.links.menu.yml yoast_seo.links.menu.yml yoast_seo.links.menu.yml
yoast_seo.message.css css/yoast_seo.message.css .messages--info { background-color: #fdf8ed; background-image: url(../misc/icons/puzzlepiece.svg) !important; border-color: #0071b8 #0071b8 #0071b8 transparent; /* LTR */ color: #007bc6; box-shadow: -8px 0 0 #1e5c90; /* LTR…
yoast_seo.module yoast_seo.module Contains yoast_seo.module.
yoast_seo.permissions.yml yoast_seo.permissions.yml yoast_seo.permissions.yml
yoast_seo.routing.yml yoast_seo.routing.yml yoast_seo.routing.yml
yoast_seo.schema.yml config/schema/yoast_seo.schema.yml config/schema/yoast_seo.schema.yml
yoast_seo.services.yml yoast_seo.services.yml yoast_seo.services.yml
yoast_seo.settings.yml config/install/yoast_seo.settings.yml config/install/yoast_seo.settings.yml

Other projects