Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
simple_sitemap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
simple_sitemap
Commits
b4ba757c
Commit
b4ba757c
authored
Jul 16, 2016
by
Pawel G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2762411
by Nitesh Pawar: Remove @file tags in php files
parent
aad5328d
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
50 deletions
+0
-50
src/Batch.php
src/Batch.php
+0
-7
src/Controller/SimplesitemapController.php
src/Controller/SimplesitemapController.php
+0
-4
src/CustomLinkGenerator.php
src/CustomLinkGenerator.php
+0
-6
src/Form.php
src/Form.php
+0
-4
src/Form/SimplesitemapCustomLinksForm.php
src/Form/SimplesitemapCustomLinksForm.php
+0
-5
src/Form/SimplesitemapEntitiesForm.php
src/Form/SimplesitemapEntitiesForm.php
+0
-5
src/Form/SimplesitemapSettingsForm.php
src/Form/SimplesitemapSettingsForm.php
+0
-5
src/Simplesitemap.php
src/Simplesitemap.php
+0
-4
src/SitemapGenerator.php
src/SitemapGenerator.php
+0
-6
src/Tests/SimplesitemapTest.php
src/Tests/SimplesitemapTest.php
+0
-4
No files found.
src/Batch.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Batch.
*
* Helper functions for the Drupal batch API.
* @see https://api.drupal.org/api/drupal/core!includes!form.inc/group/batch/8
*/
namespace
Drupal\simple_sitemap
;
...
...
src/Controller/SimplesitemapController.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Controller\SimplesitemapController.
*/
namespace
Drupal\simple_sitemap\Controller
;
...
...
src/CustomLinkGenerator.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\LinkGenerators\CustomLinkGenerator.
*
* Generates custom sitemap paths provided by the user.
*/
namespace
Drupal\simple_sitemap
;
...
...
src/Form.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Form.
*/
namespace
Drupal\simple_sitemap
;
...
...
src/Form/SimplesitemapCustomLinksForm.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Form\SimplesitemapCustomLinksForm.
*/
namespace
Drupal\simple_sitemap\Form
;
use
Drupal\Core\Form\ConfigFormBase
;
...
...
src/Form/SimplesitemapEntitiesForm.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Form\SimplesitemapEntitiesForm.
*/
namespace
Drupal\simple_sitemap\Form
;
use
Drupal\Core\Form\ConfigFormBase
;
...
...
src/Form/SimplesitemapSettingsForm.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Form\SimplesitemapSettingsForm.
*/
namespace
Drupal\simple_sitemap\Form
;
use
Drupal\Core\Form\ConfigFormBase
;
...
...
src/Simplesitemap.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Simplesitemap.
*/
namespace
Drupal\simple_sitemap
;
...
...
src/SitemapGenerator.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\SitemapGenerator.
*
* Generates a sitemap for entities and custom links.
*/
namespace
Drupal\simple_sitemap
;
...
...
src/Tests/SimplesitemapTest.php
View file @
b4ba757c
<?php
/**
* @file
* Contains \Drupal\simple_sitemap\Tests\SimplesitemapTest
*/
namespace
Drupal\simple_sitemap\Tests
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment